#EBF0F2

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

Shades of Alice Blue #EBF0F2

Tints of Alice Blue #EBF0F2

Color information

#EBF0F2 (or 0xEBF0F2) is unknown color: approx Alice Blue. HEX triplet: EB, F0 and F2. RGB value is (235,240,242). Sum of RGB (Red+Green+Blue) = 235+240+242=717 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.78% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBF0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0F2 is #140F0D. Grayscale: #EEEEEE. Windows color (decimal): -1314574 or 15921387. OLE color: 15921387.

HSL color Cylindrical-coordinate representation of color #EBF0F2: hue angle of 197.14º 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 #EBF0F2 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235240242-
CMYK0.030.0100.05
HSL197.14º21.21%93.53%-
HSV(B)197.14º2.89%94.9%-
XYZ81.4586.3996.39-
YUV238.73129.84125.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.78%
GREEN value IS 240 (94.14% from 255) = 33.47%
BLUE value IS 242 (94.92% from 255) = 33.75%
R=32.78%
G=33.47%
B=33.75%

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
Decimal2352402420.030.0100.05197.1421.2193.53
HexEBF0F23105c5155e
Octal353360362310530525136
Binary111010111111000011110010111010111000101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0F2; }

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

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

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

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

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

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

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

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