Shades of Light Cyan #E2FEFE
Tints of Light Cyan #E2FEFE
RGB
CMYK
RGB Variations
Color information
#E2FEFE (or 0xE2FEFE) is known color: Light Cyan. HEX triplet: E2, FE and FE. RGB value is (226,254,254). Sum of RGB (Red+Green+Blue) = 226+254+254=734 (97% of max value = 765). Red value is 226 (88.67% from 255 or 30.79% from 734); Green value is 254 (99.61% from 255 or 34.60% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #E2FEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FEFE is #1D0101. Grayscale: #F5F5F5. Windows color (decimal): -1900802 or 16711394. OLE color: 16711394.
HSL color Cylindrical-coordinate representation of color #E2FEFE: hue angle of 180º 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 #E2FEFE is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 254 | - |
| CMYK | 0.11 | 0 | 0 | 0.00 |
| HSL | 180º | 0.93% | 0.94% | - |
| HSV(B) | 180º | 0.11% | 1% | - |
| XYZ | 84.7 | 94.21 | 107.49 | - |
| YUV | 245.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 254 | 0.11 | 0 | 0 | 0.00 | 180 | 0.93 | 0.94 |
| Hex | E2 | FE | FE | B | 0 | 0 | 0 | B4 | 5D | 5E |
| Octal | 342 | 376 | 376 | 13 | 0 | 0 | 0 | 264 | 135 | 136 |
| Binary | 11100010 | 11111110 | 11111110 | 1011 | 0 | 0 | 0 | 10110100 | 1011101 | 1011110 |
Color Harmonies of #E2FEFE
Complementary color
Monochromatic Colors of #E2FEFE
Black with #E2FEFE
Text Example
Text Example
White with #E2FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FEFE; }
p { color: rgb(226,254,254); }
H1.HeaderClassName
{
color: #E2FEFE;
}
.AnyTagClassName
{
color: #E2FEFE;
}
</style>
background-color css
<style>
a { background-color: #E2FEFE; }
a { background-color: rgb(226,254,254); }
div.DivClassName
{
background-color: #E2FEFE;
}
.BgClassName
{
background-color: #E2FEFE;
}
</style>
border-color css
<style>
span { border-color: #E2FEFE; }
span { border-color: rgb(226,254,254); }
td.TdClassName
{
border-color: #E2FEFE;
}
.TagClassName
{
border-color: #E2FEFE;
}
</style>