#ECFDFC

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

Shades of Azure #ECFDFC

Tints of Azure #ECFDFC

Color information

#ECFDFC (or 0xECFDFC) is unknown color: approx Azure. HEX triplet: EC, FD and FC. RGB value is (236,253,252). Sum of RGB (Red+Green+Blue) = 236+253+252=741 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.85% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 252 (98.83% from 255 or 34.01% from 741); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFDFC is #130203. Grayscale: #F7F7F7. Windows color (decimal): -1245700 or 16580076. OLE color: 16580076.

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

Color convert

RGB236253252-
CMYK0.0700.000.01
HSL176.47º80.95%95.88%-
HSV(B)176.47º6.72%99.22%-
XYZ87.2995.11105.85-
YUV247.8130.37119.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.85%
GREEN value IS 253 (99.22% from 255) = 34.14%
BLUE value IS 252 (98.83% from 255) = 34.01%
R=31.85%
G=34.14%
B=34.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362532520.0700.000.01176.4780.9595.88
HexECFDFC7001b05160
Octal3543753747001260121140
Binary1110110011111101111111001110011011000010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFDFC; }

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

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

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

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

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

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

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

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