Shades of Light Cyan #CEFEFA
Tints of Light Cyan #CEFEFA
RGB
CMYK
RGB Variations
Color information
#CEFEFA (or 0xCEFEFA) is known color: Light Cyan. HEX triplet: CE, FE and FA. RGB value is (206,254,250). Sum of RGB (Red+Green+Blue) = 206+254+250=710 (94% of max value = 765). Red value is 206 (80.86% from 255 or 29.01% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEFA is #310105. Grayscale: #EFEFEF. Windows color (decimal): -3211526 or 16449230. OLE color: 16449230.
HSL color Cylindrical-coordinate representation of color #CEFEFA: hue angle of 175º 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 #CEFEFA is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 250 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.00 |
| HSL | 175º | 0.96% | 0.9% | - |
| HSV(B) | 175º | 0.19% | 1% | - |
| XYZ | 78.15 | 90.91 | 103.87 | - |
| YUV | 239.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 250 | 0.19 | 0 | 0.02 | 0.00 | 175 | 0.96 | 0.9 |
| Hex | CE | FE | FA | 13 | 0 | 2 | 0 | AF | 60 | 5A |
| Octal | 316 | 376 | 372 | 23 | 0 | 2 | 0 | 257 | 140 | 132 |
| Binary | 11001110 | 11111110 | 11111010 | 10011 | 0 | 10 | 0 | 10101111 | 1100000 | 1011010 |
Color Harmonies of #CEFEFA
Complementary color
Monochromatic Colors of #CEFEFA
Black with #CEFEFA
Text Example
Text Example
White with #CEFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFEFA; }
p { color: rgb(206,254,250); }
H1.HeaderClassName
{
color: #CEFEFA;
}
.AnyTagClassName
{
color: #CEFEFA;
}
</style>
background-color css
<style>
a { background-color: #CEFEFA; }
a { background-color: rgb(206,254,250); }
div.DivClassName
{
background-color: #CEFEFA;
}
.BgClassName
{
background-color: #CEFEFA;
}
</style>
border-color css
<style>
span { border-color: #CEFEFA; }
span { border-color: rgb(206,254,250); }
td.TdClassName
{
border-color: #CEFEFA;
}
.TagClassName
{
border-color: #CEFEFA;
}
</style>