#ECFCFE

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

Shades of Azure #ECFCFE

Tints of Azure #ECFCFE

Color information

#ECFCFE (or 0xECFCFE) is unknown color: approx Azure. HEX triplet: EC, FC and FE. RGB value is (236,252,254). Sum of RGB (Red+Green+Blue) = 236+252+254=742 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.81% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCFE is #130301. Grayscale: #F7F7F7. Windows color (decimal): -1245954 or 16710892. OLE color: 16710892.

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

Color convert

RGB236252254-
CMYK0.070.0100.00
HSL186.67º90%96.08%-
HSV(B)186.67º7.09%99.61%-
XYZ87.2994.61107.43-
YUV247.44131.7119.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.81%
GREEN value IS 252 (98.83% from 255) = 33.96%
BLUE value IS 254 (99.61% from 255) = 34.23%
R=31.81%
G=33.96%
B=34.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362522540.070.0100.00186.679096.08
HexECFCFE7100bb5a60
Octal3543743767100273132140
Binary1110110011111100111111101111001011101110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCFE; }

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

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

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

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

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

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

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

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