#EEF5FE

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

Shades of Alice Blue #EEF5FE

Tints of Alice Blue #EEF5FE

Color information

#EEF5FE (or 0xEEF5FE) is unknown color: approx Alice Blue. HEX triplet: EE, F5 and FE. RGB value is (238,245,254). Sum of RGB (Red+Green+Blue) = 238+245+254=737 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.29% from 737); Green value is 245 (96.09% from 255 or 33.24% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF5FE is #110A01. Grayscale: #F3F3F3. Windows color (decimal): -1116674 or 16709102. OLE color: 16709102.

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

Color convert

RGB238245254-
CMYK0.060.0400.00
HSL213.75º88.89%96.47%-
HSV(B)213.75º6.3%99.61%-
XYZ85.890.64106.74-
YUV243.93133.68123.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.29%
GREEN value IS 245 (96.09% from 255) = 33.24%
BLUE value IS 254 (99.61% from 255) = 34.46%
R=32.29%
G=33.24%
B=34.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382452540.060.0400.00213.7588.8996.47
HexEEF5FE6400d65960
Octal3563653766400326131140
Binary111011101111010111111110110100001101011010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF5FE; }

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

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

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

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

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

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

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

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