Shades of Light Cyan #CEF8FB
Tints of Light Cyan #CEF8FB
RGB
CMYK
RGB Variations
Color information
#CEF8FB (or 0xCEF8FB) is known color: Light Cyan. HEX triplet: CE, F8 and FB. RGB value is (206,248,251). Sum of RGB (Red+Green+Blue) = 206+248+251=705 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.22% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF8FB is #310704. Grayscale: #EBEBEB. Windows color (decimal): -3213061 or 16513230. OLE color: 16513230.
HSL color Cylindrical-coordinate representation of color #CEF8FB: hue angle of 184º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF8FB is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 248 | 251 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.02 |
| HSL | 184º | 0.85% | 0.9% | - |
| HSV(B) | 184º | 0.18% | 0.98% | - |
| XYZ | 76.43 | 87.22 | 104.07 | - |
| YUV | 235.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 251 | 0.18 | 0.01 | 0 | 0.02 | 184 | 0.85 | 0.9 |
| Hex | CE | F8 | FB | 12 | 1 | 0 | 2 | B8 | 55 | 5A |
| Octal | 316 | 370 | 373 | 22 | 1 | 0 | 2 | 270 | 125 | 132 |
| Binary | 11001110 | 11111000 | 11111011 | 10010 | 1 | 0 | 10 | 10111000 | 1010101 | 1011010 |
Color Harmonies of #CEF8FB
Complementary color
Monochromatic Colors of #CEF8FB
Black with #CEF8FB
Text Example
Text Example
White with #CEF8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8FB; }
p { color: rgb(206,248,251); }
H1.HeaderClassName
{
color: #CEF8FB;
}
.AnyTagClassName
{
color: #CEF8FB;
}
</style>
background-color css
<style>
a { background-color: #CEF8FB; }
a { background-color: rgb(206,248,251); }
div.DivClassName
{
background-color: #CEF8FB;
}
.BgClassName
{
background-color: #CEF8FB;
}
</style>
border-color css
<style>
span { border-color: #CEF8FB; }
span { border-color: rgb(206,248,251); }
td.TdClassName
{
border-color: #CEF8FB;
}
.TagClassName
{
border-color: #CEF8FB;
}
</style>