Shades of Light Cyan #E2FEFA
Tints of Light Cyan #E2FEFA
RGB
CMYK
RGB Variations
Color information
#E2FEFA (or 0xE2FEFA) is known color: Light Cyan. HEX triplet: E2, FE and FA. RGB value is (226,254,250). Sum of RGB (Red+Green+Blue) = 226+254+250=730 (96% of max value = 765). Red value is 226 (88.67% from 255 or 30.96% from 730); Green value is 254 (99.61% from 255 or 34.79% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FEFA is #1D0105. Grayscale: #F5F5F5. Windows color (decimal): -1900806 or 16449250. OLE color: 16449250.
HSL color Cylindrical-coordinate representation of color #E2FEFA: hue angle of 171.43º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FEFA is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 250 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.00 |
| HSL | 171.43º | 0.93% | 0.94% | - |
| HSV(B) | 171.43º | 0.11% | 1% | - |
| XYZ | 84.06 | 93.95 | 104.15 | - |
| YUV | 245.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 250 | 0.11 | 0 | 0.02 | 0.00 | 171.43 | 0.93 | 0.94 |
| Hex | E2 | FE | FA | B | 0 | 2 | 0 | AB | 5D | 5E |
| Octal | 342 | 376 | 372 | 13 | 0 | 2 | 0 | 253 | 135 | 136 |
| Binary | 11100010 | 11111110 | 11111010 | 1011 | 0 | 10 | 0 | 10101011 | 1011101 | 1011110 |
Color Harmonies of #E2FEFA
Complementary color
Monochromatic Colors of #E2FEFA
Black with #E2FEFA
Text Example
Text Example
White with #E2FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FEFA; }
p { color: rgb(226,254,250); }
H1.HeaderClassName
{
color: #E2FEFA;
}
.AnyTagClassName
{
color: #E2FEFA;
}
</style>
background-color css
<style>
a { background-color: #E2FEFA; }
a { background-color: rgb(226,254,250); }
div.DivClassName
{
background-color: #E2FEFA;
}
.BgClassName
{
background-color: #E2FEFA;
}
</style>
border-color css
<style>
span { border-color: #E2FEFA; }
span { border-color: rgb(226,254,250); }
td.TdClassName
{
border-color: #E2FEFA;
}
.TagClassName
{
border-color: #E2FEFA;
}
</style>