#ECFCFA

Color #ECFCFA Azure (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azure #ECFCFA

Tints of Azure #ECFCFA

Color information

#ECFCFA (or 0xECFCFA) is unknown color: approx Azure. HEX triplet: EC, FC and FA. RGB value is (236,252,250). Sum of RGB (Red+Green+Blue) = 236+252+250=738 (97% of max value = 765). Red value is 236 (92.58% from 255 or 31.98% from 738); Green value is 252 (98.83% from 255 or 34.15% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCFA is #130305. Grayscale: #F6F6F6. Windows color (decimal): -1245958 or 16448748. OLE color: 16448748.

HSL color Cylindrical-coordinate representation of color #ECFCFA: hue angle of 172.5º 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 #ECFCFA is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB236252250-
CMYK0.0600.010.01
HSL172.5º72.73%95.69%-
HSV(B)172.5º6.35%98.82%-
XYZ86.6694.36104.09-
YUV246.99129.7120.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 31.98%
GREEN value IS 252 (98.83% from 255) = 34.15%
BLUE value IS 250 (98.05% from 255) = 33.88%
R=31.98%
G=34.15%
B=33.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362522500.0600.010.01172.572.7395.69
HexECFCFA6011ac4960
Octal3543743726011254111140
Binary1110110011111100111110101100111010110010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCFA; }

 p { color: rgb(236,252,250); }

 H1.HeaderClassName
 {
   color: #ECFCFA;
 }
 .AnyTagClassName
 {
   color: #ECFCFA;
 }
</style>
background-color css

<style>
 a { background-color: #ECFCFA; }

 a { background-color: rgb(236,252,250); }

 div.DivClassName
 {
   background-color: #ECFCFA;
 }
 .BgClassName
 {
   background-color: #ECFCFA;
 }
</style>
border-color css

<style>
 span { border-color: #ECFCFA; }

 span { border-color: rgb(236,252,250); }

 td.TdClassName
 {
   border-color: #ECFCFA;
 }
 .TagClassName
 {
   border-color: #ECFCFA;
 }
</style>