Light Steel Blue Hex Code — #B0C4DE
RGB, HSL, and CMYK values for Light Steel Blue.
Light Steel Blue Color Values
| Format | Value |
|---|---|
| HEX | #B0C4DE |
| RGB | rgb(176, 196, 222) |
| HSL | hsl(214, 41%, 78%) |
| CMYK | cmyk(21%, 12%, 0%, 13%) |
Want to explore more shades? Use our Color Converter
About Light Steel Blue
Color psychology: Calmness, composure.
Light Steel Blue (#B0C4DE) is a light shade of blue. It's commonly used in web design, graphic design, and branding where calmness, composure are desired associations.
How to Use Light Steel Blue in CSS
/* Using HEX */ color: #B0C4DE; background-color: #B0C4DE; /* Using RGB */ color: rgb(176, 196, 222); /* Using HSL */ color: hsl(214, 41%, 78%);