#ECFDFA

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

Shades of Azure #ECFDFA

Tints of Azure #ECFDFA

Color information

#ECFDFA (or 0xECFDFA) is unknown color: approx Azure. HEX triplet: EC, FD and FA. RGB value is (236,253,250). Sum of RGB (Red+Green+Blue) = 236+253+250=739 (97% of max value = 765). Red value is 236 (92.58% from 255 or 31.94% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFDFA is #130205. Grayscale: #F7F7F7. Windows color (decimal): -1245702 or 16449004. OLE color: 16449004.

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

Color convert

RGB236253250-
CMYK0.0700.010.01
HSL169.41º80.95%95.88%-
HSV(B)169.41º6.72%99.22%-
XYZ86.9794.99104.19-
YUV247.58129.37119.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.94%
GREEN value IS 253 (99.22% from 255) = 34.24%
BLUE value IS 250 (98.05% from 255) = 33.83%
R=31.94%
G=34.24%
B=33.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362532500.0700.010.01169.4180.9595.88
HexECFDFA7011a95160
Octal3543753727011251121140
Binary1110110011111101111110101110111010100110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFDFA; }

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

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

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

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

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

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

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

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