Shades of Light Cyan #CEFDFD
Tints of Light Cyan #CEFDFD
RGB
CMYK
RGB Variations
Color information
#CEFDFD (or 0xCEFDFD) is known color: Light Cyan. HEX triplet: CE, FD and FD. RGB value is (206,253,253). Sum of RGB (Red+Green+Blue) = 206+253+253=712 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.93% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #CEFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDFD is #310202. Grayscale: #EEEEEE. Windows color (decimal): -3211779 or 16645582. OLE color: 16645582.
HSL color Cylindrical-coordinate representation of color #CEFDFD: hue angle of 180º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFDFD is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 253 | 253 | - |
CMYK | 0.19 | 0 | 0 | 0.01 |
HSL | 180º | 0.92% | 0.9% | - |
HSV(B) | 180º | 0.19% | 0.99% | - |
XYZ | 78.31 | 90.46 | 106.26 | - |
YUV | 238.95 | 135.93 | 104.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 253 | 253 | 0.19 | 0 | 0 | 0.01 | 180 | 0.92 | 0.9 |
Hex | CE | FD | FD | 13 | 0 | 0 | 1 | B4 | 5C | 5A |
Octal | 316 | 375 | 375 | 23 | 0 | 0 | 1 | 264 | 134 | 132 |
Binary | 11001110 | 11111101 | 11111101 | 10011 | 0 | 0 | 1 | 10110100 | 1011100 | 1011010 |
Color Harmonies of #CEFDFD
Complementary color
Monochromatic Colors of #CEFDFD
Black with #CEFDFD
Text Example
Text Example
White with #CEFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDFD; }
p { color: rgb(206,253,253); }
H1.HeaderClassName
{
color: #CEFDFD;
}
.AnyTagClassName
{
color: #CEFDFD;
}
</style>
background-color css
<style>
a { background-color: #CEFDFD; }
a { background-color: rgb(206,253,253); }
div.DivClassName
{
background-color: #CEFDFD;
}
.BgClassName
{
background-color: #CEFDFD;
}
</style>
border-color css
<style>
span { border-color: #CEFDFD; }
span { border-color: rgb(206,253,253); }
td.TdClassName
{
border-color: #CEFDFD;
}
.TagClassName
{
border-color: #CEFDFD;
}
</style>