#EBEFF2

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

Shades of Alice Blue #EBEFF2

Tints of Alice Blue #EBEFF2

Color information

#EBEFF2 (or 0xEBEFF2) is unknown color: approx Alice Blue. HEX triplet: EB, EF and F2. RGB value is (235,239,242). Sum of RGB (Red+Green+Blue) = 235+239+242=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBEFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFF2 is #14100D. Grayscale: #EEEEEE. Windows color (decimal): -1314830 or 15921131. OLE color: 15921131.

HSL color Cylindrical-coordinate representation of color #EBEFF2: hue angle of 205.71º degrees, saturation: 0.21, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBEFF2 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235239242-
CMYK0.030.0100.05
HSL205.71º21.21%93.53%-
HSV(B)205.71º2.89%94.9%-
XYZ81.1585.8196.29-
YUV238.15130.17125.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.82%
GREEN value IS 239 (93.75% from 255) = 33.38%
BLUE value IS 242 (94.92% from 255) = 33.80%
R=32.82%
G=33.38%
B=33.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352392420.030.0100.05205.7121.2193.53
HexEBEFF23105ce155e
Octal353357362310531625136
Binary111010111110111111110010111010111001110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFF2; }

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

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

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

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

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

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

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

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