Shades of Light Cyan #CEFEFC
Tints of Light Cyan #CEFEFC
RGB
CMYK
RGB Variations
Color information
#CEFEFC (or 0xCEFEFC) is known color: Light Cyan. HEX triplet: CE, FE and FC. RGB value is (206,254,252). Sum of RGB (Red+Green+Blue) = 206+254+252=712 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.93% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEFC is #310103. Grayscale: #EFEFEF. Windows color (decimal): -3211524 or 16580302. OLE color: 16580302.
HSL color Cylindrical-coordinate representation of color #CEFEFC: hue angle of 177.5º 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 #CEFEFC is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 252 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.00 |
| HSL | 177.5º | 0.96% | 0.9% | - |
| HSV(B) | 177.5º | 0.19% | 1% | - |
| XYZ | 78.47 | 91.03 | 105.53 | - |
| YUV | 239.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 252 | 0.19 | 0 | 0.01 | 0.00 | 177.5 | 0.96 | 0.9 |
| Hex | CE | FE | FC | 13 | 0 | 1 | 0 | B2 | 60 | 5A |
| Octal | 316 | 376 | 374 | 23 | 0 | 1 | 0 | 262 | 140 | 132 |
| Binary | 11001110 | 11111110 | 11111100 | 10011 | 0 | 1 | 0 | 10110010 | 1100000 | 1011010 |
Color Harmonies of #CEFEFC
Complementary color
Monochromatic Colors of #CEFEFC
Black with #CEFEFC
Text Example
Text Example
White with #CEFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFEFC; }
p { color: rgb(206,254,252); }
H1.HeaderClassName
{
color: #CEFEFC;
}
.AnyTagClassName
{
color: #CEFEFC;
}
</style>
background-color css
<style>
a { background-color: #CEFEFC; }
a { background-color: rgb(206,254,252); }
div.DivClassName
{
background-color: #CEFEFC;
}
.BgClassName
{
background-color: #CEFEFC;
}
</style>
border-color css
<style>
span { border-color: #CEFEFC; }
span { border-color: rgb(206,254,252); }
td.TdClassName
{
border-color: #CEFEFC;
}
.TagClassName
{
border-color: #CEFEFC;
}
</style>