#EBF6FD

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

Shades of Alice Blue #EBF6FD

Tints of Alice Blue #EBF6FD

Color information

#EBF6FD (or 0xEBF6FD) is unknown color: approx Alice Blue. HEX triplet: EB, F6 and FD. RGB value is (235,246,253). Sum of RGB (Red+Green+Blue) = 235+246+253=734 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.02% from 734); Green value is 246 (96.48% from 255 or 33.51% from 734); Blue value is 253 (99.22% from 255 or 34.47% from 734); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBF6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF6FD is #140902. Grayscale: #F3F3F3. Windows color (decimal): -1313027 or 16643819. OLE color: 16643819.

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

Color convert

RGB235246253-
CMYK0.070.0300.01
HSL203.33º81.82%95.69%-
HSV(B)203.33º7.11%99.22%-
XYZ84.9590.67105.95-
YUV243.51133.36121.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.02%
GREEN value IS 246 (96.48% from 255) = 33.51%
BLUE value IS 253 (99.22% from 255) = 34.47%
R=32.02%
G=33.51%
B=34.47%

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
Decimal2352462530.070.0300.01203.3381.8295.69
HexEBF6FD7301cb5260
Octal3533663757301313122140
Binary11101011111101101111110111111011100101110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF6FD; }

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

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

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

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

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

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

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

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