#ECFDFE

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

Shades of Azure #ECFDFE

Tints of Azure #ECFDFE

Color information

#ECFDFE (or 0xECFDFE) is unknown color: approx Azure. HEX triplet: EC, FD and FE. RGB value is (236,253,254). Sum of RGB (Red+Green+Blue) = 236+253+254=743 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.76% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECFDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFDFE is #130201. Grayscale: #F8F8F8. Windows color (decimal): -1245698 or 16711148. OLE color: 16711148.

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

Color convert

RGB236253254-
CMYK0.070.0000.00
HSL183.33º90%96.08%-
HSV(B)183.33º7.09%99.61%-
XYZ87.6195.24107.53-
YUV248.03131.37119.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.76%
GREEN value IS 253 (99.22% from 255) = 34.05%
BLUE value IS 254 (99.61% from 255) = 34.19%
R=31.76%
G=34.05%
B=34.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362532540.070.0000.00183.339096.08
HexECFDFE7000b75a60
Octal3543753767000267132140
Binary1110110011111101111111101110001011011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFDFE; }

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

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

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

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

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

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

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

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