#EBEEEF

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

Shades of Alice Blue #EBEEEF

Tints of Alice Blue #EBEEEF

Color information

#EBEEEF (or 0xEBEEEF) is unknown color: approx Alice Blue. HEX triplet: EB, EE and EF. RGB value is (235,238,239). Sum of RGB (Red+Green+Blue) = 235+238+239=712 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.01% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBEEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEEF is #141110. Grayscale: #EDEDED. Windows color (decimal): -1315089 or 15724267. OLE color: 15724267.

HSL color Cylindrical-coordinate representation of color #EBEEEF: hue angle of 195º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBEEEF is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235238239-
CMYK0.020.0000.06
HSL195º11.11%92.94%-
HSV(B)195º1.67%93.73%-
XYZ80.4285.0493.84-
YUV237.22129.01126.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.01%
GREEN value IS 238 (93.36% from 255) = 33.43%
BLUE value IS 239 (93.75% from 255) = 33.57%
R=33.01%
G=33.43%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352382390.020.0000.0619511.1192.94
HexEBEEEF2006c3b5d
Octal353356357200630313135
Binary11101011111011101110111110001101100001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEEF; }

 p { color: rgb(235,238,239); }

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

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

 a { background-color: rgb(235,238,239); }

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

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

 span { border-color: rgb(235,238,239); }

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