#E2F4FC

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

Shades of Alice Blue #E2F4FC

Tints of Alice Blue #E2F4FC

Color information

#E2F4FC (or 0xE2F4FC) is unknown color: approx Alice Blue. HEX triplet: E2, F4 and FC. RGB value is (226,244,252). Sum of RGB (Red+Green+Blue) = 226+244+252=722 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.30% from 722); Green value is 244 (95.70% from 255 or 33.80% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2F4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F4FC is #1D0B03. Grayscale: #EFEFEF. Windows color (decimal): -1903364 or 16577762. OLE color: 16577762.

HSL color Cylindrical-coordinate representation of color #E2F4FC: hue angle of 198.46º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2F4FC is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226244252-
CMYK0.100.0300.01
HSL198.46º81.25%93.73%-
HSV(B)198.46º10.32%98.82%-
XYZ81.2987.9104.78-
YUV239.53135.04118.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.30%
GREEN value IS 244 (95.70% from 255) = 33.80%
BLUE value IS 252 (98.83% from 255) = 34.90%
R=31.30%
G=33.80%
B=34.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262442520.100.0300.01198.4681.2593.73
HexE2F4FCA301c6515e
Octal34236437412301306121136
Binary111000101111010011111100101011011100011010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F4FC; }

 p { color: rgb(226,244,252); }

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

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

 a { background-color: rgb(226,244,252); }

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

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

 span { border-color: rgb(226,244,252); }

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