Shades of Azure #ECFAFD
Tints of Azure #ECFAFD
RGB
CMYK
RGB Variations
Color information
#ECFAFD (or 0xECFAFD) is known color: Azure. HEX triplet: EC, FA and FD. RGB value is (236,250,253). Sum of RGB (Red+Green+Blue) = 236+250+253=739 (97% of max value = 765). Red value is 236 (92.58% from 255 or 31.94% from 739); Green value is 250 (98.05% from 255 or 33.83% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAFD is #130502. Grayscale: #F6F6F6. Windows color (decimal): -1246467 or 16644844. OLE color: 16644844.
HSL color Cylindrical-coordinate representation of color #ECFAFD: hue angle of 190.59º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECFAFD is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 250 | 253 | - |
CMYK | 0.07 | 0.01 | 0 | 0.01 |
HSL | 190.59º | 0.81% | 0.96% | - |
HSV(B) | 190.59º | 0.07% | 0.99% | - |
XYZ | 86.51 | 93.3 | 106.38 | - |
YUV | 246.16 | 131.86 | 120.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 253 | 0.07 | 0.01 | 0 | 0.01 | 190.59 | 0.81 | 0.96 |
Hex | EC | FA | FD | 7 | 1 | 0 | 1 | BF | 51 | 60 |
Octal | 354 | 372 | 375 | 7 | 1 | 0 | 1 | 277 | 121 | 140 |
Binary | 11101100 | 11111010 | 11111101 | 111 | 1 | 0 | 1 | 10111111 | 1010001 | 1100000 |
Color Harmonies of #ECFAFD
Complementary color
Monochromatic Colors of #ECFAFD
Black with #ECFAFD
Text Example
Text Example
White with #ECFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAFD; }
p { color: rgb(236,250,253); }
H1.HeaderClassName
{
color: #ECFAFD;
}
.AnyTagClassName
{
color: #ECFAFD;
}
</style>
background-color css
<style>
a { background-color: #ECFAFD; }
a { background-color: rgb(236,250,253); }
div.DivClassName
{
background-color: #ECFAFD;
}
.BgClassName
{
background-color: #ECFAFD;
}
</style>
border-color css
<style>
span { border-color: #ECFAFD; }
span { border-color: rgb(236,250,253); }
td.TdClassName
{
border-color: #ECFAFD;
}
.TagClassName
{
border-color: #ECFAFD;
}
</style>