#E7F2FF

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

Shades of Alice Blue #E7F2FF

Tints of Alice Blue #E7F2FF

Color information

#E7F2FF (or 0xE7F2FF) is unknown color: approx Alice Blue. HEX triplet: E7, F2 and FF. RGB value is (231,242,255). Sum of RGB (Red+Green+Blue) = 231+242+255=728 (96% of max value = 765). Red value is 231 (90.62% from 255 or 31.73% from 728); Green value is 242 (94.92% from 255 or 33.24% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7F2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F2FF is #180D00. Grayscale: #F0F0F0. Windows color (decimal): -1576193 or 16773863. OLE color: 16773863.

HSL color Cylindrical-coordinate representation of color #E7F2FF: hue angle of 212.5º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7F2FF is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB231242255-
CMYK0.090.0500
HSL212.5º100%95.29%-
HSV(B)212.5º9.41%100%-
XYZ82.7687.71107.18-
YUV240.19136.36121.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 31.73%
GREEN value IS 242 (94.92% from 255) = 33.24%
BLUE value IS 255 (100% from 255) = 35.03%
R=31.73%
G=33.24%
B=35.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2312422550.090.0500212.510095.29
HexE7F2FF9500d4645f
Octal34736237711500324144137
Binary1110011111110010111111111001101001101010011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F2FF; }

 p { color: rgb(231,242,255); }

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

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

 a { background-color: rgb(231,242,255); }

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

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

 span { border-color: rgb(231,242,255); }

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