Shades of Bubbles #E2F7EA
Tints of Bubbles #E2F7EA
RGB
CMYK
RGB Variations
Color information
#E2F7EA (or 0xE2F7EA) is known color: Bubbles. HEX triplet: E2, F7 and EA. RGB value is (226,247,234). Sum of RGB (Red+Green+Blue) = 226+247+234=707 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.97% from 707); Green value is 247 (96.88% from 255 or 34.94% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F7EA is #1D0815. Grayscale: #EFEFEF. Windows color (decimal): -1902614 or 15398882. OLE color: 15398882.
HSL color Cylindrical-coordinate representation of color #E2F7EA: hue angle of 142.86º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2F7EA is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
RGB | 226 | 247 | 234 | - |
CMYK | 0.09 | 0 | 0.05 | 0.03 |
HSL | 142.86º | 0.57% | 0.93% | - |
HSV(B) | 142.86º | 0.09% | 0.97% | - |
XYZ | 79.48 | 88.63 | 90.76 | - |
YUV | 239.24 | 125.04 | 118.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 247 | 234 | 0.09 | 0 | 0.05 | 0.03 | 142.86 | 0.57 | 0.93 |
Hex | E2 | F7 | EA | 9 | 0 | 5 | 3 | 8F | 39 | 5D |
Octal | 342 | 367 | 352 | 11 | 0 | 5 | 3 | 217 | 71 | 135 |
Binary | 11100010 | 11110111 | 11101010 | 1001 | 0 | 101 | 11 | 10001111 | 111001 | 1011101 |
Color Harmonies of #E2F7EA
Complementary color
Monochromatic Colors of #E2F7EA
Black with #E2F7EA
Text Example
Text Example
White with #E2F7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F7EA; }
p { color: rgb(226,247,234); }
H1.HeaderClassName
{
color: #E2F7EA;
}
.AnyTagClassName
{
color: #E2F7EA;
}
</style>
background-color css
<style>
a { background-color: #E2F7EA; }
a { background-color: rgb(226,247,234); }
div.DivClassName
{
background-color: #E2F7EA;
}
.BgClassName
{
background-color: #E2F7EA;
}
</style>
border-color css
<style>
span { border-color: #E2F7EA; }
span { border-color: rgb(226,247,234); }
td.TdClassName
{
border-color: #E2F7EA;
}
.TagClassName
{
border-color: #E2F7EA;
}
</style>