Shades of Bubbles #E6FAEE
Tints of Bubbles #E6FAEE
RGB
CMYK
RGB Variations
Color information
#E6FAEE (or 0xE6FAEE) is known color: Bubbles. HEX triplet: E6, FA and EE. RGB value is (230,250,238). Sum of RGB (Red+Green+Blue) = 230+250+238=718 (95% of max value = 765). Red value is 230 (90.23% from 255 or 32.03% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FAEE is #190511. Grayscale: #F2F2F2. Windows color (decimal): -1639698 or 15661798. OLE color: 15661798.
HSL color Cylindrical-coordinate representation of color #E6FAEE: hue angle of 144º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6FAEE is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 238 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.02 |
| HSL | 144º | 0.67% | 0.94% | - |
| HSV(B) | 144º | 0.08% | 0.98% | - |
| XYZ | 82.25 | 91.37 | 94.19 | - |
| YUV | 242.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 238 | 0.08 | 0 | 0.05 | 0.02 | 144 | 0.67 | 0.94 |
| Hex | E6 | FA | EE | 8 | 0 | 5 | 2 | 90 | 43 | 5E |
| Octal | 346 | 372 | 356 | 10 | 0 | 5 | 2 | 220 | 103 | 136 |
| Binary | 11100110 | 11111010 | 11101110 | 1000 | 0 | 101 | 10 | 10010000 | 1000011 | 1011110 |
Color Harmonies of #E6FAEE
Complementary color
Monochromatic Colors of #E6FAEE
Black with #E6FAEE
Text Example
Text Example
White with #E6FAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FAEE; }
p { color: rgb(230,250,238); }
H1.HeaderClassName
{
color: #E6FAEE;
}
.AnyTagClassName
{
color: #E6FAEE;
}
</style>
background-color css
<style>
a { background-color: #E6FAEE; }
a { background-color: rgb(230,250,238); }
div.DivClassName
{
background-color: #E6FAEE;
}
.BgClassName
{
background-color: #E6FAEE;
}
</style>
border-color css
<style>
span { border-color: #E6FAEE; }
span { border-color: rgb(230,250,238); }
td.TdClassName
{
border-color: #E6FAEE;
}
.TagClassName
{
border-color: #E6FAEE;
}
</style>