#E6F6FD

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

Shades of Alice Blue #E6F6FD

Tints of Alice Blue #E6F6FD

Color information

#E6F6FD (or 0xE6F6FD) is unknown color: approx Alice Blue. HEX triplet: E6, F6 and FD. RGB value is (230,246,253). Sum of RGB (Red+Green+Blue) = 230+246+253=729 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.55% from 729); Green value is 246 (96.48% from 255 or 33.74% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6F6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F6FD is #190902. Grayscale: #F1F1F1. Windows color (decimal): -1640707 or 16643814. OLE color: 16643814.

HSL color Cylindrical-coordinate representation of color #E6F6FD: hue angle of 198.26º 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 #E6F6FD is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230246253-
CMYK0.090.0300.01
HSL198.26º85.19%94.71%-
HSV(B)198.26º9.09%99.22%-
XYZ83.3289.83105.88-
YUV242.01134.2119.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.55%
GREEN value IS 246 (96.48% from 255) = 33.74%
BLUE value IS 253 (99.22% from 255) = 34.71%
R=31.55%
G=33.74%
B=34.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302462530.090.0300.01198.2685.1994.71
HexE6F6FD9301c6555f
Octal34636637511301306125137
Binary111001101111011011111101100111011100011010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F6FD; }

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

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

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

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

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

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

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

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