#EBF3FB

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

Shades of Alice Blue #EBF3FB

Tints of Alice Blue #EBF3FB

Color information

#EBF3FB (or 0xEBF3FB) is unknown color: approx Alice Blue. HEX triplet: EB, F3 and FB. RGB value is (235,243,251). Sum of RGB (Red+Green+Blue) = 235+243+251=729 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.24% from 729); Green value is 243 (95.31% from 255 or 33.33% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBF3FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF3FB is #140C04. Grayscale: #F1F1F1. Windows color (decimal): -1313797 or 16511979. OLE color: 16511979.

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

Color convert

RGB235243251-
CMYK0.060.0300.02
HSL210º66.67%95.29%-
HSV(B)210º6.37%98.43%-
XYZ83.7288.73103.98-
YUV241.52133.35123.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.24%
GREEN value IS 243 (95.31% from 255) = 33.33%
BLUE value IS 251 (98.44% from 255) = 34.43%
R=32.24%
G=33.33%
B=34.43%

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
Decimal2352432510.060.0300.0221066.6795.29
HexEBF3FB6302d2435f
Octal3533633736302322103137
Binary111010111111001111111011110110101101001010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3FB; }

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

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

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

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

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

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

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

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