#E2F3FA

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

Shades of Alice Blue #E2F3FA

Tints of Alice Blue #E2F3FA

Color information

#E2F3FA (or 0xE2F3FA) is unknown color: approx Alice Blue. HEX triplet: E2, F3 and FA. RGB value is (226,243,250). Sum of RGB (Red+Green+Blue) = 226+243+250=719 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.43% from 719); Green value is 243 (95.31% from 255 or 33.80% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2F3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F3FA is #1D0C05. Grayscale: #EEEEEE. Windows color (decimal): -1903622 or 16446434. OLE color: 16446434.

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

Color convert

RGB226243250-
CMYK0.100.0300.02
HSL197.5º70.59%93.33%-
HSV(B)197.5º9.6%98.04%-
XYZ80.6787.17103.02-
YUV238.71134.37118.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.43%
GREEN value IS 243 (95.31% from 255) = 33.80%
BLUE value IS 250 (98.05% from 255) = 34.77%
R=31.43%
G=33.80%
B=34.77%

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
Decimal2262432500.100.0300.02197.570.5993.33
HexE2F3FAA302c6475d
Octal34236337212302306107135
Binary1110001011110011111110101010110101100011010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F3FA; }

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

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

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

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

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

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

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

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