Light Blue Hex Code — #ADD8E6
RGB, HSL, and CMYK values for Light Blue.
Light Blue Color Values
| Format | Value |
|---|---|
| HEX | #ADD8E6 |
| RGB | rgb(173, 216, 230) |
| HSL | hsl(195, 53%, 79%) |
| CMYK | cmyk(25%, 6%, 0%, 10%) |
Want to explore more shades? Use our Color Converter
About Light Blue
Color psychology: Health, softness.
Light Blue (#ADD8E6) is a light shade of blue. It's commonly used in web design, graphic design, and branding where health, softness are desired associations.
How to Use Light Blue in CSS
/* Using HEX */ color: #ADD8E6; background-color: #ADD8E6; /* Using RGB */ color: rgb(173, 216, 230); /* Using HSL */ color: hsl(195, 53%, 79%);