#EEF5FC

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

Shades of Alice Blue #EEF5FC

Tints of Alice Blue #EEF5FC

Color information

#EEF5FC (or 0xEEF5FC) is unknown color: approx Alice Blue. HEX triplet: EE, F5 and FC. RGB value is (238,245,252). Sum of RGB (Red+Green+Blue) = 238+245+252=735 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.38% from 735); Green value is 245 (96.09% from 255 or 33.33% from 735); Blue value is 252 (98.83% from 255 or 34.29% from 735); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEF5FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF5FC is #110A03. Grayscale: #F3F3F3. Windows color (decimal): -1116676 or 16578030. OLE color: 16578030.

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

Color convert

RGB238245252-
CMYK0.060.0300.01
HSL210º70%96.08%-
HSV(B)210º5.56%98.82%-
XYZ85.4890.51105.06-
YUV243.7132.68123.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.38%
GREEN value IS 245 (96.09% from 255) = 33.33%
BLUE value IS 252 (98.83% from 255) = 34.29%
R=32.38%
G=33.33%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382452520.060.0300.012107096.08
HexEEF5FC6301d24660
Octal3563653746301322106140
Binary11101110111101011111110011011011101001010001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF5FC; }

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

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

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

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

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

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

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

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