Shades of Bubbles #E6FDEF
Tints of Bubbles #E6FDEF
RGB
CMYK
RGB Variations
Color information
#E6FDEF (or 0xE6FDEF) is known color: Bubbles. HEX triplet: E6, FD and EF. RGB value is (230,253,239). Sum of RGB (Red+Green+Blue) = 230+253+239=722 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.86% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 239 (93.75% from 255 or 33.10% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FDEF is #190210. Grayscale: #F4F4F4. Windows color (decimal): -1638929 or 15728102. OLE color: 15728102.
HSL color Cylindrical-coordinate representation of color #E6FDEF: hue angle of 143.48º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6FDEF is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 253 | 239 | - |
CMYK | 0.09 | 0 | 0.06 | 0.01 |
HSL | 143.48º | 0.85% | 0.95% | - |
HSV(B) | 143.48º | 0.09% | 0.99% | - |
XYZ | 83.34 | 93.31 | 95.28 | - |
YUV | 244.53 | 124.88 | 117.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 253 | 239 | 0.09 | 0 | 0.06 | 0.01 | 143.48 | 0.85 | 0.95 |
Hex | E6 | FD | EF | 9 | 0 | 6 | 1 | 8F | 55 | 5F |
Octal | 346 | 375 | 357 | 11 | 0 | 6 | 1 | 217 | 125 | 137 |
Binary | 11100110 | 11111101 | 11101111 | 1001 | 0 | 110 | 1 | 10001111 | 1010101 | 1011111 |
Color Harmonies of #E6FDEF
Complementary color
Monochromatic Colors of #E6FDEF
Black with #E6FDEF
Text Example
Text Example
White with #E6FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDEF; }
p { color: rgb(230,253,239); }
H1.HeaderClassName
{
color: #E6FDEF;
}
.AnyTagClassName
{
color: #E6FDEF;
}
</style>
background-color css
<style>
a { background-color: #E6FDEF; }
a { background-color: rgb(230,253,239); }
div.DivClassName
{
background-color: #E6FDEF;
}
.BgClassName
{
background-color: #E6FDEF;
}
</style>
border-color css
<style>
span { border-color: #E6FDEF; }
span { border-color: rgb(230,253,239); }
td.TdClassName
{
border-color: #E6FDEF;
}
.TagClassName
{
border-color: #E6FDEF;
}
</style>