Ice Blue Hex Code — #99C5C4
RGB, HSL, and CMYK values for Ice Blue.
Ice Blue Color Values
| Format | Value |
|---|---|
| HEX | #99C5C4 |
| RGB | rgb(153, 197, 196) |
| HSL | hsl(179, 28%, 69%) |
| CMYK | cmyk(22%, 0%, 1%, 23%) |
Want to explore more shades? Use our Color Converter
About Ice Blue
Color psychology: Cool, refreshing.
Ice Blue (#99C5C4) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where cool, refreshing are desired associations.
How to Use Ice Blue in CSS
/* Using HEX */ color: #99C5C4; background-color: #99C5C4; /* Using RGB */ color: rgb(153, 197, 196); /* Using HSL */ color: hsl(179, 28%, 69%);