Shades of Azure #ECFAFB
Tints of Azure #ECFAFB
RGB
CMYK
RGB Variations
Color information
#ECFAFB (or 0xECFAFB) is known color: Azure. HEX triplet: EC, FA and FB. RGB value is (236,250,251). Sum of RGB (Red+Green+Blue) = 236+250+251=737 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.02% from 737); Green value is 250 (98.05% from 255 or 33.92% from 737); Blue value is 251 (98.44% from 255 or 34.06% from 737); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECFAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAFB is #130504. Grayscale: #F5F5F5. Windows color (decimal): -1246469 or 16513772. OLE color: 16513772.
HSL color Cylindrical-coordinate representation of color #ECFAFB: hue angle of 184º degrees, saturation: 0.65, 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 #ECFAFB is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 251 | - |
CMYK | 0.06 | 0.00 | 0 | 0.02 |
HSL | 184º | 0.65% | 0.95% | - |
HSV(B) | 184º | 0.06% | 0.98% | - |
XYZ | 86.19 | 93.17 | 104.71 | - |
YUV | 245.93 | 130.86 | 120.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 251 | 0.06 | 0.00 | 0 | 0.02 | 184 | 0.65 | 0.95 |
Hex | EC | FA | FB | 6 | 0 | 0 | 2 | B8 | 41 | 5F |
Octal | 354 | 372 | 373 | 6 | 0 | 0 | 2 | 270 | 101 | 137 |
Binary | 11101100 | 11111010 | 11111011 | 110 | 0 | 0 | 10 | 10111000 | 1000001 | 1011111 |
Color Harmonies of #ECFAFB
Complementary color
Monochromatic Colors of #ECFAFB
Black with #ECFAFB
Text Example
Text Example
White with #ECFAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAFB; }
p { color: rgb(236,250,251); }
H1.HeaderClassName
{
color: #ECFAFB;
}
.AnyTagClassName
{
color: #ECFAFB;
}
</style>
background-color css
<style>
a { background-color: #ECFAFB; }
a { background-color: rgb(236,250,251); }
div.DivClassName
{
background-color: #ECFAFB;
}
.BgClassName
{
background-color: #ECFAFB;
}
</style>
border-color css
<style>
span { border-color: #ECFAFB; }
span { border-color: rgb(236,250,251); }
td.TdClassName
{
border-color: #ECFAFB;
}
.TagClassName
{
border-color: #ECFAFB;
}
</style>