#ECF9F9

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

Shades of Azure #ECF9F9

Tints of Azure #ECF9F9

Color information

#ECF9F9 (or 0xECF9F9) is unknown color: approx Azure. HEX triplet: EC, F9 and F9. RGB value is (236,249,249). Sum of RGB (Red+Green+Blue) = 236+249+249=734 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.15% from 734); Green value is 249 (97.66% from 255 or 33.92% from 734); Blue value is 249 (97.66% from 255 or 33.92% from 734); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #ECF9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF9F9 is #130606. Grayscale: #F5F5F5. Windows color (decimal): -1246727 or 16382444. OLE color: 16382444.

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

Color convert

RGB236249249-
CMYK0.05000.02
HSL180º52%95.1%-
HSV(B)180º5.22%97.65%-
XYZ85.5792.42102.95-
YUV245.11130.19121.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.15%
GREEN value IS 249 (97.66% from 255) = 33.92%
BLUE value IS 249 (97.66% from 255) = 33.92%
R=32.15%
G=33.92%
B=33.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362492490.05000.021805295.1
HexECF9F95002b4345f
Octal354371371500226464137
Binary1110110011111001111110011010010101101001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF9F9; }

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

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

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

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

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

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

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

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