#EBF8FD

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

Shades of Alice Blue #EBF8FD

Tints of Alice Blue #EBF8FD

Color information

#EBF8FD (or 0xEBF8FD) is unknown color: approx Alice Blue. HEX triplet: EB, F8 and FD. RGB value is (235,248,253). Sum of RGB (Red+Green+Blue) = 235+248+253=736 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.93% from 736); Green value is 248 (97.27% from 255 or 33.70% from 736); Blue value is 253 (99.22% from 255 or 34.38% from 736); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBF8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF8FD is #140702. Grayscale: #F4F4F4. Windows color (decimal): -1312515 or 16644331. OLE color: 16644331.

HSL color Cylindrical-coordinate representation of color #EBF8FD: hue angle of 196.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 #EBF8FD is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235248253-
CMYK0.070.0200.01
HSL196.67º81.82%95.69%-
HSV(B)196.67º7.11%99.22%-
XYZ85.5691.89106.16-
YUV244.68132.69121.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.93%
GREEN value IS 248 (97.27% from 255) = 33.70%
BLUE value IS 253 (99.22% from 255) = 34.38%
R=31.93%
G=33.70%
B=34.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352482530.070.0200.01196.6781.8295.69
HexEBF8FD7201c55260
Octal3533703757201305122140
Binary11101011111110001111110111110011100010110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8FD; }

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

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

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

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

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

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

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

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