#E6F0F7

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

Shades of Alice Blue #E6F0F7

Tints of Alice Blue #E6F0F7

Color information

#E6F0F7 (or 0xE6F0F7) is unknown color: approx Alice Blue. HEX triplet: E6, F0 and F7. RGB value is (230,240,247). Sum of RGB (Red+Green+Blue) = 230+240+247=717 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.08% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 247 (96.88% from 255 or 34.45% from 717); Max value from RGB is 247 - color contains mainly: blue. Hex color #E6F0F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F0F7 is #190F08. Grayscale: #EDEDED. Windows color (decimal): -1642249 or 16249062. OLE color: 16249062.

HSL color Cylindrical-coordinate representation of color #E6F0F7: hue angle of 204.71º degrees, saturation: 0.52, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6F0F7 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB230240247-
CMYK0.070.0300.03
HSL204.71º51.52%93.53%-
HSV(B)204.71º6.88%96.86%-
XYZ80.5885.86100.32-
YUV237.81133.19122.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.08%
GREEN value IS 240 (94.14% from 255) = 33.47%
BLUE value IS 247 (96.88% from 255) = 34.45%
R=32.08%
G=33.47%
B=34.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2302402470.070.0300.03204.7151.5293.53
HexE6F0F77303cd345e
Octal346360367730331564136
Binary11100110111100001111011111111011110011011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F0F7; }

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

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

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

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

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

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

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

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