#ECF5FA

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

Shades of Alice Blue #ECF5FA

Tints of Alice Blue #ECF5FA

Color information

#ECF5FA (or 0xECF5FA) is unknown color: approx Alice Blue. HEX triplet: EC, F5 and FA. RGB value is (236,245,250). Sum of RGB (Red+Green+Blue) = 236+245+250=731 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.28% from 731); Green value is 245 (96.09% from 255 or 33.52% from 731); Blue value is 250 (98.05% from 255 or 34.20% from 731); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECF5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF5FA is #130A05. Grayscale: #F2F2F2. Windows color (decimal): -1247750 or 16446956. OLE color: 16446956.

HSL color Cylindrical-coordinate representation of color #ECF5FA: hue angle of 201.43º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECF5FA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236245250-
CMYK0.060.0200.02
HSL201.43º58.33%95.29%-
HSV(B)201.43º5.6%98.04%-
XYZ84.590.04103.37-
YUV242.88132.02123.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.28%
GREEN value IS 245 (96.09% from 255) = 33.52%
BLUE value IS 250 (98.05% from 255) = 34.20%
R=32.28%
G=33.52%
B=34.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362452500.060.0200.02201.4358.3395.29
HexECF5FA6202c93a5f
Octal354365372620231172137
Binary11101100111101011111101011010010110010011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF5FA; }

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

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

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

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

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

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

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

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