#EEF4FD

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

Shades of Alice Blue #EEF4FD

Tints of Alice Blue #EEF4FD

Color information

#EEF4FD (or 0xEEF4FD) is unknown color: approx Alice Blue. HEX triplet: EE, F4 and FD. RGB value is (238,244,253). Sum of RGB (Red+Green+Blue) = 238+244+253=735 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.38% from 735); Green value is 244 (95.70% from 255 or 33.20% from 735); Blue value is 253 (99.22% from 255 or 34.42% from 735); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEF4FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF4FD is #110B02. Grayscale: #F3F3F3. Windows color (decimal): -1116931 or 16643310. OLE color: 16643310.

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

Color convert

RGB238244253-
CMYK0.060.0400.01
HSL216º78.95%96.27%-
HSV(B)216º5.93%99.22%-
XYZ85.3489.97105.8-
YUV243.23133.51124.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.38%
GREEN value IS 244 (95.70% from 255) = 33.20%
BLUE value IS 253 (99.22% from 255) = 34.42%
R=32.38%
G=33.20%
B=34.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382442530.060.0400.0121678.9596.27
HexEEF4FD6401d84f60
Octal3563643756401330117140
Binary111011101111010011111101110100011101100010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF4FD; }

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

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

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

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

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

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

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

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