Shades of Azure #ECFBFC
Tints of Azure #ECFBFC
RGB
CMYK
RGB Variations
Color information
#ECFBFC (or 0xECFBFC) is known color: Azure. HEX triplet: EC, FB and FC. RGB value is (236,251,252). Sum of RGB (Red+Green+Blue) = 236+251+252=739 (97% of max value = 765). Red value is 236 (92.58% from 255 or 31.94% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBFC is #130403. Grayscale: #F6F6F6. Windows color (decimal): -1246212 or 16579564. OLE color: 16579564.
HSL color Cylindrical-coordinate representation of color #ECFBFC: hue angle of 183.75º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFBFC is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 251 | 252 | - |
CMYK | 0.06 | 0.00 | 0 | 0.01 |
HSL | 183.75º | 0.73% | 0.96% | - |
HSV(B) | 183.75º | 0.06% | 0.99% | - |
XYZ | 86.66 | 93.86 | 105.64 | - |
YUV | 246.63 | 131.03 | 120.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 251 | 252 | 0.06 | 0.00 | 0 | 0.01 | 183.75 | 0.73 | 0.96 |
Hex | EC | FB | FC | 6 | 0 | 0 | 1 | B8 | 49 | 60 |
Octal | 354 | 373 | 374 | 6 | 0 | 0 | 1 | 270 | 111 | 140 |
Binary | 11101100 | 11111011 | 11111100 | 110 | 0 | 0 | 1 | 10111000 | 1001001 | 1100000 |
Color Harmonies of #ECFBFC
Complementary color
Monochromatic Colors of #ECFBFC
Black with #ECFBFC
Text Example
Text Example
White with #ECFBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFBFC; }
p { color: rgb(236,251,252); }
H1.HeaderClassName
{
color: #ECFBFC;
}
.AnyTagClassName
{
color: #ECFBFC;
}
</style>
background-color css
<style>
a { background-color: #ECFBFC; }
a { background-color: rgb(236,251,252); }
div.DivClassName
{
background-color: #ECFBFC;
}
.BgClassName
{
background-color: #ECFBFC;
}
</style>
border-color css
<style>
span { border-color: #ECFBFC; }
span { border-color: rgb(236,251,252); }
td.TdClassName
{
border-color: #ECFBFC;
}
.TagClassName
{
border-color: #ECFBFC;
}
</style>