Shades of Azure #ECFCFD
Tints of Azure #ECFCFD
RGB
CMYK
RGB Variations
Color information
#ECFCFD (or 0xECFCFD) is known color: Azure. HEX triplet: EC, FC and FD. RGB value is (236,252,253). Sum of RGB (Red+Green+Blue) = 236+252+253=741 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.85% from 741); Green value is 252 (98.83% from 255 or 34.01% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCFD is #130302. Grayscale: #F7F7F7. Windows color (decimal): -1245955 or 16645356. OLE color: 16645356.
HSL color Cylindrical-coordinate representation of color #ECFCFD: hue angle of 183.53º 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 #ECFCFD is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 252 | 253 | - |
CMYK | 0.07 | 0.00 | 0 | 0.01 |
HSL | 183.53º | 0.81% | 0.96% | - |
HSV(B) | 183.53º | 0.07% | 0.99% | - |
XYZ | 87.13 | 94.55 | 106.59 | - |
YUV | 247.33 | 131.2 | 119.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 252 | 253 | 0.07 | 0.00 | 0 | 0.01 | 183.53 | 0.81 | 0.96 |
Hex | EC | FC | FD | 7 | 0 | 0 | 1 | B8 | 51 | 60 |
Octal | 354 | 374 | 375 | 7 | 0 | 0 | 1 | 270 | 121 | 140 |
Binary | 11101100 | 11111100 | 11111101 | 111 | 0 | 0 | 1 | 10111000 | 1010001 | 1100000 |
Color Harmonies of #ECFCFD
Complementary color
Monochromatic Colors of #ECFCFD
Black with #ECFCFD
Text Example
Text Example
White with #ECFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCFD; }
p { color: rgb(236,252,253); }
H1.HeaderClassName
{
color: #ECFCFD;
}
.AnyTagClassName
{
color: #ECFCFD;
}
</style>
background-color css
<style>
a { background-color: #ECFCFD; }
a { background-color: rgb(236,252,253); }
div.DivClassName
{
background-color: #ECFCFD;
}
.BgClassName
{
background-color: #ECFCFD;
}
</style>
border-color css
<style>
span { border-color: #ECFCFD; }
span { border-color: rgb(236,252,253); }
td.TdClassName
{
border-color: #ECFCFD;
}
.TagClassName
{
border-color: #ECFCFD;
}
</style>