#ECFCF9

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

Shades of Azure #ECFCF9

Tints of Azure #ECFCF9

Color information

#ECFCF9 (or 0xECFCF9) is unknown color: approx Azure. HEX triplet: EC, FC and F9. RGB value is (236,252,249). Sum of RGB (Red+Green+Blue) = 236+252+249=737 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.02% from 737); Green value is 252 (98.83% from 255 or 34.19% from 737); Blue value is 249 (97.66% from 255 or 33.79% from 737); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCF9 is #130306. Grayscale: #F6F6F6. Windows color (decimal): -1245959 or 16383212. OLE color: 16383212.

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

Color convert

RGB236252249-
CMYK0.0600.010.01
HSL168.75º72.73%95.69%-
HSV(B)168.75º6.35%98.82%-
XYZ86.594.29103.26-
YUV246.87129.2120.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.02%
GREEN value IS 252 (98.83% from 255) = 34.19%
BLUE value IS 249 (97.66% from 255) = 33.79%
R=32.02%
G=34.19%
B=33.79%

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
Decimal2362522490.0600.010.01168.7572.7395.69
HexECFCF96011a94960
Octal3543743716011251111140
Binary1110110011111100111110011100111010100110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCF9; }

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

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

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

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

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

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

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

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