#EBF5FE

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

Shades of Alice Blue #EBF5FE

Tints of Alice Blue #EBF5FE

Color information

#EBF5FE (or 0xEBF5FE) is unknown color: approx Alice Blue. HEX triplet: EB, F5 and FE. RGB value is (235,245,254). Sum of RGB (Red+Green+Blue) = 235+245+254=734 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.02% from 734); Green value is 245 (96.09% from 255 or 33.38% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF5FE is #140A01. Grayscale: #F2F2F2. Windows color (decimal): -1313282 or 16709099. OLE color: 16709099.

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

Color convert

RGB235245254-
CMYK0.070.0400.00
HSL208.42º90.48%95.88%-
HSV(B)208.42º7.48%99.61%-
XYZ84.890.12106.69-
YUV243.04134.19122.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.02%
GREEN value IS 245 (96.09% from 255) = 33.38%
BLUE value IS 254 (99.61% from 255) = 34.60%
R=32.02%
G=33.38%
B=34.60%

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
Decimal2352452540.070.0400.00208.4290.4895.88
HexEBF5FE7400d05a60
Octal3533653767400320132140
Binary111010111111010111111110111100001101000010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5FE; }

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

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

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

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

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

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

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

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