#EBF8FE

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

Shades of Alice Blue #EBF8FE

Tints of Alice Blue #EBF8FE

Color information

#EBF8FE (or 0xEBF8FE) is unknown color: approx Alice Blue. HEX triplet: EB, F8 and FE. RGB value is (235,248,254). Sum of RGB (Red+Green+Blue) = 235+248+254=737 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.89% from 737); Green value is 248 (97.27% from 255 or 33.65% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBF8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF8FE is #140701. Grayscale: #F4F4F4. Windows color (decimal): -1312514 or 16709867. OLE color: 16709867.

HSL color Cylindrical-coordinate representation of color #EBF8FE: hue angle of 198.95º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBF8FE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235248254-
CMYK0.070.0200.00
HSL198.95º90.48%95.88%-
HSV(B)198.95º7.48%99.61%-
XYZ85.7291.95107-
YUV244.8133.19121.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.89%
GREEN value IS 248 (97.27% from 255) = 33.65%
BLUE value IS 254 (99.61% from 255) = 34.46%
R=31.89%
G=33.65%
B=34.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352482540.070.0200.00198.9590.4895.88
HexEBF8FE7200c75a60
Octal3533703767200307132140
Binary11101011111110001111111011110001100011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8FE; }

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

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

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

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

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

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

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

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