#ECF9F7

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

Shades of Azure #ECF9F7

Tints of Azure #ECF9F7

Color information

#ECF9F7 (or 0xECF9F7) is unknown color: approx Azure. HEX triplet: EC, F9 and F7. RGB value is (236,249,247). Sum of RGB (Red+Green+Blue) = 236+249+247=732 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.24% from 732); Green value is 249 (97.66% from 255 or 34.02% from 732); Blue value is 247 (96.88% from 255 or 33.74% from 732); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF9F7 is #130608. Grayscale: #F4F4F4. Windows color (decimal): -1246729 or 16251372. OLE color: 16251372.

HSL color Cylindrical-coordinate representation of color #ECF9F7: hue angle of 170.77º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF9F7 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB236249247-
CMYK0.0500.010.02
HSL170.77º52%95.1%-
HSV(B)170.77º5.22%97.65%-
XYZ85.2692.3101.32-
YUV244.88129.19121.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.24%
GREEN value IS 249 (97.66% from 255) = 34.02%
BLUE value IS 247 (96.88% from 255) = 33.74%
R=32.24%
G=34.02%
B=33.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362492470.0500.010.02170.775295.1
HexECF9F75012ab345f
Octal354371367501225364137
Binary1110110011111001111101111010110101010111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF9F7; }

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

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

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

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

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

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

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

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