#EEF5FA

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

Shades of Alice Blue #EEF5FA

Tints of Alice Blue #EEF5FA

Color information

#EEF5FA (or 0xEEF5FA) is unknown color: approx Alice Blue. HEX triplet: EE, F5 and FA. RGB value is (238,245,250). Sum of RGB (Red+Green+Blue) = 238+245+250=733 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.47% from 733); Green value is 245 (96.09% from 255 or 33.42% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEF5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF5FA is #110A05. Grayscale: #F3F3F3. Windows color (decimal): -1116678 or 16446958. OLE color: 16446958.

HSL color Cylindrical-coordinate representation of color #EEF5FA: hue angle of 205º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEF5FA is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238245250-
CMYK0.050.0200.02
HSL205º54.55%95.69%-
HSV(B)205º4.8%98.04%-
XYZ85.1790.38103.4-
YUV243.48131.68124.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.47%
GREEN value IS 245 (96.09% from 255) = 33.42%
BLUE value IS 250 (98.05% from 255) = 34.11%
R=32.47%
G=33.42%
B=34.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382452500.050.0200.0220554.5595.69
HexEEF5FA5202cd3760
Octal356365372520231567140
Binary11101110111101011111101010110010110011011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF5FA; }

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

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

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

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

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

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

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

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