#E2F1FA

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

Shades of Alice Blue #E2F1FA

Tints of Alice Blue #E2F1FA

Color information

#E2F1FA (or 0xE2F1FA) is unknown color: approx Alice Blue. HEX triplet: E2, F1 and FA. RGB value is (226,241,250). Sum of RGB (Red+Green+Blue) = 226+241+250=717 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.52% from 717); Green value is 241 (94.53% from 255 or 33.61% 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 #E2F1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F1FA is #1D0E05. Grayscale: #EDEDED. Windows color (decimal): -1904134 or 16445922. OLE color: 16445922.

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

Color convert

RGB226241250-
CMYK0.100.0400.02
HSL202.5º70.59%93.33%-
HSV(B)202.5º9.6%98.04%-
XYZ80.0785.98102.82-
YUV237.54135.03119.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.52%
GREEN value IS 241 (94.53% from 255) = 33.61%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=31.52%
G=33.61%
B=34.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262412500.100.0400.02202.570.5993.33
HexE2F1FAA402ca475d
Octal34236137212402312107135
Binary11100010111100011111101010101000101100101010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F1FA; }

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

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

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

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

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

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

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

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