Alice Blue Hex Code — #F0F8FF
RGB, HSL, and CMYK values for Alice Blue.
Alice Blue Color Values
| Format | Value |
|---|---|
| HEX | #F0F8FF |
| RGB | rgb(240, 248, 255) |
| HSL | hsl(208, 100%, 97%) |
| CMYK | cmyk(6%, 3%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Alice Blue
Color psychology: Purity, clarity.
Alice Blue (#F0F8FF) is a light shade of blue. It's commonly used in web design, graphic design, and branding where purity, clarity are desired associations.
How to Use Alice Blue in CSS
/* Using HEX */ color: #F0F8FF; background-color: #F0F8FF; /* Using RGB */ color: rgb(240, 248, 255); /* Using HSL */ color: hsl(208, 100%, 97%);