Shades of Light Cyan #CFFEFF
Tints of Light Cyan #CFFEFF
RGB
CMYK
RGB Variations
Color information
#CFFEFF (or 0xCFFEFF) is known color: Light Cyan. HEX triplet: CF, FE and FF. RGB value is (207,254,255). Sum of RGB (Red+Green+Blue) = 207+254+255=716 (94% of max value = 765). Red value is 207 (81.25% from 255 or 28.91% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFEFF is #300100. Grayscale: #F0F0F0. Windows color (decimal): -3145985 or 16776911. OLE color: 16776911.
HSL color Cylindrical-coordinate representation of color #CFFEFF: hue angle of 181.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFEFF is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 254 | 255 | - |
| CMYK | 0.19 | 0.00 | 0 | 0 |
| HSL | 181.25º | 1% | 0.91% | - |
| HSV(B) | 181.25º | 0.19% | 1% | - |
| XYZ | 79.22 | 91.37 | 108.07 | - |
| YUV | 240.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 255 | 0.19 | 0.00 | 0 | 0 | 181.25 | 1 | 0.91 |
| Hex | CF | FE | FF | 13 | 0 | 0 | 0 | B5 | 64 | 5B |
| Octal | 317 | 376 | 377 | 23 | 0 | 0 | 0 | 265 | 144 | 133 |
| Binary | 11001111 | 11111110 | 11111111 | 10011 | 0 | 0 | 0 | 10110101 | 1100100 | 1011011 |
Color Harmonies of #CFFEFF
Complementary color
Monochromatic Colors of #CFFEFF
Black with #CFFEFF
Text Example
Text Example
White with #CFFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEFF; }
p { color: rgb(207,254,255); }
H1.HeaderClassName
{
color: #CFFEFF;
}
.AnyTagClassName
{
color: #CFFEFF;
}
</style>
background-color css
<style>
a { background-color: #CFFEFF; }
a { background-color: rgb(207,254,255); }
div.DivClassName
{
background-color: #CFFEFF;
}
.BgClassName
{
background-color: #CFFEFF;
}
</style>
border-color css
<style>
span { border-color: #CFFEFF; }
span { border-color: rgb(207,254,255); }
td.TdClassName
{
border-color: #CFFEFF;
}
.TagClassName
{
border-color: #CFFEFF;
}
</style>