Shades of Bubbles #E5FFF0
Tints of Bubbles #E5FFF0
RGB
CMYK
RGB Variations
Color information
#E5FFF0 (or 0xE5FFF0) is known color: Bubbles. HEX triplet: E5, FF and F0. RGB value is (229,255,240). Sum of RGB (Red+Green+Blue) = 229+255+240=724 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.63% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 240 (94.14% from 255 or 33.15% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FFF0 is #1A000F. Grayscale: #F5F5F5. Windows color (decimal): -1703952 or 15794149. OLE color: 15794149.
HSL color Cylindrical-coordinate representation of color #E5FFF0: hue angle of 145.38º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5FFF0 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 240 | - |
| CMYK | 0.10 | 0 | 0.06 | 0 |
| HSL | 145.38º | 1% | 0.95% | - |
| HSV(B) | 145.38º | 0.1% | 1% | - |
| XYZ | 83.8 | 94.47 | 96.26 | - |
| YUV | 245.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 240 | 0.10 | 0 | 0.06 | 0 | 145.38 | 1 | 0.95 |
| Hex | E5 | FF | F0 | A | 0 | 6 | 0 | 91 | 64 | 5F |
| Octal | 345 | 377 | 360 | 12 | 0 | 6 | 0 | 221 | 144 | 137 |
| Binary | 11100101 | 11111111 | 11110000 | 1010 | 0 | 110 | 0 | 10010001 | 1100100 | 1011111 |
Color Harmonies of #E5FFF0
Complementary color
Monochromatic Colors of #E5FFF0
Black with #E5FFF0
Text Example
Text Example
White with #E5FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FFF0; }
p { color: rgb(229,255,240); }
H1.HeaderClassName
{
color: #E5FFF0;
}
.AnyTagClassName
{
color: #E5FFF0;
}
</style>
background-color css
<style>
a { background-color: #E5FFF0; }
a { background-color: rgb(229,255,240); }
div.DivClassName
{
background-color: #E5FFF0;
}
.BgClassName
{
background-color: #E5FFF0;
}
</style>
border-color css
<style>
span { border-color: #E5FFF0; }
span { border-color: rgb(229,255,240); }
td.TdClassName
{
border-color: #E5FFF0;
}
.TagClassName
{
border-color: #E5FFF0;
}
</style>