#EBF2FB

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

Shades of Alice Blue #EBF2FB

Tints of Alice Blue #EBF2FB

Color information

#EBF2FB (or 0xEBF2FB) is unknown color: approx Alice Blue. HEX triplet: EB, F2 and FB. RGB value is (235,242,251). Sum of RGB (Red+Green+Blue) = 235+242+251=728 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.28% from 728); Green value is 242 (94.92% from 255 or 33.24% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBF2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2FB is #140D04. Grayscale: #F0F0F0. Windows color (decimal): -1314053 or 16511723. OLE color: 16511723.

HSL color Cylindrical-coordinate representation of color #EBF2FB: hue angle of 213.75º degrees, saturation: 0.67, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBF2FB is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235242251-
CMYK0.060.0400.02
HSL213.75º66.67%95.29%-
HSV(B)213.75º6.37%98.43%-
XYZ83.4388.13103.88-
YUV240.93133.68123.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.28%
GREEN value IS 242 (94.92% from 255) = 33.24%
BLUE value IS 251 (98.44% from 255) = 34.48%
R=32.28%
G=33.24%
B=34.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352422510.060.0400.02213.7566.6795.29
HexEBF2FB6402d6435f
Octal3533623736402326103137
Binary1110101111110010111110111101000101101011010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2FB; }

 p { color: rgb(235,242,251); }

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

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

 a { background-color: rgb(235,242,251); }

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

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

 span { border-color: rgb(235,242,251); }

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