#ECF0F1

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

Shades of Azure #ECF0F1

Tints of Azure #ECF0F1

Color information

#ECF0F1 (or 0xECF0F1) is unknown color: approx Azure. HEX triplet: EC, F0 and F1. RGB value is (236,240,241). Sum of RGB (Red+Green+Blue) = 236+240+241=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECF0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0F1 is #130F0E. Grayscale: #EEEEEE. Windows color (decimal): -1249039 or 15855852. OLE color: 15855852.

HSL color Cylindrical-coordinate representation of color #ECF0F1: hue angle of 192º degrees, saturation: 0.15, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECF0F1 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236240241-
CMYK0.020.0000.05
HSL192º15.15%93.53%-
HSV(B)192º2.07%94.51%-
XYZ81.6386.595.61-
YUV238.92129.17125.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.91%
GREEN value IS 240 (94.14% from 255) = 33.47%
BLUE value IS 241 (94.53% from 255) = 33.61%
R=32.91%
G=33.47%
B=33.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362402410.020.0000.0519215.1593.53
HexECF0F12005c0f5e
Octal354360361200530017136
Binary11101100111100001111000110001011100000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF0F1; }

 p { color: rgb(236,240,241); }

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

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

 a { background-color: rgb(236,240,241); }

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

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

 span { border-color: rgb(236,240,241); }

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