#EBF5F9

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

Shades of Alice Blue #EBF5F9

Tints of Alice Blue #EBF5F9

Color information

#EBF5F9 (or 0xEBF5F9) is unknown color: approx Alice Blue. HEX triplet: EB, F5 and F9. RGB value is (235,245,249). Sum of RGB (Red+Green+Blue) = 235+245+249=729 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.24% from 729); Green value is 245 (96.09% from 255 or 33.61% from 729); Blue value is 249 (97.66% from 255 or 34.16% from 729); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBF5F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF5F9 is #140A06. Grayscale: #F2F2F2. Windows color (decimal): -1313287 or 16381419. OLE color: 16381419.

HSL color Cylindrical-coordinate representation of color #EBF5F9: hue angle of 197.14º degrees, saturation: 0.54, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBF5F9 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235245249-
CMYK0.060.0200.02
HSL197.14º53.85%94.9%-
HSV(B)197.14º5.62%97.65%-
XYZ84.0189.81102.53-
YUV242.47131.69122.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.24%
GREEN value IS 245 (96.09% from 255) = 33.61%
BLUE value IS 249 (97.66% from 255) = 34.16%
R=32.24%
G=33.61%
B=34.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352452490.060.0200.02197.1453.8594.9
HexEBF5F96202c5365f
Octal353365371620230566137
Binary11101011111101011111100111010010110001011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5F9; }

 p { color: rgb(235,245,249); }

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

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

 a { background-color: rgb(235,245,249); }

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

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

 span { border-color: rgb(235,245,249); }

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