Html Css Color HEX #ECFDF9 Azure

📋 copy color: '#ECFDF9'

red 236 ◦ green 253 ◦ blue 249

#ECFDF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azure #ECFDF9

Tints of Azure #ECFDF9

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 value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#ECFDF9 (or 0xECFDF9) is known color: 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

RGB 236 253 249 -
CMYK 0.07 0 0.02 0.01
HSL 165.88º 0.81% 0.96% -
HSV(B) 165.88º 0.07% 0.99% -
XYZ 86.82 94.92 103.37 -
YUV 247.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 236 253 249 0.07 0 0.02 0.01 165.88 0.81 0.96
Hex EC FD F9 7 0 2 1 A6 51 60
Octal 354 375 371 7 0 2 1 246 121 140
Binary 11101100 11111101 11111001 111 0 10 1 10100110 1010001 1100000

Color Harmonies of #ECFDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFDF9

Black with #ECFDF9

Text Example


Text Example

White with #ECFDF9

Text Example


Text Example

HTML Codes & Css Web 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>