Shades of Bubbles #EBFEF2
Tints of Bubbles #EBFEF2
RGB
CMYK
RGB Variations
Color information
#EBFEF2 (or 0xEBFEF2) is known color: Bubbles. HEX triplet: EB, FE and F2. RGB value is (235,254,242). Sum of RGB (Red+Green+Blue) = 235+254+242=731 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.15% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 242 (94.92% from 255 or 33.11% from 731); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEF2 is #14010D. Grayscale: #F6F6F6. Windows color (decimal): -1310990 or 15924971. OLE color: 15924971.
HSL color Cylindrical-coordinate representation of color #EBFEF2: hue angle of 142.11º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFEF2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 242 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.00 |
| HSL | 142.11º | 0.9% | 0.96% | - |
| HSV(B) | 142.11º | 0.07% | 1% | - |
| XYZ | 85.73 | 94.96 | 97.81 | - |
| YUV | 246.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 242 | 0.07 | 0 | 0.05 | 0.00 | 142.11 | 0.9 | 0.96 |
| Hex | EB | FE | F2 | 7 | 0 | 5 | 0 | 8E | 5A | 60 |
| Octal | 353 | 376 | 362 | 7 | 0 | 5 | 0 | 216 | 132 | 140 |
| Binary | 11101011 | 11111110 | 11110010 | 111 | 0 | 101 | 0 | 10001110 | 1011010 | 1100000 |
Color Harmonies of #EBFEF2
Complementary color
Monochromatic Colors of #EBFEF2
Black with #EBFEF2
Text Example
Text Example
White with #EBFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFEF2; }
p { color: rgb(235,254,242); }
H1.HeaderClassName
{
color: #EBFEF2;
}
.AnyTagClassName
{
color: #EBFEF2;
}
</style>
background-color css
<style>
a { background-color: #EBFEF2; }
a { background-color: rgb(235,254,242); }
div.DivClassName
{
background-color: #EBFEF2;
}
.BgClassName
{
background-color: #EBFEF2;
}
</style>
border-color css
<style>
span { border-color: #EBFEF2; }
span { border-color: rgb(235,254,242); }
td.TdClassName
{
border-color: #EBFEF2;
}
.TagClassName
{
border-color: #EBFEF2;
}
</style>