#EEFAFF

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

Shades of Alice Blue #EEFAFF

Tints of Alice Blue #EEFAFF

Color information

#EEFAFF (or 0xEEFAFF) is unknown color: approx Alice Blue. HEX triplet: EE, FA and FF. RGB value is (238,250,255). Sum of RGB (Red+Green+Blue) = 238+250+255=743 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.03% from 743); Green value is 250 (98.05% from 255 or 33.65% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFAFF is #110500. Grayscale: #F6F6F6. Windows color (decimal): -1115393 or 16775918. OLE color: 16775918.

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

Color convert

RGB238250255-
CMYK0.070.0200
HSL197.65º100%96.67%-
HSV(B)197.65º6.67%100%-
XYZ87.593.77108.1-
YUV246.98132.52121.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.03%
GREEN value IS 250 (98.05% from 255) = 33.65%
BLUE value IS 255 (100% from 255) = 34.32%
R=32.03%
G=33.65%
B=34.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382502550.070.0200197.6510096.67
HexEEFAFF7200c66461
Octal3563723777200306144141
Binary11101110111110101111111111110001100011011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAFF; }

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

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

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

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

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

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

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

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