#EBF4FD

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

Shades of Alice Blue #EBF4FD

Tints of Alice Blue #EBF4FD

Color information

#EBF4FD (or 0xEBF4FD) is unknown color: approx Alice Blue. HEX triplet: EB, F4 and FD. RGB value is (235,244,253). Sum of RGB (Red+Green+Blue) = 235+244+253=732 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.10% from 732); Green value is 244 (95.70% from 255 or 33.33% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBF4FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF4FD is #140B02. Grayscale: #F2F2F2. Windows color (decimal): -1313539 or 16643307. OLE color: 16643307.

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

Color convert

RGB235244253-
CMYK0.070.0400.01
HSL210º81.82%95.69%-
HSV(B)210º7.11%99.22%-
XYZ84.3489.46105.75-
YUV242.34134.02122.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.10%
GREEN value IS 244 (95.70% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 34.56%
R=32.10%
G=33.33%
B=34.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352442530.070.0400.0121081.8295.69
HexEBF4FD7401d25260
Octal3533643757401322122140
Binary111010111111010011111101111100011101001010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4FD; }

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

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

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

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

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

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

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

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