#EBF5FC

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

Shades of Alice Blue #EBF5FC

Tints of Alice Blue #EBF5FC

Color information

#EBF5FC (or 0xEBF5FC) is unknown color: approx Alice Blue. HEX triplet: EB, F5 and FC. RGB value is (235,245,252). Sum of RGB (Red+Green+Blue) = 235+245+252=732 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.10% from 732); Green value is 245 (96.09% from 255 or 33.47% from 732); Blue value is 252 (98.83% from 255 or 34.43% from 732); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBF5FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF5FC is #140A03. Grayscale: #F2F2F2. Windows color (decimal): -1313284 or 16578027. OLE color: 16578027.

HSL color Cylindrical-coordinate representation of color #EBF5FC: hue angle of 204.71º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBF5FC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235245252-
CMYK0.070.0300.01
HSL204.71º73.91%95.49%-
HSV(B)204.71º6.75%98.82%-
XYZ84.4890105.01-
YUV242.81133.19122.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.10%
GREEN value IS 245 (96.09% from 255) = 33.47%
BLUE value IS 252 (98.83% from 255) = 34.43%
R=32.10%
G=33.47%
B=34.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352452520.070.0300.01204.7173.9195.49
HexEBF5FC7301cd4a5f
Octal3533653747301315112137
Binary11101011111101011111110011111011100110110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5FC; }

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

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

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

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

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

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

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

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