#E6F0F4

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

Shades of Alice Blue #E6F0F4

Tints of Alice Blue #E6F0F4

Color information

#E6F0F4 (or 0xE6F0F4) is unknown color: approx Alice Blue. HEX triplet: E6, F0 and F4. RGB value is (230,240,244). Sum of RGB (Red+Green+Blue) = 230+240+244=714 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.21% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 244 (95.70% from 255 or 34.17% from 714); Max value from RGB is 244 - color contains mainly: blue. Hex color #E6F0F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F0F4 is #190F0B. Grayscale: #EDEDED. Windows color (decimal): -1642252 or 16052454. OLE color: 16052454.

HSL color Cylindrical-coordinate representation of color #E6F0F4: hue angle of 197.14º degrees, saturation: 0.39, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6F0F4 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB230240244-
CMYK0.060.0200.04
HSL197.14º38.89%92.94%-
HSV(B)197.14º5.74%95.69%-
XYZ80.1285.6797.9-
YUV237.47131.69122.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.21%
GREEN value IS 240 (94.14% from 255) = 33.61%
BLUE value IS 244 (95.70% from 255) = 34.17%
R=32.21%
G=33.61%
B=34.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302402440.060.0200.04197.1438.8992.94
HexE6F0F46204c5275d
Octal346360364620430547135
Binary111001101111000011110100110100100110001011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F0F4; }

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

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

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

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

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

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

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

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