#EEF8FD

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

Shades of Alice Blue #EEF8FD

Tints of Alice Blue #EEF8FD

Color information

#EEF8FD (or 0xEEF8FD) is unknown color: approx Alice Blue. HEX triplet: EE, F8 and FD. RGB value is (238,248,253). Sum of RGB (Red+Green+Blue) = 238+248+253=739 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.21% from 739); Green value is 248 (97.27% from 255 or 33.56% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEF8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF8FD is #110702. Grayscale: #F5F5F5. Windows color (decimal): -1115907 or 16644334. OLE color: 16644334.

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

Color convert

RGB238248253-
CMYK0.060.0200.01
HSL200º78.95%96.27%-
HSV(B)200º5.93%99.22%-
XYZ86.5692.4106.2-
YUV245.58132.19122.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.21%
GREEN value IS 248 (97.27% from 255) = 33.56%
BLUE value IS 253 (99.22% from 255) = 34.24%
R=32.21%
G=33.56%
B=34.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382482530.060.0200.0120078.9596.27
HexEEF8FD6201c84f60
Octal3563703756201310117140
Binary11101110111110001111110111010011100100010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF8FD; }

 p { color: rgb(238,248,253); }

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

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

 a { background-color: rgb(238,248,253); }

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

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

 span { border-color: rgb(238,248,253); }

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