#E1F2FA

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

Shades of Alice Blue #E1F2FA

Tints of Alice Blue #E1F2FA

Color information

#E1F2FA (or 0xE1F2FA) is unknown color: approx Alice Blue. HEX triplet: E1, F2 and FA. RGB value is (225,242,250). Sum of RGB (Red+Green+Blue) = 225+242+250=717 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.38% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1F2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F2FA is #1E0D05. Grayscale: #EDEDED. Windows color (decimal): -1969414 or 16446177. OLE color: 16446177.

HSL color Cylindrical-coordinate representation of color #E1F2FA: hue angle of 199.2º 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 #E1F2FA is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225242250-
CMYK0.100.0300.02
HSL199.2º71.43%93.14%-
HSV(B)199.2º10%98.04%-
XYZ80.0686.41102.9-
YUV237.83134.87118.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.38%
GREEN value IS 242 (94.92% from 255) = 33.75%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=31.38%
G=33.75%
B=34.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252422500.100.0300.02199.271.4393.14
HexE1F2FAA302c7475d
Octal34136237212302307107135
Binary1110000111110010111110101010110101100011110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F2FA; }

 p { color: rgb(225,242,250); }

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

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

 a { background-color: rgb(225,242,250); }

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

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

 span { border-color: rgb(225,242,250); }

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