#ECFAF9

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

Shades of Azure #ECFAF9

Tints of Azure #ECFAF9

Color information

#ECFAF9 (or 0xECFAF9) is unknown color: approx Azure. HEX triplet: EC, FA and F9. RGB value is (236,250,249). Sum of RGB (Red+Green+Blue) = 236+250+249=735 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.11% from 735); Green value is 250 (98.05% from 255 or 34.01% from 735); Blue value is 249 (97.66% from 255 or 33.88% from 735); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAF9 is #130506. Grayscale: #F5F5F5. Windows color (decimal): -1246471 or 16382700. OLE color: 16382700.

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

Color convert

RGB236250249-
CMYK0.0600.000.02
HSL175.71º58.33%95.29%-
HSV(B)175.71º5.6%98.04%-
XYZ85.8893.04103.06-
YUV245.7129.86121.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.11%
GREEN value IS 250 (98.05% from 255) = 34.01%
BLUE value IS 249 (97.66% from 255) = 33.88%
R=32.11%
G=34.01%
B=33.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362502490.0600.000.02175.7158.3395.29
HexECFAF96002b03a5f
Octal354372371600226072137
Binary1110110011111010111110011100010101100001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAF9; }

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

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

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

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

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

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

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

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