#EEFBFF

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

Shades of Alice Blue #EEFBFF

Tints of Alice Blue #EEFBFF

Color information

#EEFBFF (or 0xEEFBFF) is unknown color: approx Alice Blue. HEX triplet: EE, FB and FF. RGB value is (238,251,255). Sum of RGB (Red+Green+Blue) = 238+251+255=744 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.99% from 744); Green value is 251 (98.44% from 255 or 33.74% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBFF is #110400. Grayscale: #F7F7F7. Windows color (decimal): -1115137 or 16776174. OLE color: 16776174.

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

Color convert

RGB238251255-
CMYK0.070.0200
HSL194.12º100%96.67%-
HSV(B)194.12º6.67%100%-
XYZ87.8194.39108.2-
YUV247.57132.19121.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 31.99%
GREEN value IS 251 (98.44% from 255) = 33.74%
BLUE value IS 255 (100% from 255) = 34.27%
R=31.99%
G=33.74%
B=34.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382512550.070.0200194.1210096.67
HexEEFBFF7200c26461
Octal3563733777200302144141
Binary11101110111110111111111111110001100001011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBFF; }

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

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

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

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

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

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

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

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