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