Powder Blue Hex Code — #B0E0E6
RGB, HSL, and CMYK values for Powder Blue.
Powder Blue Color Values
| Format | Value |
|---|---|
| HEX | #B0E0E6 |
| RGB | rgb(176, 224, 230) |
| HSL | hsl(187, 52%, 80%) |
| CMYK | cmyk(23%, 3%, 0%, 10%) |
Want to explore more shades? Use our Color Converter
About Powder Blue
Color psychology: Serenity, peace.
Powder Blue (#B0E0E6) is a light shade of blue. It's commonly used in web design, graphic design, and branding where serenity, peace are desired associations.
How to Use Powder Blue in CSS
/* Using HEX */ color: #B0E0E6; background-color: #B0E0E6; /* Using RGB */ color: rgb(176, 224, 230); /* Using HSL */ color: hsl(187, 52%, 80%);