#ECF0F2

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

Shades of Alice Blue #ECF0F2

Tints of Alice Blue #ECF0F2

Color information

#ECF0F2 (or 0xECF0F2) is unknown color: approx Alice Blue. HEX triplet: EC, F0 and F2. RGB value is (236,240,242). Sum of RGB (Red+Green+Blue) = 236+240+242=718 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.87% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 242 (94.92% from 255 or 33.70% from 718); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECF0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0F2 is #130F0D. Grayscale: #EFEFEF. Windows color (decimal): -1249038 or 15921388. OLE color: 15921388.

HSL color Cylindrical-coordinate representation of color #ECF0F2: hue angle of 200º degrees, saturation: 0.19, 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 #ECF0F2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236240242-
CMYK0.020.0100.05
HSL200º18.75%93.73%-
HSV(B)200º2.48%94.9%-
XYZ81.7886.5696.4-
YUV239.03129.67125.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.87%
GREEN value IS 240 (94.14% from 255) = 33.43%
BLUE value IS 242 (94.92% from 255) = 33.70%
R=32.87%
G=33.43%
B=33.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362402420.020.0100.0520018.7593.73
HexECF0F22105c8135e
Octal354360362210531023136
Binary111011001111000011110010101010111001000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF0F2; }

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

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

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

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

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

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

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

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