#EBEFF1

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

Shades of Alice Blue #EBEFF1

Tints of Alice Blue #EBEFF1

Color information

#EBEFF1 (or 0xEBEFF1) is unknown color: approx Alice Blue. HEX triplet: EB, EF and F1. RGB value is (235,239,241). Sum of RGB (Red+Green+Blue) = 235+239+241=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBEFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFF1 is #14100E. Grayscale: #EEEEEE. Windows color (decimal): -1314831 or 15855595. OLE color: 15855595.

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

Color convert

RGB235239241-
CMYK0.020.0100.05
HSL200º17.65%93.33%-
HSV(B)200º2.49%94.51%-
XYZ8185.7595.5-
YUV238.03129.67125.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.87%
GREEN value IS 239 (93.75% from 255) = 33.43%
BLUE value IS 241 (94.53% from 255) = 33.71%
R=32.87%
G=33.43%
B=33.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352392410.020.0100.0520017.6593.33
HexEBEFF12105c8125d
Octal353357361210531022135
Binary111010111110111111110001101010111001000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFF1; }

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

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

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

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

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

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

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

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