Shades of Bubbles #EFFBF3
Tints of Bubbles #EFFBF3
RGB
CMYK
RGB Variations
Color information
#EFFBF3 (or 0xEFFBF3) is known color: Bubbles. HEX triplet: EF, FB and F3. RGB value is (239,251,243). Sum of RGB (Red+Green+Blue) = 239+251+243=733 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.61% from 733); Green value is 251 (98.44% from 255 or 34.24% from 733); Blue value is 243 (95.31% from 255 or 33.15% from 733); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBF3 is #10040C. Grayscale: #F6F6F6. Windows color (decimal): -1049613 or 15989743. OLE color: 15989743.
HSL color Cylindrical-coordinate representation of color #EFFBF3: hue angle of 140º degrees, saturation: 0.6, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFFBF3 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 239 | 251 | 243 | - |
CMYK | 0.05 | 0 | 0.03 | 0.02 |
HSL | 140º | 0.6% | 0.96% | - |
HSV(B) | 140º | 0.05% | 0.98% | - |
XYZ | 86.27 | 93.82 | 98.36 | - |
YUV | 246.5 | 126.02 | 122.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 251 | 243 | 0.05 | 0 | 0.03 | 0.02 | 140 | 0.6 | 0.96 |
Hex | EF | FB | F3 | 5 | 0 | 3 | 2 | 8C | 3C | 60 |
Octal | 357 | 373 | 363 | 5 | 0 | 3 | 2 | 214 | 74 | 140 |
Binary | 11101111 | 11111011 | 11110011 | 101 | 0 | 11 | 10 | 10001100 | 111100 | 1100000 |
Color Harmonies of #EFFBF3
Complementary color
Monochromatic Colors of #EFFBF3
Black with #EFFBF3
Text Example
Text Example
White with #EFFBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBF3; }
p { color: rgb(239,251,243); }
H1.HeaderClassName
{
color: #EFFBF3;
}
.AnyTagClassName
{
color: #EFFBF3;
}
</style>
background-color css
<style>
a { background-color: #EFFBF3; }
a { background-color: rgb(239,251,243); }
div.DivClassName
{
background-color: #EFFBF3;
}
.BgClassName
{
background-color: #EFFBF3;
}
</style>
border-color css
<style>
span { border-color: #EFFBF3; }
span { border-color: rgb(239,251,243); }
td.TdClassName
{
border-color: #EFFBF3;
}
.TagClassName
{
border-color: #EFFBF3;
}
</style>