Baby Blue Hex Code — #89CFF0
RGB, HSL, and CMYK values for Baby Blue.
Baby Blue Color Values
| Format | Value |
|---|---|
| HEX | #89CFF0 |
| RGB | rgb(137, 207, 240) |
| HSL | hsl(199, 77%, 74%) |
| CMYK | cmyk(43%, 14%, 0%, 6%) |
Want to explore more shades? Use our Color Converter
About Baby Blue
Color psychology: Innocence, trust.
Baby Blue (#89CFF0) is a light shade of blue. It's commonly used in web design, graphic design, and branding where innocence, trust are desired associations.
How to Use Baby Blue in CSS
/* Using HEX */ color: #89CFF0; background-color: #89CFF0; /* Using RGB */ color: rgb(137, 207, 240); /* Using HSL */ color: hsl(199, 77%, 74%);