#EBF5FB

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

Shades of Alice Blue #EBF5FB

Tints of Alice Blue #EBF5FB

Color information

#EBF5FB (or 0xEBF5FB) is unknown color: approx Alice Blue. HEX triplet: EB, F5 and FB. RGB value is (235,245,251). Sum of RGB (Red+Green+Blue) = 235+245+251=731 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.15% from 731); Green value is 245 (96.09% from 255 or 33.52% from 731); Blue value is 251 (98.44% from 255 or 34.34% from 731); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBF5FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF5FB is #140A04. Grayscale: #F2F2F2. Windows color (decimal): -1313285 or 16512491. OLE color: 16512491.

HSL color Cylindrical-coordinate representation of color #EBF5FB: hue angle of 202.5º degrees, saturation: 0.67, 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 #EBF5FB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235245251-
CMYK0.060.0200.02
HSL202.5º66.67%95.29%-
HSV(B)202.5º6.37%98.43%-
XYZ84.3389.93104.18-
YUV242.69132.69122.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.15%
GREEN value IS 245 (96.09% from 255) = 33.52%
BLUE value IS 251 (98.44% from 255) = 34.34%
R=32.15%
G=33.52%
B=34.34%

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
Decimal2352452510.060.0200.02202.566.6795.29
HexEBF5FB6202ca435f
Octal3533653736202312103137
Binary111010111111010111111011110100101100101010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5FB; }

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

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

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

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

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

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

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

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