Shades of Light Cyan #CEF8FE
Tints of Light Cyan #CEF8FE
RGB
CMYK
RGB Variations
Color information
#CEF8FE (or 0xCEF8FE) is known color: Light Cyan. HEX triplet: CE, F8 and FE. RGB value is (206,248,254). Sum of RGB (Red+Green+Blue) = 206+248+254=708 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.10% from 708); Green value is 248 (97.27% from 255 or 35.03% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF8FE is #310701. Grayscale: #ECECEC. Windows color (decimal): -3213058 or 16709838. OLE color: 16709838.
HSL color Cylindrical-coordinate representation of color #CEF8FE: hue angle of 187.5º 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 #CEF8FE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 248 | 254 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.00 |
| HSL | 187.5º | 0.96% | 0.9% | - |
| HSV(B) | 187.5º | 0.19% | 1% | - |
| XYZ | 76.91 | 87.41 | 106.58 | - |
| YUV | 236.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 254 | 0.19 | 0.02 | 0 | 0.00 | 187.5 | 0.96 | 0.9 |
| Hex | CE | F8 | FE | 13 | 2 | 0 | 0 | BC | 60 | 5A |
| Octal | 316 | 370 | 376 | 23 | 2 | 0 | 0 | 274 | 140 | 132 |
| Binary | 11001110 | 11111000 | 11111110 | 10011 | 10 | 0 | 0 | 10111100 | 1100000 | 1011010 |
Color Harmonies of #CEF8FE
Complementary color
Monochromatic Colors of #CEF8FE
Black with #CEF8FE
Text Example
Text Example
White with #CEF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8FE; }
p { color: rgb(206,248,254); }
H1.HeaderClassName
{
color: #CEF8FE;
}
.AnyTagClassName
{
color: #CEF8FE;
}
</style>
background-color css
<style>
a { background-color: #CEF8FE; }
a { background-color: rgb(206,248,254); }
div.DivClassName
{
background-color: #CEF8FE;
}
.BgClassName
{
background-color: #CEF8FE;
}
</style>
border-color css
<style>
span { border-color: #CEF8FE; }
span { border-color: rgb(206,248,254); }
td.TdClassName
{
border-color: #CEF8FE;
}
.TagClassName
{
border-color: #CEF8FE;
}
</style>