Shades of Bubbles #EBFDF0
Tints of Bubbles #EBFDF0
RGB
CMYK
RGB Variations
Color information
#EBFDF0 (or 0xEBFDF0) is known color: Bubbles. HEX triplet: EB, FD and F0. RGB value is (235,253,240). Sum of RGB (Red+Green+Blue) = 235+253+240=728 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.28% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 240 (94.14% from 255 or 32.97% from 728); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFDF0 is #14020F. Grayscale: #F6F6F6. Windows color (decimal): -1311248 or 15793643. OLE color: 15793643.
HSL color Cylindrical-coordinate representation of color #EBFDF0: hue angle of 136.67º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFDF0 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 240 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.01 |
| HSL | 136.67º | 0.82% | 0.96% | - |
| HSV(B) | 136.67º | 0.07% | 0.99% | - |
| XYZ | 85.11 | 94.2 | 96.14 | - |
| YUV | 246.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 240 | 0.07 | 0 | 0.05 | 0.01 | 136.67 | 0.82 | 0.96 |
| Hex | EB | FD | F0 | 7 | 0 | 5 | 1 | 89 | 52 | 60 |
| Octal | 353 | 375 | 360 | 7 | 0 | 5 | 1 | 211 | 122 | 140 |
| Binary | 11101011 | 11111101 | 11110000 | 111 | 0 | 101 | 1 | 10001001 | 1010010 | 1100000 |
Color Harmonies of #EBFDF0
Complementary color
Monochromatic Colors of #EBFDF0
Black with #EBFDF0
Text Example
Text Example
White with #EBFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDF0; }
p { color: rgb(235,253,240); }
H1.HeaderClassName
{
color: #EBFDF0;
}
.AnyTagClassName
{
color: #EBFDF0;
}
</style>
background-color css
<style>
a { background-color: #EBFDF0; }
a { background-color: rgb(235,253,240); }
div.DivClassName
{
background-color: #EBFDF0;
}
.BgClassName
{
background-color: #EBFDF0;
}
</style>
border-color css
<style>
span { border-color: #EBFDF0; }
span { border-color: rgb(235,253,240); }
td.TdClassName
{
border-color: #EBFDF0;
}
.TagClassName
{
border-color: #EBFDF0;
}
</style>