Shades of Bubbles #EFFAF2
Tints of Bubbles #EFFAF2
RGB
CMYK
RGB Variations
Color information
#EFFAF2 (or 0xEFFAF2) is known color: Bubbles. HEX triplet: EF, FA and F2. RGB value is (239,250,242). Sum of RGB (Red+Green+Blue) = 239+250+242=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 242 (94.92% from 255 or 33.11% from 731); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAF2 is #10050D. Grayscale: #F5F5F5. Windows color (decimal): -1049870 or 15923951. OLE color: 15923951.
HSL color Cylindrical-coordinate representation of color #EFFAF2: hue angle of 136.36º degrees, saturation: 0.52, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFFAF2 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 242 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.02 |
| HSL | 136.36º | 0.52% | 0.96% | - |
| HSV(B) | 136.36º | 0.04% | 0.98% | - |
| XYZ | 85.81 | 93.13 | 97.46 | - |
| YUV | 245.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 242 | 0.04 | 0 | 0.03 | 0.02 | 136.36 | 0.52 | 0.96 |
| Hex | EF | FA | F2 | 4 | 0 | 3 | 2 | 88 | 34 | 60 |
| Octal | 357 | 372 | 362 | 4 | 0 | 3 | 2 | 210 | 64 | 140 |
| Binary | 11101111 | 11111010 | 11110010 | 100 | 0 | 11 | 10 | 10001000 | 110100 | 1100000 |
Color Harmonies of #EFFAF2
Complementary color
Monochromatic Colors of #EFFAF2
Black with #EFFAF2
Text Example
Text Example
White with #EFFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFAF2; }
p { color: rgb(239,250,242); }
H1.HeaderClassName
{
color: #EFFAF2;
}
.AnyTagClassName
{
color: #EFFAF2;
}
</style>
background-color css
<style>
a { background-color: #EFFAF2; }
a { background-color: rgb(239,250,242); }
div.DivClassName
{
background-color: #EFFAF2;
}
.BgClassName
{
background-color: #EFFAF2;
}
</style>
border-color css
<style>
span { border-color: #EFFAF2; }
span { border-color: rgb(239,250,242); }
td.TdClassName
{
border-color: #EFFAF2;
}
.TagClassName
{
border-color: #EFFAF2;
}
</style>