Shades of Light Cyan #E1FEFA
Tints of Light Cyan #E1FEFA
RGB
CMYK
RGB Variations
Color information
#E1FEFA (or 0xE1FEFA) is known color: Light Cyan. HEX triplet: E1, FE and FA. RGB value is (225,254,250). Sum of RGB (Red+Green+Blue) = 225+254+250=729 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.86% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FEFA is #1E0105. Grayscale: #F4F4F4. Windows color (decimal): -1966342 or 16449249. OLE color: 16449249.
HSL color Cylindrical-coordinate representation of color #E1FEFA: hue angle of 171.72º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1FEFA is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 250 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.00 |
| HSL | 171.72º | 0.94% | 0.94% | - |
| HSV(B) | 171.72º | 0.11% | 1% | - |
| XYZ | 83.75 | 93.79 | 104.13 | - |
| YUV | 244.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 250 | 0.11 | 0 | 0.02 | 0.00 | 171.72 | 0.94 | 0.94 |
| Hex | E1 | FE | FA | B | 0 | 2 | 0 | AC | 5E | 5E |
| Octal | 341 | 376 | 372 | 13 | 0 | 2 | 0 | 254 | 136 | 136 |
| Binary | 11100001 | 11111110 | 11111010 | 1011 | 0 | 10 | 0 | 10101100 | 1011110 | 1011110 |
Color Harmonies of #E1FEFA
Complementary color
Monochromatic Colors of #E1FEFA
Black with #E1FEFA
Text Example
Text Example
White with #E1FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FEFA; }
p { color: rgb(225,254,250); }
H1.HeaderClassName
{
color: #E1FEFA;
}
.AnyTagClassName
{
color: #E1FEFA;
}
</style>
background-color css
<style>
a { background-color: #E1FEFA; }
a { background-color: rgb(225,254,250); }
div.DivClassName
{
background-color: #E1FEFA;
}
.BgClassName
{
background-color: #E1FEFA;
}
</style>
border-color css
<style>
span { border-color: #E1FEFA; }
span { border-color: rgb(225,254,250); }
td.TdClassName
{
border-color: #E1FEFA;
}
.TagClassName
{
border-color: #E1FEFA;
}
</style>