Shades of Light Cyan #E2F3F5
Tints of Light Cyan #E2F3F5
RGB
CMYK
RGB Variations
Color information
#E2F3F5 (or 0xE2F3F5) is known color: Light Cyan. HEX triplet: E2, F3 and F5. RGB value is (226,243,245). Sum of RGB (Red+Green+Blue) = 226+243+245=714 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.65% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 245 (96.09% from 255 or 34.31% from 714); Max value from RGB is 245 - color contains mainly: blue. Hex color #E2F3F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F3F5 is #1D0C0A. Grayscale: #EEEEEE. Windows color (decimal): -1903627 or 16118754. OLE color: 16118754.
HSL color Cylindrical-coordinate representation of color #E2F3F5: hue angle of 186.32º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2F3F5 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 226 | 243 | 245 | - |
CMYK | 0.08 | 0.01 | 0 | 0.04 |
HSL | 186.32º | 0.49% | 0.92% | - |
HSV(B) | 186.32º | 0.08% | 0.96% | - |
XYZ | 79.9 | 86.86 | 98.94 | - |
YUV | 238.15 | 131.87 | 119.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 243 | 245 | 0.08 | 0.01 | 0 | 0.04 | 186.32 | 0.49 | 0.92 |
Hex | E2 | F3 | F5 | 8 | 1 | 0 | 4 | BA | 31 | 5C |
Octal | 342 | 363 | 365 | 10 | 1 | 0 | 4 | 272 | 61 | 134 |
Binary | 11100010 | 11110011 | 11110101 | 1000 | 1 | 0 | 100 | 10111010 | 110001 | 1011100 |
Color Harmonies of #E2F3F5
Complementary color
Monochromatic Colors of #E2F3F5
Black with #E2F3F5
Text Example
Text Example
White with #E2F3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F3F5; }
p { color: rgb(226,243,245); }
H1.HeaderClassName
{
color: #E2F3F5;
}
.AnyTagClassName
{
color: #E2F3F5;
}
</style>
background-color css
<style>
a { background-color: #E2F3F5; }
a { background-color: rgb(226,243,245); }
div.DivClassName
{
background-color: #E2F3F5;
}
.BgClassName
{
background-color: #E2F3F5;
}
</style>
border-color css
<style>
span { border-color: #E2F3F5; }
span { border-color: rgb(226,243,245); }
td.TdClassName
{
border-color: #E2F3F5;
}
.TagClassName
{
border-color: #E2F3F5;
}
</style>