Shades of Bubbles #ECFAF0
Tints of Bubbles #ECFAF0
RGB
CMYK
RGB Variations
Color information
#ECFAF0 (or 0xECFAF0) is known color: Bubbles. HEX triplet: EC, FA and F0. RGB value is (236,250,240). Sum of RGB (Red+Green+Blue) = 236+250+240=726 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.51% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 240 (94.14% from 255 or 33.06% from 726); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAF0 is #13050F. Grayscale: #F4F4F4. Windows color (decimal): -1246480 or 15792876. OLE color: 15792876.
HSL color Cylindrical-coordinate representation of color #ECFAF0: hue angle of 137.14º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFAF0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 240 | - |
CMYK | 0.06 | 0 | 0.04 | 0.02 |
HSL | 137.14º | 0.58% | 0.95% | - |
HSV(B) | 137.14º | 0.06% | 0.98% | - |
XYZ | 84.51 | 92.5 | 95.84 | - |
YUV | 244.67 | 125.36 | 121.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 240 | 0.06 | 0 | 0.04 | 0.02 | 137.14 | 0.58 | 0.95 |
Hex | EC | FA | F0 | 6 | 0 | 4 | 2 | 89 | 3A | 5F |
Octal | 354 | 372 | 360 | 6 | 0 | 4 | 2 | 211 | 72 | 137 |
Binary | 11101100 | 11111010 | 11110000 | 110 | 0 | 100 | 10 | 10001001 | 111010 | 1011111 |
Color Harmonies of #ECFAF0
Complementary color
Monochromatic Colors of #ECFAF0
Black with #ECFAF0
Text Example
Text Example
White with #ECFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAF0; }
p { color: rgb(236,250,240); }
H1.HeaderClassName
{
color: #ECFAF0;
}
.AnyTagClassName
{
color: #ECFAF0;
}
</style>
background-color css
<style>
a { background-color: #ECFAF0; }
a { background-color: rgb(236,250,240); }
div.DivClassName
{
background-color: #ECFAF0;
}
.BgClassName
{
background-color: #ECFAF0;
}
</style>
border-color css
<style>
span { border-color: #ECFAF0; }
span { border-color: rgb(236,250,240); }
td.TdClassName
{
border-color: #ECFAF0;
}
.TagClassName
{
border-color: #ECFAF0;
}
</style>