Shades of Light Cyan #CFFDFE
Tints of Light Cyan #CFFDFE
RGB
CMYK
RGB Variations
Color information
#CFFDFE (or 0xCFFDFE) is known color: Light Cyan. HEX triplet: CF, FD and FE. RGB value is (207,253,254). Sum of RGB (Red+Green+Blue) = 207+253+254=714 (94% of max value = 765). Red value is 207 (81.25% from 255 or 28.99% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFFDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDFE is #300201. Grayscale: #EFEFEF. Windows color (decimal): -3146242 or 16711119. OLE color: 16711119.
HSL color Cylindrical-coordinate representation of color #CFFDFE: hue angle of 181.28º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFDFE is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 253 | 254 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.00 |
| HSL | 181.28º | 0.96% | 0.9% | - |
| HSV(B) | 181.28º | 0.19% | 1% | - |
| XYZ | 78.75 | 90.67 | 107.12 | - |
| YUV | 239.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 254 | 0.19 | 0.00 | 0 | 0.00 | 181.28 | 0.96 | 0.9 |
| Hex | CF | FD | FE | 13 | 0 | 0 | 0 | B5 | 60 | 5A |
| Octal | 317 | 375 | 376 | 23 | 0 | 0 | 0 | 265 | 140 | 132 |
| Binary | 11001111 | 11111101 | 11111110 | 10011 | 0 | 0 | 0 | 10110101 | 1100000 | 1011010 |
Color Harmonies of #CFFDFE
Complementary color
Monochromatic Colors of #CFFDFE
Black with #CFFDFE
Text Example
Text Example
White with #CFFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDFE; }
p { color: rgb(207,253,254); }
H1.HeaderClassName
{
color: #CFFDFE;
}
.AnyTagClassName
{
color: #CFFDFE;
}
</style>
background-color css
<style>
a { background-color: #CFFDFE; }
a { background-color: rgb(207,253,254); }
div.DivClassName
{
background-color: #CFFDFE;
}
.BgClassName
{
background-color: #CFFDFE;
}
</style>
border-color css
<style>
span { border-color: #CFFDFE; }
span { border-color: rgb(207,253,254); }
td.TdClassName
{
border-color: #CFFDFE;
}
.TagClassName
{
border-color: #CFFDFE;
}
</style>