Shades of Light Cyan #CCFDFE
Tints of Light Cyan #CCFDFE
RGB
CMYK
RGB Variations
Color information
#CCFDFE (or 0xCCFDFE) is known color: Light Cyan. HEX triplet: CC, FD and FE. RGB value is (204,253,254). Sum of RGB (Red+Green+Blue) = 204+253+254=711 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.69% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCFDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDFE is #330201. Grayscale: #EEEEEE. Windows color (decimal): -3342850 or 16711116. OLE color: 16711116.
HSL color Cylindrical-coordinate representation of color #CCFDFE: hue angle of 181.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFDFE is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 253 | 254 | - |
| CMYK | 0.20 | 0.00 | 0 | 0.00 |
| HSL | 181.2º | 0.96% | 0.9% | - |
| HSV(B) | 181.2º | 0.2% | 1% | - |
| XYZ | 77.92 | 90.24 | 107.08 | - |
| YUV | 238.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 254 | 0.20 | 0.00 | 0 | 0.00 | 181.2 | 0.96 | 0.9 |
| Hex | CC | FD | FE | 14 | 0 | 0 | 0 | B5 | 60 | 5A |
| Octal | 314 | 375 | 376 | 24 | 0 | 0 | 0 | 265 | 140 | 132 |
| Binary | 11001100 | 11111101 | 11111110 | 10100 | 0 | 0 | 0 | 10110101 | 1100000 | 1011010 |
Color Harmonies of #CCFDFE
Complementary color
Monochromatic Colors of #CCFDFE
Black with #CCFDFE
Text Example
Text Example
White with #CCFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDFE; }
p { color: rgb(204,253,254); }
H1.HeaderClassName
{
color: #CCFDFE;
}
.AnyTagClassName
{
color: #CCFDFE;
}
</style>
background-color css
<style>
a { background-color: #CCFDFE; }
a { background-color: rgb(204,253,254); }
div.DivClassName
{
background-color: #CCFDFE;
}
.BgClassName
{
background-color: #CCFDFE;
}
</style>
border-color css
<style>
span { border-color: #CCFDFE; }
span { border-color: rgb(204,253,254); }
td.TdClassName
{
border-color: #CCFDFE;
}
.TagClassName
{
border-color: #CCFDFE;
}
</style>