#E6F6FE

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

Shades of Alice Blue #E6F6FE

Tints of Alice Blue #E6F6FE

Color information

#E6F6FE (or 0xE6F6FE) is unknown color: approx Alice Blue. HEX triplet: E6, F6 and FE. RGB value is (230,246,254). Sum of RGB (Red+Green+Blue) = 230+246+254=730 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.51% from 730); Green value is 246 (96.48% from 255 or 33.70% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6F6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F6FE is #190901. Grayscale: #F2F2F2. Windows color (decimal): -1640706 or 16709350. OLE color: 16709350.

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

Color convert

RGB230246254-
CMYK0.090.0300.00
HSL200º92.31%94.9%-
HSV(B)200º9.45%99.61%-
XYZ83.4889.89106.72-
YUV242.13134.7119.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.51%
GREEN value IS 246 (96.48% from 255) = 33.70%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=31.51%
G=33.70%
B=34.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302462540.090.0300.0020092.3194.9
HexE6F6FE9300c85c5f
Octal34636637611300310134137
Binary111001101111011011111110100111001100100010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F6FE; }

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

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

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

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

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

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

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

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