#E2F4FA

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

Shades of Alice Blue #E2F4FA

Tints of Alice Blue #E2F4FA

Color information

#E2F4FA (or 0xE2F4FA) is unknown color: approx Alice Blue. HEX triplet: E2, F4 and FA. RGB value is (226,244,250). Sum of RGB (Red+Green+Blue) = 226+244+250=720 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.39% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2F4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F4FA is #1D0B05. Grayscale: #EFEFEF. Windows color (decimal): -1903366 or 16446690. OLE color: 16446690.

HSL color Cylindrical-coordinate representation of color #E2F4FA: hue angle of 195º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2F4FA is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226244250-
CMYK0.100.0200.02
HSL195º70.59%93.33%-
HSV(B)195º9.6%98.04%-
XYZ80.9787.77103.12-
YUV239.3134.04118.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.39%
GREEN value IS 244 (95.70% from 255) = 33.89%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=31.39%
G=33.89%
B=34.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262442500.100.0200.0219570.5993.33
HexE2F4FAA202c3475d
Octal34236437212202303107135
Binary1110001011110100111110101010100101100001110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F4FA; }

 p { color: rgb(226,244,250); }

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

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

 a { background-color: rgb(226,244,250); }

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

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

 span { border-color: rgb(226,244,250); }

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