Shades of Light Cyan #CEFFFB
Tints of Light Cyan #CEFFFB
RGB
CMYK
RGB Variations
Color information
#CEFFFB (or 0xCEFFFB) is known color: Light Cyan. HEX triplet: CE, FF and FB. RGB value is (206,255,251). Sum of RGB (Red+Green+Blue) = 206+255+251=712 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.93% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFFFB is #310004. Grayscale: #EFEFEF. Windows color (decimal): -3211269 or 16515022. OLE color: 16515022.
HSL color Cylindrical-coordinate representation of color #CEFFFB: hue angle of 175.1º 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 #CEFFFB is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 251 | - |
| CMYK | 0.19 | 0 | 0.02 | 0 |
| HSL | 175.1º | 1% | 0.9% | - |
| HSV(B) | 175.1º | 0.19% | 1% | - |
| XYZ | 78.63 | 91.61 | 104.8 | - |
| YUV | 239.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 251 | 0.19 | 0 | 0.02 | 0 | 175.1 | 1 | 0.9 |
| Hex | CE | FF | FB | 13 | 0 | 2 | 0 | AF | 64 | 5A |
| Octal | 316 | 377 | 373 | 23 | 0 | 2 | 0 | 257 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11111011 | 10011 | 0 | 10 | 0 | 10101111 | 1100100 | 1011010 |
Color Harmonies of #CEFFFB
Complementary color
Monochromatic Colors of #CEFFFB
Black with #CEFFFB
Text Example
Text Example
White with #CEFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFFB; }
p { color: rgb(206,255,251); }
H1.HeaderClassName
{
color: #CEFFFB;
}
.AnyTagClassName
{
color: #CEFFFB;
}
</style>
background-color css
<style>
a { background-color: #CEFFFB; }
a { background-color: rgb(206,255,251); }
div.DivClassName
{
background-color: #CEFFFB;
}
.BgClassName
{
background-color: #CEFFFB;
}
</style>
border-color css
<style>
span { border-color: #CEFFFB; }
span { border-color: rgb(206,255,251); }
td.TdClassName
{
border-color: #CEFFFB;
}
.TagClassName
{
border-color: #CEFFFB;
}
</style>