Shades of Bubbles #E5F2EA
Tints of Bubbles #E5F2EA
RGB
CMYK
RGB Variations
Color information
#E5F2EA (or 0xE5F2EA) is known color: Bubbles. HEX triplet: E5, F2 and EA. RGB value is (229,242,234). Sum of RGB (Red+Green+Blue) = 229+242+234=705 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.48% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F2EA is #1A0D15. Grayscale: #EDEDED. Windows color (decimal): -1707286 or 15397605. OLE color: 15397605.
HSL color Cylindrical-coordinate representation of color #E5F2EA: hue angle of 143.08º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5F2EA is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 234 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.05 |
| HSL | 143.08º | 0.33% | 0.92% | - |
| HSV(B) | 143.08º | 0.05% | 0.95% | - |
| XYZ | 78.92 | 86.1 | 90.3 | - |
| YUV | 237.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 234 | 0.05 | 0 | 0.03 | 0.05 | 143.08 | 0.33 | 0.92 |
| Hex | E5 | F2 | EA | 5 | 0 | 3 | 5 | 8F | 21 | 5C |
| Octal | 345 | 362 | 352 | 5 | 0 | 3 | 5 | 217 | 41 | 134 |
| Binary | 11100101 | 11110010 | 11101010 | 101 | 0 | 11 | 101 | 10001111 | 100001 | 1011100 |
Color Harmonies of #E5F2EA
Complementary color
Monochromatic Colors of #E5F2EA
Black with #E5F2EA
Text Example
Text Example
White with #E5F2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F2EA; }
p { color: rgb(229,242,234); }
H1.HeaderClassName
{
color: #E5F2EA;
}
.AnyTagClassName
{
color: #E5F2EA;
}
</style>
background-color css
<style>
a { background-color: #E5F2EA; }
a { background-color: rgb(229,242,234); }
div.DivClassName
{
background-color: #E5F2EA;
}
.BgClassName
{
background-color: #E5F2EA;
}
</style>
border-color css
<style>
span { border-color: #E5F2EA; }
span { border-color: rgb(229,242,234); }
td.TdClassName
{
border-color: #E5F2EA;
}
.TagClassName
{
border-color: #E5F2EA;
}
</style>