Shades of Light Cyan #CEFFFD
Tints of Light Cyan #CEFFFD
RGB
CMYK
RGB Variations
Color information
#CEFFFD (or 0xCEFFFD) is known color: Light Cyan. HEX triplet: CE, FF and FD. RGB value is (206,255,253). Sum of RGB (Red+Green+Blue) = 206+255+253=714 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.85% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFFFD is #310002. Grayscale: #F0F0F0. Windows color (decimal): -3211267 or 16646094. OLE color: 16646094.
HSL color Cylindrical-coordinate representation of color #CEFFFD: hue angle of 177.55º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFFFD is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 253 | - |
| CMYK | 0.19 | 0 | 0.01 | 0 |
| HSL | 177.55º | 1% | 0.9% | - |
| HSV(B) | 177.55º | 0.19% | 1% | - |
| XYZ | 78.94 | 91.73 | 106.47 | - |
| YUV | 240.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 253 | 0.19 | 0 | 0.01 | 0 | 177.55 | 1 | 0.9 |
| Hex | CE | FF | FD | 13 | 0 | 1 | 0 | B2 | 64 | 5A |
| Octal | 316 | 377 | 375 | 23 | 0 | 1 | 0 | 262 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11111101 | 10011 | 0 | 1 | 0 | 10110010 | 1100100 | 1011010 |
Color Harmonies of #CEFFFD
Complementary color
Monochromatic Colors of #CEFFFD
Black with #CEFFFD
Text Example
Text Example
White with #CEFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFFD; }
p { color: rgb(206,255,253); }
H1.HeaderClassName
{
color: #CEFFFD;
}
.AnyTagClassName
{
color: #CEFFFD;
}
</style>
background-color css
<style>
a { background-color: #CEFFFD; }
a { background-color: rgb(206,255,253); }
div.DivClassName
{
background-color: #CEFFFD;
}
.BgClassName
{
background-color: #CEFFFD;
}
</style>
border-color css
<style>
span { border-color: #CEFFFD; }
span { border-color: rgb(206,255,253); }
td.TdClassName
{
border-color: #CEFFFD;
}
.TagClassName
{
border-color: #CEFFFD;
}
</style>