#EEF5FF

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

Shades of Alice Blue #EEF5FF

Tints of Alice Blue #EEF5FF

Color information

#EEF5FF (or 0xEEF5FF) is unknown color: approx Alice Blue. HEX triplet: EE, F5 and FF. RGB value is (238,245,255). Sum of RGB (Red+Green+Blue) = 238+245+255=738 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.25% from 738); Green value is 245 (96.09% from 255 or 33.20% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF5FF is #110A00. Grayscale: #F4F4F4. Windows color (decimal): -1116673 or 16774638. OLE color: 16774638.

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

Color convert

RGB238245255-
CMYK0.070.0400
HSL215.29º100%96.67%-
HSV(B)215.29º6.67%100%-
XYZ85.9690.7107.58-
YUV244.05134.18123.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.25%
GREEN value IS 245 (96.09% from 255) = 33.20%
BLUE value IS 255 (100% from 255) = 34.55%
R=32.25%
G=33.20%
B=34.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382452550.070.0400215.2910096.67
HexEEF5FF7400d76461
Octal3563653777400327144141
Binary111011101111010111111111111100001101011111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF5FF; }

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

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

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

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

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

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

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

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