Shades of Azure #ECF9FC
Tints of Azure #ECF9FC
RGB
CMYK
RGB Variations
Color information
#ECF9FC (or 0xECF9FC) is known color: Azure. HEX triplet: EC, F9 and FC. RGB value is (236,249,252). Sum of RGB (Red+Green+Blue) = 236+249+252=737 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.02% from 737); Green value is 249 (97.66% from 255 or 33.79% from 737); Blue value is 252 (98.83% from 255 or 34.19% from 737); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF9FC is #130603. Grayscale: #F5F5F5. Windows color (decimal): -1246724 or 16579052. OLE color: 16579052.
HSL color Cylindrical-coordinate representation of color #ECF9FC: hue angle of 191.25º 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 #ECF9FC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 249 | 252 | - |
CMYK | 0.06 | 0.01 | 0 | 0.01 |
HSL | 191.25º | 0.73% | 0.96% | - |
HSV(B) | 191.25º | 0.06% | 0.99% | - |
XYZ | 86.04 | 92.61 | 105.44 | - |
YUV | 245.46 | 131.69 | 121.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 249 | 252 | 0.06 | 0.01 | 0 | 0.01 | 191.25 | 0.73 | 0.96 |
Hex | EC | F9 | FC | 6 | 1 | 0 | 1 | BF | 49 | 60 |
Octal | 354 | 371 | 374 | 6 | 1 | 0 | 1 | 277 | 111 | 140 |
Binary | 11101100 | 11111001 | 11111100 | 110 | 1 | 0 | 1 | 10111111 | 1001001 | 1100000 |
Color Harmonies of #ECF9FC
Complementary color
Monochromatic Colors of #ECF9FC
Black with #ECF9FC
Text Example
Text Example
White with #ECF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9FC; }
p { color: rgb(236,249,252); }
H1.HeaderClassName
{
color: #ECF9FC;
}
.AnyTagClassName
{
color: #ECF9FC;
}
</style>
background-color css
<style>
a { background-color: #ECF9FC; }
a { background-color: rgb(236,249,252); }
div.DivClassName
{
background-color: #ECF9FC;
}
.BgClassName
{
background-color: #ECF9FC;
}
</style>
border-color css
<style>
span { border-color: #ECF9FC; }
span { border-color: rgb(236,249,252); }
td.TdClassName
{
border-color: #ECF9FC;
}
.TagClassName
{
border-color: #ECF9FC;
}
</style>