#EBF5FF

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

Shades of Alice Blue #EBF5FF

Tints of Alice Blue #EBF5FF

Color information

#EBF5FF (or 0xEBF5FF) is unknown color: approx Alice Blue. HEX triplet: EB, F5 and FF. RGB value is (235,245,255). Sum of RGB (Red+Green+Blue) = 235+245+255=735 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.97% from 735); Green value is 245 (96.09% from 255 or 33.33% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF5FF is #140A00. Grayscale: #F3F3F3. Windows color (decimal): -1313281 or 16774635. OLE color: 16774635.

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

Color convert

RGB235245255-
CMYK0.080.0400
HSL210º100%96.08%-
HSV(B)210º7.84%100%-
XYZ84.9690.19107.54-
YUV243.15134.69122.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.97%
GREEN value IS 245 (96.09% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 34.69%
R=31.97%
G=33.33%
B=34.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352452550.080.040021010096.08
HexEBF5FF8400d26460
Octal35336537710400322144140
Binary1110101111110101111111111000100001101001011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5FF; }

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

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

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

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

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

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

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

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