#E7F2FC

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

Shades of Alice Blue #E7F2FC

Tints of Alice Blue #E7F2FC

Color information

#E7F2FC (or 0xE7F2FC) is unknown color: approx Alice Blue. HEX triplet: E7, F2 and FC. RGB value is (231,242,252). Sum of RGB (Red+Green+Blue) = 231+242+252=725 (96% of max value = 765). Red value is 231 (90.62% from 255 or 31.86% from 725); Green value is 242 (94.92% from 255 or 33.38% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7F2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F2FC is #180D03. Grayscale: #EFEFEF. Windows color (decimal): -1576196 or 16577255. OLE color: 16577255.

HSL color Cylindrical-coordinate representation of color #E7F2FC: hue angle of 208.57º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7F2FC is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231242252-
CMYK0.080.0400.01
HSL208.57º77.78%94.71%-
HSV(B)208.57º8.33%98.82%-
XYZ82.2887.52104.65-
YUV239.85134.86121.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 31.86%
GREEN value IS 242 (94.92% from 255) = 33.38%
BLUE value IS 252 (98.83% from 255) = 34.76%
R=31.86%
G=33.38%
B=34.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2312422520.080.0400.01208.5777.7894.71
HexE7F2FC8401d14e5f
Octal34736237410401321116137
Binary1110011111110010111111001000100011101000110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F2FC; }

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

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

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

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

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

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

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

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