#ECFAF7

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

Shades of Azure #ECFAF7

Tints of Azure #ECFAF7

Color information

#ECFAF7 (or 0xECFAF7) is unknown color: approx Azure. HEX triplet: EC, FA and F7. RGB value is (236,250,247). Sum of RGB (Red+Green+Blue) = 236+250+247=733 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.20% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 247 (96.88% from 255 or 33.70% from 733); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAF7 is #130508. Grayscale: #F5F5F5. Windows color (decimal): -1246473 or 16251628. OLE color: 16251628.

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

Color convert

RGB236250247-
CMYK0.0600.010.02
HSL167.14º58.33%95.29%-
HSV(B)167.14º5.6%98.04%-
XYZ85.5792.92101.42-
YUV245.47128.86121.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.20%
GREEN value IS 250 (98.05% from 255) = 34.11%
BLUE value IS 247 (96.88% from 255) = 33.70%
R=32.20%
G=34.11%
B=33.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362502470.0600.010.02167.1458.3395.29
HexECFAF76012a73a5f
Octal354372367601224772137
Binary1110110011111010111101111100110101001111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAF7; }

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

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

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

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

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

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

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

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