Shades of Light Cyan #CEFEFD
Tints of Light Cyan #CEFEFD
RGB
CMYK
RGB Variations
Color information
#CEFEFD (or 0xCEFEFD) is known color: Light Cyan. HEX triplet: CE, FE and FD. RGB value is (206,254,253). Sum of RGB (Red+Green+Blue) = 206+254+253=713 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.89% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEFD is #310102. Grayscale: #EFEFEF. Windows color (decimal): -3211523 or 16645838. OLE color: 16645838.
HSL color Cylindrical-coordinate representation of color #CEFEFD: hue angle of 178.75º 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 #CEFEFD is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 253 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.00 |
| HSL | 178.75º | 0.96% | 0.9% | - |
| HSV(B) | 178.75º | 0.19% | 1% | - |
| XYZ | 78.63 | 91.1 | 106.37 | - |
| YUV | 239.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 253 | 0.19 | 0 | 0.00 | 0.00 | 178.75 | 0.96 | 0.9 |
| Hex | CE | FE | FD | 13 | 0 | 0 | 0 | B3 | 60 | 5A |
| Octal | 316 | 376 | 375 | 23 | 0 | 0 | 0 | 263 | 140 | 132 |
| Binary | 11001110 | 11111110 | 11111101 | 10011 | 0 | 0 | 0 | 10110011 | 1100000 | 1011010 |
Color Harmonies of #CEFEFD
Complementary color
Monochromatic Colors of #CEFEFD
Black with #CEFEFD
Text Example
Text Example
White with #CEFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFEFD; }
p { color: rgb(206,254,253); }
H1.HeaderClassName
{
color: #CEFEFD;
}
.AnyTagClassName
{
color: #CEFEFD;
}
</style>
background-color css
<style>
a { background-color: #CEFEFD; }
a { background-color: rgb(206,254,253); }
div.DivClassName
{
background-color: #CEFEFD;
}
.BgClassName
{
background-color: #CEFEFD;
}
</style>
border-color css
<style>
span { border-color: #CEFEFD; }
span { border-color: rgb(206,254,253); }
td.TdClassName
{
border-color: #CEFEFD;
}
.TagClassName
{
border-color: #CEFEFD;
}
</style>