Shades of Bubbles #EBFFF1
Tints of Bubbles #EBFFF1
RGB
CMYK
RGB Variations
Color information
#EBFFF1 (or 0xEBFFF1) is known color: Bubbles. HEX triplet: EB, FF and F1. RGB value is (235,255,241). Sum of RGB (Red+Green+Blue) = 235+255+241=731 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.15% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 241 (94.53% from 255 or 32.97% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFFF1 is #14000E. Grayscale: #F7F7F7. Windows color (decimal): -1310735 or 15859691. OLE color: 15859691.
HSL color Cylindrical-coordinate representation of color #EBFFF1: hue angle of 138º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBFFF1 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 241 | - |
| CMYK | 0.08 | 0 | 0.05 | 0 |
| HSL | 138º | 1% | 0.96% | - |
| HSV(B) | 138º | 0.08% | 1% | - |
| XYZ | 85.9 | 95.53 | 97.13 | - |
| YUV | 247.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 241 | 0.08 | 0 | 0.05 | 0 | 138 | 1 | 0.96 |
| Hex | EB | FF | F1 | 8 | 0 | 5 | 0 | 8A | 64 | 60 |
| Octal | 353 | 377 | 361 | 10 | 0 | 5 | 0 | 212 | 144 | 140 |
| Binary | 11101011 | 11111111 | 11110001 | 1000 | 0 | 101 | 0 | 10001010 | 1100100 | 1100000 |
Color Harmonies of #EBFFF1
Complementary color
Monochromatic Colors of #EBFFF1
Black with #EBFFF1
Text Example
Text Example
White with #EBFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFF1; }
p { color: rgb(235,255,241); }
H1.HeaderClassName
{
color: #EBFFF1;
}
.AnyTagClassName
{
color: #EBFFF1;
}
</style>
background-color css
<style>
a { background-color: #EBFFF1; }
a { background-color: rgb(235,255,241); }
div.DivClassName
{
background-color: #EBFFF1;
}
.BgClassName
{
background-color: #EBFFF1;
}
</style>
border-color css
<style>
span { border-color: #EBFFF1; }
span { border-color: rgb(235,255,241); }
td.TdClassName
{
border-color: #EBFFF1;
}
.TagClassName
{
border-color: #EBFFF1;
}
</style>