Shades of Light Cyan #E2FAFE
Tints of Light Cyan #E2FAFE
RGB
CMYK
RGB Variations
Color information
#E2FAFE (or 0xE2FAFE) is known color: Light Cyan. HEX triplet: E2, FA and FE. RGB value is (226,250,254). Sum of RGB (Red+Green+Blue) = 226+250+254=730 (96% of max value = 765). Red value is 226 (88.67% from 255 or 30.96% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FAFE is #1D0501. Grayscale: #F3F3F3. Windows color (decimal): -1901826 or 16710370. OLE color: 16710370.
HSL color Cylindrical-coordinate representation of color #E2FAFE: hue angle of 188.57º 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 #E2FAFE is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 250 | 254 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.00 |
| HSL | 188.57º | 0.93% | 0.94% | - |
| HSV(B) | 188.57º | 0.11% | 1% | - |
| XYZ | 83.44 | 91.7 | 107.07 | - |
| YUV | 243.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 254 | 0.11 | 0.02 | 0 | 0.00 | 188.57 | 0.93 | 0.94 |
| Hex | E2 | FA | FE | B | 2 | 0 | 0 | BD | 5D | 5E |
| Octal | 342 | 372 | 376 | 13 | 2 | 0 | 0 | 275 | 135 | 136 |
| Binary | 11100010 | 11111010 | 11111110 | 1011 | 10 | 0 | 0 | 10111101 | 1011101 | 1011110 |
Color Harmonies of #E2FAFE
Complementary color
Monochromatic Colors of #E2FAFE
Black with #E2FAFE
Text Example
Text Example
White with #E2FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FAFE; }
p { color: rgb(226,250,254); }
H1.HeaderClassName
{
color: #E2FAFE;
}
.AnyTagClassName
{
color: #E2FAFE;
}
</style>
background-color css
<style>
a { background-color: #E2FAFE; }
a { background-color: rgb(226,250,254); }
div.DivClassName
{
background-color: #E2FAFE;
}
.BgClassName
{
background-color: #E2FAFE;
}
</style>
border-color css
<style>
span { border-color: #E2FAFE; }
span { border-color: rgb(226,250,254); }
td.TdClassName
{
border-color: #E2FAFE;
}
.TagClassName
{
border-color: #E2FAFE;
}
</style>