#EBF4FB

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

Shades of Alice Blue #EBF4FB

Tints of Alice Blue #EBF4FB

Color information

#EBF4FB (or 0xEBF4FB) is unknown color: approx Alice Blue. HEX triplet: EB, F4 and FB. RGB value is (235,244,251). Sum of RGB (Red+Green+Blue) = 235+244+251=730 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.19% from 730); Green value is 244 (95.70% from 255 or 33.42% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBF4FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF4FB is #140B04. Grayscale: #F2F2F2. Windows color (decimal): -1313541 or 16512235. OLE color: 16512235.

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

Color convert

RGB235244251-
CMYK0.060.0300.02
HSL206.25º66.67%95.29%-
HSV(B)206.25º6.37%98.43%-
XYZ84.0289.33104.08-
YUV242.11133.02122.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.19%
GREEN value IS 244 (95.70% from 255) = 33.42%
BLUE value IS 251 (98.44% from 255) = 34.38%
R=32.19%
G=33.42%
B=34.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352442510.060.0300.02206.2566.6795.29
HexEBF4FB6302ce435f
Octal3533643736302316103137
Binary111010111111010011111011110110101100111010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4FB; }

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

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

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

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

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

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

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

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