Shades of Bubbles #E6F1EA
Tints of Bubbles #E6F1EA
RGB
CMYK
RGB Variations
Color information
#E6F1EA (or 0xE6F1EA) is known color: Bubbles. HEX triplet: E6, F1 and EA. RGB value is (230,241,234). Sum of RGB (Red+Green+Blue) = 230+241+234=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 241 (94.53% from 255 or 34.18% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F1EA is #190E15. Grayscale: #ECECEC. Windows color (decimal): -1642006 or 15397350. OLE color: 15397350.
HSL color Cylindrical-coordinate representation of color #E6F1EA: hue angle of 141.82º degrees, saturation: 0.28, 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 #E6F1EA is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 234 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.05 |
| HSL | 141.82º | 0.28% | 0.92% | - |
| HSV(B) | 141.82º | 0.05% | 0.95% | - |
| XYZ | 78.94 | 85.67 | 90.22 | - |
| YUV | 236.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 234 | 0.05 | 0 | 0.03 | 0.05 | 141.82 | 0.28 | 0.92 |
| Hex | E6 | F1 | EA | 5 | 0 | 3 | 5 | 8E | 1C | 5C |
| Octal | 346 | 361 | 352 | 5 | 0 | 3 | 5 | 216 | 34 | 134 |
| Binary | 11100110 | 11110001 | 11101010 | 101 | 0 | 11 | 101 | 10001110 | 11100 | 1011100 |
Color Harmonies of #E6F1EA
Complementary color
Monochromatic Colors of #E6F1EA
Black with #E6F1EA
Text Example
Text Example
White with #E6F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F1EA; }
p { color: rgb(230,241,234); }
H1.HeaderClassName
{
color: #E6F1EA;
}
.AnyTagClassName
{
color: #E6F1EA;
}
</style>
background-color css
<style>
a { background-color: #E6F1EA; }
a { background-color: rgb(230,241,234); }
div.DivClassName
{
background-color: #E6F1EA;
}
.BgClassName
{
background-color: #E6F1EA;
}
</style>
border-color css
<style>
span { border-color: #E6F1EA; }
span { border-color: rgb(230,241,234); }
td.TdClassName
{
border-color: #E6F1EA;
}
.TagClassName
{
border-color: #E6F1EA;
}
</style>