Shades of Light Cyan #E2FFFA
Tints of Light Cyan #E2FFFA
RGB
CMYK
RGB Variations
Color information
#E2FFFA (or 0xE2FFFA) is known color: Light Cyan. HEX triplet: E2, FF and FA. RGB value is (226,255,250). Sum of RGB (Red+Green+Blue) = 226+255+250=731 (96% of max value = 765). Red value is 226 (88.67% from 255 or 30.92% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 250 (98.05% from 255 or 34.20% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FFFA is #1D0005. Grayscale: #F5F5F5. Windows color (decimal): -1900550 or 16449506. OLE color: 16449506.
HSL color Cylindrical-coordinate representation of color #E2FFFA: hue angle of 169.66º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FFFA is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 250 | - |
| CMYK | 0.11 | 0 | 0.02 | 0 |
| HSL | 169.66º | 1% | 0.94% | - |
| HSV(B) | 169.66º | 0.11% | 1% | - |
| XYZ | 84.38 | 94.59 | 104.25 | - |
| YUV | 245.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 250 | 0.11 | 0 | 0.02 | 0 | 169.66 | 1 | 0.94 |
| Hex | E2 | FF | FA | B | 0 | 2 | 0 | AA | 64 | 5E |
| Octal | 342 | 377 | 372 | 13 | 0 | 2 | 0 | 252 | 144 | 136 |
| Binary | 11100010 | 11111111 | 11111010 | 1011 | 0 | 10 | 0 | 10101010 | 1100100 | 1011110 |
Color Harmonies of #E2FFFA
Complementary color
Monochromatic Colors of #E2FFFA
Black with #E2FFFA
Text Example
Text Example
White with #E2FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFFA; }
p { color: rgb(226,255,250); }
H1.HeaderClassName
{
color: #E2FFFA;
}
.AnyTagClassName
{
color: #E2FFFA;
}
</style>
background-color css
<style>
a { background-color: #E2FFFA; }
a { background-color: rgb(226,255,250); }
div.DivClassName
{
background-color: #E2FFFA;
}
.BgClassName
{
background-color: #E2FFFA;
}
</style>
border-color css
<style>
span { border-color: #E2FFFA; }
span { border-color: rgb(226,255,250); }
td.TdClassName
{
border-color: #E2FFFA;
}
.TagClassName
{
border-color: #E2FFFA;
}
</style>