#EBF8FF

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

Shades of Alice Blue #EBF8FF

Tints of Alice Blue #EBF8FF

Color information

#EBF8FF (or 0xEBF8FF) is unknown color: approx Alice Blue. HEX triplet: EB, F8 and FF. RGB value is (235,248,255). Sum of RGB (Red+Green+Blue) = 235+248+255=738 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.84% from 738); Green value is 248 (97.27% from 255 or 33.60% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBF8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF8FF is #140700. Grayscale: #F4F4F4. Windows color (decimal): -1312513 or 16775403. OLE color: 16775403.

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

Color convert

RGB235248255-
CMYK0.080.0300
HSL201º100%96.08%-
HSV(B)201º7.84%100%-
XYZ85.8892.02107.84-
YUV244.91133.69120.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.84%
GREEN value IS 248 (97.27% from 255) = 33.60%
BLUE value IS 255 (100% from 255) = 34.55%
R=31.84%
G=33.60%
B=34.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352482550.080.030020110096.08
HexEBF8FF8300c96460
Octal35337037710300311144140
Binary111010111111100011111111100011001100100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8FF; }

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

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

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

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

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

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

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

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