Light Cyan Hex Code — #E0FFFF
RGB, HSL, and CMYK values for Light Cyan.
Light Cyan Color Values
| Format | Value |
|---|---|
| HEX | #E0FFFF |
| RGB | rgb(224, 255, 255) |
| HSL | hsl(180, 100%, 94%) |
| CMYK | cmyk(12%, 0%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Light Cyan
Color psychology: Freshness, purity.
Light Cyan (#E0FFFF) is a light shade of blue. It's commonly used in web design, graphic design, and branding where freshness, purity are desired associations.
How to Use Light Cyan in CSS
/* Using HEX */ color: #E0FFFF; background-color: #E0FFFF; /* Using RGB */ color: rgb(224, 255, 255); /* Using HSL */ color: hsl(180, 100%, 94%);