#EBF1F3

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

Shades of Alice Blue #EBF1F3

Tints of Alice Blue #EBF1F3

Color information

#EBF1F3 (or 0xEBF1F3) is unknown color: approx Alice Blue. HEX triplet: EB, F1 and F3. RGB value is (235,241,243). Sum of RGB (Red+Green+Blue) = 235+241+243=719 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.68% from 719); Green value is 241 (94.53% from 255 or 33.52% from 719); Blue value is 243 (95.31% from 255 or 33.80% from 719); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBF1F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1F3 is #140E0C. Grayscale: #EFEFEF. Windows color (decimal): -1314317 or 15987179. OLE color: 15987179.

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

Color convert

RGB235241243-
CMYK0.030.0100.05
HSL195º25%93.73%-
HSV(B)195º3.29%95.29%-
XYZ81.8987.0497.28-
YUV239.43130.01124.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.68%
GREEN value IS 241 (94.53% from 255) = 33.52%
BLUE value IS 243 (95.31% from 255) = 33.80%
R=32.68%
G=33.52%
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
Decimal2352412430.030.0100.051952593.73
HexEBF1F33105c3195e
Octal353361363310530331136
Binary111010111111000111110011111010111000011110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1F3; }

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

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

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

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

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

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

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

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