Shades of Azure #ECFCFC
Tints of Azure #ECFCFC
RGB
CMYK
RGB Variations
Color information
#ECFCFC (or 0xECFCFC) is known color: Azure. HEX triplet: EC, FC and FC. RGB value is (236,252,252). Sum of RGB (Red+Green+Blue) = 236+252+252=740 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.89% from 740); Green value is 252 (98.83% from 255 or 34.05% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #ECFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCFC is #130303. Grayscale: #F7F7F7. Windows color (decimal): -1245956 or 16579820. OLE color: 16579820.
HSL color Cylindrical-coordinate representation of color #ECFCFC: hue angle of 180º 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 #ECFCFC is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 252 | 252 | - |
CMYK | 0.06 | 0 | 0 | 0.01 |
HSL | 180º | 0.73% | 0.96% | - |
HSV(B) | 180º | 0.06% | 0.99% | - |
XYZ | 86.97 | 94.48 | 105.75 | - |
YUV | 247.22 | 130.7 | 120 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 252 | 252 | 0.06 | 0 | 0 | 0.01 | 180 | 0.73 | 0.96 |
Hex | EC | FC | FC | 6 | 0 | 0 | 1 | B4 | 49 | 60 |
Octal | 354 | 374 | 374 | 6 | 0 | 0 | 1 | 264 | 111 | 140 |
Binary | 11101100 | 11111100 | 11111100 | 110 | 0 | 0 | 1 | 10110100 | 1001001 | 1100000 |
Color Harmonies of #ECFCFC
Complementary color
Monochromatic Colors of #ECFCFC
Black with #ECFCFC
Text Example
Text Example
White with #ECFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCFC; }
p { color: rgb(236,252,252); }
H1.HeaderClassName
{
color: #ECFCFC;
}
.AnyTagClassName
{
color: #ECFCFC;
}
</style>
background-color css
<style>
a { background-color: #ECFCFC; }
a { background-color: rgb(236,252,252); }
div.DivClassName
{
background-color: #ECFCFC;
}
.BgClassName
{
background-color: #ECFCFC;
}
</style>
border-color css
<style>
span { border-color: #ECFCFC; }
span { border-color: rgb(236,252,252); }
td.TdClassName
{
border-color: #ECFCFC;
}
.TagClassName
{
border-color: #ECFCFC;
}
</style>