Shades of Light Cyan #CCFFFF
Tints of Light Cyan #CCFFFF
RGB
CMYK
RGB Variations
Color information
#CCFFFF (or 0xCCFFFF) is known color: Light Cyan. HEX triplet: CC, FF and FF. RGB value is (204,255,255). Sum of RGB (Red+Green+Blue) = 204+255+255=714 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.57% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #CCFFFF is a web safe color. Inversed color of #CCFFFF is #330000. Grayscale: #EFEFEF. Windows color (decimal): -3342337 or 16777164. OLE color: 16777164.
HSL color Cylindrical-coordinate representation of color #CCFFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFFF is Cyan = 0.2, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 255 | 255 | - |
CMYK | 0.2 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.9% | - |
HSV(B) | 180º | 0.2% | 1% | - |
XYZ | 78.71 | 91.58 | 108.14 | - |
YUV | 239.75 | 136.6 | 102.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 255 | 255 | 0.2 | 0 | 0 | 0 | 180 | 1 | 0.9 |
Hex | CC | FF | FF | 14 | 0 | 0 | 0 | B4 | 64 | 5A |
Octal | 314 | 377 | 377 | 24 | 0 | 0 | 0 | 264 | 144 | 132 |
Binary | 11001100 | 11111111 | 11111111 | 10100 | 0 | 0 | 0 | 10110100 | 1100100 | 1011010 |
Color Harmonies of #CCFFFF
Complementary color
Monochromatic Colors of #CCFFFF
Black with #CCFFFF
Text Example
Text Example
White with #CCFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFFF; }
p { color: rgb(204,255,255); }
H1.HeaderClassName
{
color: #CCFFFF;
}
.AnyTagClassName
{
color: #CCFFFF;
}
</style>
background-color css
<style>
a { background-color: #CCFFFF; }
a { background-color: rgb(204,255,255); }
div.DivClassName
{
background-color: #CCFFFF;
}
.BgClassName
{
background-color: #CCFFFF;
}
</style>
border-color css
<style>
span { border-color: #CCFFFF; }
span { border-color: rgb(204,255,255); }
td.TdClassName
{
border-color: #CCFFFF;
}
.TagClassName
{
border-color: #CCFFFF;
}
</style>