Shades of Light Cyan #CEFFF6
Tints of Light Cyan #CEFFF6
RGB
CMYK
RGB Variations
Color information
#CEFFF6 (or 0xCEFFF6) is known color: Light Cyan. HEX triplet: CE, FF and F6. RGB value is (206,255,246). Sum of RGB (Red+Green+Blue) = 206+255+246=707 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.14% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFFF6 is #310009. Grayscale: #EFEFEF. Windows color (decimal): -3211274 or 16187342. OLE color: 16187342.
HSL color Cylindrical-coordinate representation of color #CEFFF6: hue angle of 168.98º 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 #CEFFF6 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 246 | - |
| CMYK | 0.19 | 0 | 0.04 | 0 |
| HSL | 168.98º | 1% | 0.9% | - |
| HSV(B) | 168.98º | 0.19% | 1% | - |
| XYZ | 77.85 | 91.3 | 100.71 | - |
| YUV | 239.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 246 | 0.19 | 0 | 0.04 | 0 | 168.98 | 1 | 0.9 |
| Hex | CE | FF | F6 | 13 | 0 | 4 | 0 | A9 | 64 | 5A |
| Octal | 316 | 377 | 366 | 23 | 0 | 4 | 0 | 251 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11110110 | 10011 | 0 | 100 | 0 | 10101001 | 1100100 | 1011010 |
Color Harmonies of #CEFFF6
Complementary color
Monochromatic Colors of #CEFFF6
Black with #CEFFF6
Text Example
Text Example
White with #CEFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFF6; }
p { color: rgb(206,255,246); }
H1.HeaderClassName
{
color: #CEFFF6;
}
.AnyTagClassName
{
color: #CEFFF6;
}
</style>
background-color css
<style>
a { background-color: #CEFFF6; }
a { background-color: rgb(206,255,246); }
div.DivClassName
{
background-color: #CEFFF6;
}
.BgClassName
{
background-color: #CEFFF6;
}
</style>
border-color css
<style>
span { border-color: #CEFFF6; }
span { border-color: rgb(206,255,246); }
td.TdClassName
{
border-color: #CEFFF6;
}
.TagClassName
{
border-color: #CEFFF6;
}
</style>