Shades of Light Cyan #CEF7FF
Tints of Light Cyan #CEF7FF
RGB
CMYK
RGB Variations
Color information
#CEF7FF (or 0xCEF7FF) is known color: Light Cyan. HEX triplet: CE, F7 and FF. RGB value is (206,247,255). Sum of RGB (Red+Green+Blue) = 206+247+255=708 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.10% from 708); Green value is 247 (96.88% from 255 or 34.89% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF7FF is #310800. Grayscale: #EBEBEB. Windows color (decimal): -3213313 or 16775118. OLE color: 16775118.
HSL color Cylindrical-coordinate representation of color #CEF7FF: hue angle of 189.8º 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 #CEF7FF is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 247 | 255 | - |
| CMYK | 0.19 | 0.03 | 0 | 0 |
| HSL | 189.8º | 1% | 0.9% | - |
| HSV(B) | 189.8º | 0.19% | 1% | - |
| XYZ | 76.76 | 86.86 | 107.33 | - |
| YUV | 235.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 255 | 0.19 | 0.03 | 0 | 0 | 189.8 | 1 | 0.9 |
| Hex | CE | F7 | FF | 13 | 3 | 0 | 0 | BE | 64 | 5A |
| Octal | 316 | 367 | 377 | 23 | 3 | 0 | 0 | 276 | 144 | 132 |
| Binary | 11001110 | 11110111 | 11111111 | 10011 | 11 | 0 | 0 | 10111110 | 1100100 | 1011010 |
Color Harmonies of #CEF7FF
Complementary color
Monochromatic Colors of #CEF7FF
Black with #CEF7FF
Text Example
Text Example
White with #CEF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF7FF; }
p { color: rgb(206,247,255); }
H1.HeaderClassName
{
color: #CEF7FF;
}
.AnyTagClassName
{
color: #CEF7FF;
}
</style>
background-color css
<style>
a { background-color: #CEF7FF; }
a { background-color: rgb(206,247,255); }
div.DivClassName
{
background-color: #CEF7FF;
}
.BgClassName
{
background-color: #CEF7FF;
}
</style>
border-color css
<style>
span { border-color: #CEF7FF; }
span { border-color: rgb(206,247,255); }
td.TdClassName
{
border-color: #CEF7FF;
}
.TagClassName
{
border-color: #CEF7FF;
}
</style>