#ECFDF9

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

Shades of Azure #ECFDF9

Tints of Azure #ECFDF9

Color information

#ECFDF9 (or 0xECFDF9) is unknown color: approx Azure. HEX triplet: EC, FD and F9. RGB value is (236,253,249). Sum of RGB (Red+Green+Blue) = 236+253+249=738 (97% of max value = 765). Red value is 236 (92.58% from 255 or 31.98% from 738); Green value is 253 (99.22% from 255 or 34.28% from 738); Blue value is 249 (97.66% from 255 or 33.74% from 738); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFDF9 is #130206. Grayscale: #F7F7F7. Windows color (decimal): -1245703 or 16383468. OLE color: 16383468.

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

Color convert

RGB236253249-
CMYK0.0700.020.01
HSL165.88º80.95%95.88%-
HSV(B)165.88º6.72%99.22%-
XYZ86.8294.92103.37-
YUV247.46128.87119.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.98%
GREEN value IS 253 (99.22% from 255) = 34.28%
BLUE value IS 249 (97.66% from 255) = 33.74%
R=31.98%
G=34.28%
B=33.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362532490.0700.020.01165.8880.9595.88
HexECFDF97021a65160
Octal3543753717021246121140
Binary11101100111111011111100111101011010011010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFDF9; }

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

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

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

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

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

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

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

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