Shades of Light Cyan #E2FEFF
Tints of Light Cyan #E2FEFF
RGB
CMYK
RGB Variations
Color information
#E2FEFF (or 0xE2FEFF) is known color: Light Cyan. HEX triplet: E2, FE and FF. RGB value is (226,254,255). Sum of RGB (Red+Green+Blue) = 226+254+255=735 (97% of max value = 765). Red value is 226 (88.67% from 255 or 30.75% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FEFF is #1D0100. Grayscale: #F5F5F5. Windows color (decimal): -1900801 or 16776930. OLE color: 16776930.
HSL color Cylindrical-coordinate representation of color #E2FEFF: hue angle of 182.07º 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 #E2FEFF is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 226 | 254 | 255 | - |
CMYK | 0.11 | 0.00 | 0 | 0 |
HSL | 182.07º | 1% | 0.94% | - |
HSV(B) | 182.07º | 0.11% | 1% | - |
XYZ | 84.86 | 94.27 | 108.33 | - |
YUV | 245.74 | 133.22 | 113.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 254 | 255 | 0.11 | 0.00 | 0 | 0 | 182.07 | 1 | 0.94 |
Hex | E2 | FE | FF | B | 0 | 0 | 0 | B6 | 64 | 5E |
Octal | 342 | 376 | 377 | 13 | 0 | 0 | 0 | 266 | 144 | 136 |
Binary | 11100010 | 11111110 | 11111111 | 1011 | 0 | 0 | 0 | 10110110 | 1100100 | 1011110 |
Color Harmonies of #E2FEFF
Complementary color
Monochromatic Colors of #E2FEFF
Black with #E2FEFF
Text Example
Text Example
White with #E2FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FEFF; }
p { color: rgb(226,254,255); }
H1.HeaderClassName
{
color: #E2FEFF;
}
.AnyTagClassName
{
color: #E2FEFF;
}
</style>
background-color css
<style>
a { background-color: #E2FEFF; }
a { background-color: rgb(226,254,255); }
div.DivClassName
{
background-color: #E2FEFF;
}
.BgClassName
{
background-color: #E2FEFF;
}
</style>
border-color css
<style>
span { border-color: #E2FEFF; }
span { border-color: rgb(226,254,255); }
td.TdClassName
{
border-color: #E2FEFF;
}
.TagClassName
{
border-color: #E2FEFF;
}
</style>