Shades of Light Cyan #CEF5FE
Tints of Light Cyan #CEF5FE
RGB
CMYK
RGB Variations
Color information
#CEF5FE (or 0xCEF5FE) is known color: Light Cyan. HEX triplet: CE, F5 and FE. RGB value is (206,245,254). Sum of RGB (Red+Green+Blue) = 206+245+254=705 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.22% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF5FE is #310A01. Grayscale: #EAEAEA. Windows color (decimal): -3213826 or 16709070. OLE color: 16709070.
HSL color Cylindrical-coordinate representation of color #CEF5FE: hue angle of 191.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 #CEF5FE is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 245 | 254 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.00 |
| HSL | 191.25º | 0.96% | 0.9% | - |
| HSV(B) | 191.25º | 0.19% | 1% | - |
| XYZ | 76 | 85.58 | 106.28 | - |
| YUV | 234.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 254 | 0.19 | 0.04 | 0 | 0.00 | 191.25 | 0.96 | 0.9 |
| Hex | CE | F5 | FE | 13 | 4 | 0 | 0 | BF | 60 | 5A |
| Octal | 316 | 365 | 376 | 23 | 4 | 0 | 0 | 277 | 140 | 132 |
| Binary | 11001110 | 11110101 | 11111110 | 10011 | 100 | 0 | 0 | 10111111 | 1100000 | 1011010 |
Color Harmonies of #CEF5FE
Complementary color
Monochromatic Colors of #CEF5FE
Black with #CEF5FE
Text Example
Text Example
White with #CEF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5FE; }
p { color: rgb(206,245,254); }
H1.HeaderClassName
{
color: #CEF5FE;
}
.AnyTagClassName
{
color: #CEF5FE;
}
</style>
background-color css
<style>
a { background-color: #CEF5FE; }
a { background-color: rgb(206,245,254); }
div.DivClassName
{
background-color: #CEF5FE;
}
.BgClassName
{
background-color: #CEF5FE;
}
</style>
border-color css
<style>
span { border-color: #CEF5FE; }
span { border-color: rgb(206,245,254); }
td.TdClassName
{
border-color: #CEF5FE;
}
.TagClassName
{
border-color: #CEF5FE;
}
</style>