Shades of Light Cyan #CEF9FF
Tints of Light Cyan #CEF9FF
RGB
CMYK
RGB Variations
Color information
#CEF9FF (or 0xCEF9FF) is known color: Light Cyan. HEX triplet: CE, F9 and FF. RGB value is (206,249,255). Sum of RGB (Red+Green+Blue) = 206+249+255=710 (94% of max value = 765). Red value is 206 (80.86% from 255 or 29.01% from 710); Green value is 249 (97.66% from 255 or 35.07% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF9FF is #310600. Grayscale: #ECECEC. Windows color (decimal): -3212801 or 16775630. OLE color: 16775630.
HSL color Cylindrical-coordinate representation of color #CEF9FF: hue angle of 187.35º 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 #CEF9FF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 249 | 255 | - |
| CMYK | 0.19 | 0.02 | 0 | 0 |
| HSL | 187.35º | 1% | 0.9% | - |
| HSV(B) | 187.35º | 0.19% | 1% | - |
| XYZ | 77.38 | 88.09 | 107.53 | - |
| YUV | 236.83 | 138.25 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 255 | 0.19 | 0.02 | 0 | 0 | 187.35 | 1 | 0.9 |
| Hex | CE | F9 | FF | 13 | 2 | 0 | 0 | BB | 64 | 5A |
| Octal | 316 | 371 | 377 | 23 | 2 | 0 | 0 | 273 | 144 | 132 |
| Binary | 11001110 | 11111001 | 11111111 | 10011 | 10 | 0 | 0 | 10111011 | 1100100 | 1011010 |
Color Harmonies of #CEF9FF
Complementary color
Monochromatic Colors of #CEF9FF
Black with #CEF9FF
Text Example
Text Example
White with #CEF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF9FF; }
p { color: rgb(206,249,255); }
H1.HeaderClassName
{
color: #CEF9FF;
}
.AnyTagClassName
{
color: #CEF9FF;
}
</style>
background-color css
<style>
a { background-color: #CEF9FF; }
a { background-color: rgb(206,249,255); }
div.DivClassName
{
background-color: #CEF9FF;
}
.BgClassName
{
background-color: #CEF9FF;
}
</style>
border-color css
<style>
span { border-color: #CEF9FF; }
span { border-color: rgb(206,249,255); }
td.TdClassName
{
border-color: #CEF9FF;
}
.TagClassName
{
border-color: #CEF9FF;
}
</style>