#EEFAFE

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

Shades of Alice Blue #EEFAFE

Tints of Alice Blue #EEFAFE

Color information

#EEFAFE (or 0xEEFAFE) is unknown color: approx Alice Blue. HEX triplet: EE, FA and FE. RGB value is (238,250,254). Sum of RGB (Red+Green+Blue) = 238+250+254=742 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.08% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFAFE is #110501. Grayscale: #F6F6F6. Windows color (decimal): -1115394 or 16710382. OLE color: 16710382.

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

Color convert

RGB238250254-
CMYK0.060.0200.00
HSL195º88.89%96.47%-
HSV(B)195º6.3%99.61%-
XYZ87.3393.7107.25-
YUV246.87132.02121.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.08%
GREEN value IS 250 (98.05% from 255) = 33.69%
BLUE value IS 254 (99.61% from 255) = 34.23%
R=32.08%
G=33.69%
B=34.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382502540.060.0200.0019588.8996.47
HexEEFAFE6200c35960
Octal3563723766200303131140
Binary11101110111110101111111011010001100001110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAFE; }

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

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

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

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

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

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

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

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