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