#E6F4FD

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

Shades of Alice Blue #E6F4FD

Tints of Alice Blue #E6F4FD

Color information

#E6F4FD (or 0xE6F4FD) is unknown color: approx Alice Blue. HEX triplet: E6, F4 and FD. RGB value is (230,244,253). Sum of RGB (Red+Green+Blue) = 230+244+253=727 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.64% from 727); Green value is 244 (95.70% from 255 or 33.56% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6F4FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F4FD is #190B02. Grayscale: #F0F0F0. Windows color (decimal): -1641219 or 16643302. OLE color: 16643302.

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

Color convert

RGB230244253-
CMYK0.090.0400.01
HSL203.48º85.19%94.71%-
HSV(B)203.48º9.09%99.22%-
XYZ82.7188.62105.67-
YUV240.84134.86120.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.64%
GREEN value IS 244 (95.70% from 255) = 33.56%
BLUE value IS 253 (99.22% from 255) = 34.80%
R=31.64%
G=33.56%
B=34.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302442530.090.0400.01203.4885.1994.71
HexE6F4FD9401cb555f
Octal34636437511401313125137
Binary1110011011110100111111011001100011100101110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F4FD; }

 p { color: rgb(230,244,253); }

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

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

 a { background-color: rgb(230,244,253); }

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

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

 span { border-color: rgb(230,244,253); }

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