#CCFFFF
A very light, vivid cyan closely aligning with Lightcyan.
About #CCFFFF
Visually, #CCFFFF is defined as a vivid cyan. It is closely associated with the named CSS color Lightcyan. This translates to an RGB value of rgb(204, 255, 255).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 20% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCFFFF
RGB204, 255, 255
HSL180.0°, 100.0%, 90.0%
CMYK20%, 0%, 0%, 0%
HSV180.0°, 20.0%, 100.0%
LAB96.6, -16.0, -5.3
XYZ78.7, 91.6, 108.1
Decimal13434879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.09:1
Text on #FFFFFF
FAIL
19.32:1
Text on #000000
AAA
1.04:1
Text on #F8FAFC
FAIL
16.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFFFF;
}
.text-color {
color: #CCFFFF;
}
.border-color {
border: 2px solid #CCFFFF;
}