#EBF7FC

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

Shades of Alice Blue #EBF7FC

Tints of Alice Blue #EBF7FC

Color information

#EBF7FC (or 0xEBF7FC) is unknown color: approx Alice Blue. HEX triplet: EB, F7 and FC. RGB value is (235,247,252). Sum of RGB (Red+Green+Blue) = 235+247+252=734 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.02% from 734); Green value is 247 (96.88% from 255 or 33.65% from 734); Blue value is 252 (98.83% from 255 or 34.33% from 734); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBF7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF7FC is #140803. Grayscale: #F3F3F3. Windows color (decimal): -1312772 or 16578539. OLE color: 16578539.

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

Color convert

RGB235247252-
CMYK0.070.0200.01
HSL197.65º73.91%95.49%-
HSV(B)197.65º6.75%98.82%-
XYZ85.0991.21105.22-
YUV243.98132.52121.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.02%
GREEN value IS 247 (96.88% from 255) = 33.65%
BLUE value IS 252 (98.83% from 255) = 34.33%
R=32.02%
G=33.65%
B=34.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352472520.070.0200.01197.6573.9195.49
HexEBF7FC7201c64a5f
Octal3533673747201306112137
Binary11101011111101111111110011110011100011010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7FC; }

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

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

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

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

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

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

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

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