Shades of Aqua Spring #E9F0E9
Tints of Aqua Spring #E9F0E9
RGB
CMYK
RGB Variations
Color information
#E9F0E9 (or 0xE9F0E9) is known color: Aqua Spring. HEX triplet: E9, F0 and E9. RGB value is (233,240,233). Sum of RGB (Red+Green+Blue) = 233+240+233=706 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.00% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F0E9 is #160F16. Grayscale: #EDEDED. Windows color (decimal): -1445655 or 15331561. OLE color: 15331561.
HSL color Cylindrical-coordinate representation of color #E9F0E9: hue angle of 120º degrees, saturation: 0.19, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9F0E9 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 233 | 240 | 233 | - |
CMYK | 0.03 | 0 | 0.03 | 0.06 |
HSL | 120º | 0.19% | 0.93% | - |
HSV(B) | 120º | 0.03% | 0.94% | - |
XYZ | 79.47 | 85.53 | 89.41 | - |
YUV | 237.11 | 125.68 | 125.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 240 | 233 | 0.03 | 0 | 0.03 | 0.06 | 120 | 0.19 | 0.93 |
Hex | E9 | F0 | E9 | 3 | 0 | 3 | 6 | 78 | 13 | 5D |
Octal | 351 | 360 | 351 | 3 | 0 | 3 | 6 | 170 | 23 | 135 |
Binary | 11101001 | 11110000 | 11101001 | 11 | 0 | 11 | 110 | 1111000 | 10011 | 1011101 |
Color Harmonies of #E9F0E9
Complementary color
Monochromatic Colors of #E9F0E9
Black with #E9F0E9
Text Example
Text Example
White with #E9F0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0E9; }
p { color: rgb(233,240,233); }
H1.HeaderClassName
{
color: #E9F0E9;
}
.AnyTagClassName
{
color: #E9F0E9;
}
</style>
background-color css
<style>
a { background-color: #E9F0E9; }
a { background-color: rgb(233,240,233); }
div.DivClassName
{
background-color: #E9F0E9;
}
.BgClassName
{
background-color: #E9F0E9;
}
</style>
border-color css
<style>
span { border-color: #E9F0E9; }
span { border-color: rgb(233,240,233); }
td.TdClassName
{
border-color: #E9F0E9;
}
.TagClassName
{
border-color: #E9F0E9;
}
</style>