#EEF8FE

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

Shades of Alice Blue #EEF8FE

Tints of Alice Blue #EEF8FE

Color information

#EEF8FE (or 0xEEF8FE) is unknown color: approx Alice Blue. HEX triplet: EE, F8 and FE. RGB value is (238,248,254). Sum of RGB (Red+Green+Blue) = 238+248+254=740 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.16% from 740); Green value is 248 (97.27% from 255 or 33.51% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEF8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF8FE is #110701. Grayscale: #F5F5F5. Windows color (decimal): -1115906 or 16709870. OLE color: 16709870.

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

Color convert

RGB238248254-
CMYK0.060.0200.00
HSL202.5º88.89%96.47%-
HSV(B)202.5º6.3%99.61%-
XYZ86.7292.47107.04-
YUV245.69132.69122.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.16%
GREEN value IS 248 (97.27% from 255) = 33.51%
BLUE value IS 254 (99.61% from 255) = 34.32%
R=32.16%
G=33.51%
B=34.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382482540.060.0200.00202.588.8996.47
HexEEF8FE6200ca5960
Octal3563703766200312131140
Binary11101110111110001111111011010001100101010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF8FE; }

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

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

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

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

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

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

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

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