#ECFCF8

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

Shades of Azure #ECFCF8

Tints of Azure #ECFCF8

Color information

#ECFCF8 (or 0xECFCF8) is unknown color: approx Azure. HEX triplet: EC, FC and F8. RGB value is (236,252,248). Sum of RGB (Red+Green+Blue) = 236+252+248=736 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.07% from 736); Green value is 252 (98.83% from 255 or 34.24% from 736); Blue value is 248 (97.27% from 255 or 33.70% from 736); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCF8 is #130307. Grayscale: #F6F6F6. Windows color (decimal): -1245960 or 16317676. OLE color: 16317676.

HSL color Cylindrical-coordinate representation of color #ECFCF8: hue angle of 165º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFCF8 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB236252248-
CMYK0.0600.020.01
HSL165º72.73%95.69%-
HSV(B)165º6.35%98.82%-
XYZ86.3594.23102.44-
YUV246.76128.7120.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.07%
GREEN value IS 252 (98.83% from 255) = 34.24%
BLUE value IS 248 (97.27% from 255) = 33.70%
R=32.07%
G=34.24%
B=33.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362522480.0600.020.0116572.7395.69
HexECFCF86021a54960
Octal3543743706021245111140
Binary11101100111111001111100011001011010010110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCF8; }

 p { color: rgb(236,252,248); }

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

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

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

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

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

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

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