Shades of Bubbles #E0F8EB
Tints of Bubbles #E0F8EB
RGB
CMYK
RGB Variations
Color information
#E0F8EB (or 0xE0F8EB) is known color: Bubbles. HEX triplet: E0, F8 and EB. RGB value is (224,248,235). Sum of RGB (Red+Green+Blue) = 224+248+235=707 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.68% from 707); Green value is 248 (97.27% from 255 or 35.08% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F8EB is #1F0714. Grayscale: #EFEFEF. Windows color (decimal): -2033429 or 15464672. OLE color: 15464672.
HSL color Cylindrical-coordinate representation of color #E0F8EB: hue angle of 147.5º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0F8EB is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 248 | 235 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.03 |
| HSL | 147.5º | 0.63% | 0.93% | - |
| HSV(B) | 147.5º | 0.1% | 0.97% | - |
| XYZ | 79.3 | 88.98 | 91.59 | - |
| YUV | 239.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 248 | 235 | 0.10 | 0 | 0.05 | 0.03 | 147.5 | 0.63 | 0.93 |
| Hex | E0 | F8 | EB | A | 0 | 5 | 3 | 94 | 3F | 5D |
| Octal | 340 | 370 | 353 | 12 | 0 | 5 | 3 | 224 | 77 | 135 |
| Binary | 11100000 | 11111000 | 11101011 | 1010 | 0 | 101 | 11 | 10010100 | 111111 | 1011101 |
Color Harmonies of #E0F8EB
Complementary color
Monochromatic Colors of #E0F8EB
Black with #E0F8EB
Text Example
Text Example
White with #E0F8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F8EB; }
p { color: rgb(224,248,235); }
H1.HeaderClassName
{
color: #E0F8EB;
}
.AnyTagClassName
{
color: #E0F8EB;
}
</style>
background-color css
<style>
a { background-color: #E0F8EB; }
a { background-color: rgb(224,248,235); }
div.DivClassName
{
background-color: #E0F8EB;
}
.BgClassName
{
background-color: #E0F8EB;
}
</style>
border-color css
<style>
span { border-color: #E0F8EB; }
span { border-color: rgb(224,248,235); }
td.TdClassName
{
border-color: #E0F8EB;
}
.TagClassName
{
border-color: #E0F8EB;
}
</style>