#E8F2FA

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

Shades of Alice Blue #E8F2FA

Tints of Alice Blue #E8F2FA

Color information

#E8F2FA (or 0xE8F2FA) is unknown color: approx Alice Blue. HEX triplet: E8, F2 and FA. RGB value is (232,242,250). Sum of RGB (Red+Green+Blue) = 232+242+250=724 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.04% from 724); Green value is 242 (94.92% from 255 or 33.43% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8F2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8F2FA is #170D05. Grayscale: #EFEFEF. Windows color (decimal): -1510662 or 16446184. OLE color: 16446184.

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

Color convert

RGB232242250-
CMYK0.070.0300.02
HSL206.67º64.29%94.51%-
HSV(B)206.67º7.2%98.04%-
XYZ82.2987.56103.01-
YUV239.92133.69122.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.04%
GREEN value IS 242 (94.92% from 255) = 33.43%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=32.04%
G=33.43%
B=34.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322422500.070.0300.02206.6764.2994.51
HexE8F2FA7302cf405f
Octal3503623727302317100137
Binary111010001111001011111010111110101100111110000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F2FA; }

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

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

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

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

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

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

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

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