Shades of Bubbles #E6F2EA
Tints of Bubbles #E6F2EA
RGB
CMYK
RGB Variations
Color information
#E6F2EA (or 0xE6F2EA) is known color: Bubbles. HEX triplet: E6, F2 and EA. RGB value is (230,242,234). Sum of RGB (Red+Green+Blue) = 230+242+234=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F2EA is #190D15. Grayscale: #EDEDED. Windows color (decimal): -1641750 or 15397606. OLE color: 15397606.
HSL color Cylindrical-coordinate representation of color #E6F2EA: hue angle of 140º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6F2EA is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 234 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.05 |
| HSL | 140º | 0.32% | 0.93% | - |
| HSV(B) | 140º | 0.05% | 0.95% | - |
| XYZ | 79.24 | 86.27 | 90.32 | - |
| YUV | 237.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 234 | 0.05 | 0 | 0.03 | 0.05 | 140 | 0.32 | 0.93 |
| Hex | E6 | F2 | EA | 5 | 0 | 3 | 5 | 8C | 20 | 5D |
| Octal | 346 | 362 | 352 | 5 | 0 | 3 | 5 | 214 | 40 | 135 |
| Binary | 11100110 | 11110010 | 11101010 | 101 | 0 | 11 | 101 | 10001100 | 100000 | 1011101 |
Color Harmonies of #E6F2EA
Complementary color
Monochromatic Colors of #E6F2EA
Black with #E6F2EA
Text Example
Text Example
White with #E6F2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F2EA; }
p { color: rgb(230,242,234); }
H1.HeaderClassName
{
color: #E6F2EA;
}
.AnyTagClassName
{
color: #E6F2EA;
}
</style>
background-color css
<style>
a { background-color: #E6F2EA; }
a { background-color: rgb(230,242,234); }
div.DivClassName
{
background-color: #E6F2EA;
}
.BgClassName
{
background-color: #E6F2EA;
}
</style>
border-color css
<style>
span { border-color: #E6F2EA; }
span { border-color: rgb(230,242,234); }
td.TdClassName
{
border-color: #E6F2EA;
}
.TagClassName
{
border-color: #E6F2EA;
}
</style>