#EBF5FD

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

Shades of Alice Blue #EBF5FD

Tints of Alice Blue #EBF5FD

Color information

#EBF5FD (or 0xEBF5FD) is unknown color: approx Alice Blue. HEX triplet: EB, F5 and FD. RGB value is (235,245,253). Sum of RGB (Red+Green+Blue) = 235+245+253=733 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.06% from 733); Green value is 245 (96.09% from 255 or 33.42% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBF5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF5FD is #140A02. Grayscale: #F2F2F2. Windows color (decimal): -1313283 or 16643563. OLE color: 16643563.

HSL color Cylindrical-coordinate representation of color #EBF5FD: hue angle of 206.67º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBF5FD is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235245253-
CMYK0.070.0300.01
HSL206.67º81.82%95.69%-
HSV(B)206.67º7.11%99.22%-
XYZ84.6490.06105.85-
YUV242.92133.69122.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.06%
GREEN value IS 245 (96.09% from 255) = 33.42%
BLUE value IS 253 (99.22% from 255) = 34.52%
R=32.06%
G=33.42%
B=34.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352452530.070.0300.01206.6781.8295.69
HexEBF5FD7301cf5260
Octal3533653757301317122140
Binary11101011111101011111110111111011100111110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5FD; }

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

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

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

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

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

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

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

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