#E6F3FE

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

Shades of Alice Blue #E6F3FE

Tints of Alice Blue #E6F3FE

Color information

#E6F3FE (or 0xE6F3FE) is unknown color: approx Alice Blue. HEX triplet: E6, F3 and FE. RGB value is (230,243,254). Sum of RGB (Red+Green+Blue) = 230+243+254=727 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.64% from 727); Green value is 243 (95.31% from 255 or 33.43% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6F3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F3FE is #190C01. Grayscale: #F0F0F0. Windows color (decimal): -1641474 or 16708582. OLE color: 16708582.

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

Color convert

RGB230243254-
CMYK0.090.0400.00
HSL207.5º92.31%94.9%-
HSV(B)207.5º9.45%99.61%-
XYZ82.5788.08106.41-
YUV240.37135.69120.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.64%
GREEN value IS 243 (95.31% from 255) = 33.43%
BLUE value IS 254 (99.61% from 255) = 34.94%
R=31.64%
G=33.43%
B=34.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302432540.090.0400.00207.592.3194.9
HexE6F3FE9400d05c5f
Octal34636337611400320134137
Binary1110011011110011111111101001100001101000010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F3FE; }

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

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

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

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

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

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

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

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