Shades of Light Cyan #CFFEFC
Tints of Light Cyan #CFFEFC
RGB
CMYK
RGB Variations
Color information
#CFFEFC (or 0xCFFEFC) is known color: Light Cyan. HEX triplet: CF, FE and FC. RGB value is (207,254,252). Sum of RGB (Red+Green+Blue) = 207+254+252=713 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.03% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFEFC is #300103. Grayscale: #EFEFEF. Windows color (decimal): -3145988 or 16580303. OLE color: 16580303.
HSL color Cylindrical-coordinate representation of color #CFFEFC: hue angle of 177.45º 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 #CFFEFC is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 252 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.00 |
| HSL | 177.45º | 0.96% | 0.9% | - |
| HSV(B) | 177.45º | 0.19% | 1% | - |
| XYZ | 78.74 | 91.18 | 105.54 | - |
| YUV | 239.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 252 | 0.19 | 0 | 0.01 | 0.00 | 177.45 | 0.96 | 0.9 |
| Hex | CF | FE | FC | 13 | 0 | 1 | 0 | B1 | 60 | 5A |
| Octal | 317 | 376 | 374 | 23 | 0 | 1 | 0 | 261 | 140 | 132 |
| Binary | 11001111 | 11111110 | 11111100 | 10011 | 0 | 1 | 0 | 10110001 | 1100000 | 1011010 |
Color Harmonies of #CFFEFC
Complementary color
Monochromatic Colors of #CFFEFC
Black with #CFFEFC
Text Example
Text Example
White with #CFFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEFC; }
p { color: rgb(207,254,252); }
H1.HeaderClassName
{
color: #CFFEFC;
}
.AnyTagClassName
{
color: #CFFEFC;
}
</style>
background-color css
<style>
a { background-color: #CFFEFC; }
a { background-color: rgb(207,254,252); }
div.DivClassName
{
background-color: #CFFEFC;
}
.BgClassName
{
background-color: #CFFEFC;
}
</style>
border-color css
<style>
span { border-color: #CFFEFC; }
span { border-color: rgb(207,254,252); }
td.TdClassName
{
border-color: #CFFEFC;
}
.TagClassName
{
border-color: #CFFEFC;
}
</style>