#EBF4FE

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

Shades of Alice Blue #EBF4FE

Tints of Alice Blue #EBF4FE

Color information

#EBF4FE (or 0xEBF4FE) is unknown color: approx Alice Blue. HEX triplet: EB, F4 and FE. RGB value is (235,244,254). Sum of RGB (Red+Green+Blue) = 235+244+254=733 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.06% from 733); Green value is 244 (95.70% from 255 or 33.29% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBF4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF4FE is #140B01. Grayscale: #F2F2F2. Windows color (decimal): -1313538 or 16708843. OLE color: 16708843.

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

Color convert

RGB235244254-
CMYK0.070.0400.00
HSL211.58º90.48%95.88%-
HSV(B)211.58º7.48%99.61%-
XYZ84.589.52106.59-
YUV242.45134.52122.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.06%
GREEN value IS 244 (95.70% from 255) = 33.29%
BLUE value IS 254 (99.61% from 255) = 34.65%
R=32.06%
G=33.29%
B=34.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352442540.070.0400.00211.5890.4895.88
HexEBF4FE7400d45a60
Octal3533643767400324132140
Binary111010111111010011111110111100001101010010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4FE; }

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

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

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

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

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

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

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

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