#EBF3FC

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

Shades of Alice Blue #EBF3FC

Tints of Alice Blue #EBF3FC

Color information

#EBF3FC (or 0xEBF3FC) is unknown color: approx Alice Blue. HEX triplet: EB, F3 and FC. RGB value is (235,243,252). Sum of RGB (Red+Green+Blue) = 235+243+252=730 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.19% from 730); Green value is 243 (95.31% from 255 or 33.29% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBF3FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF3FC is #140C03. Grayscale: #F1F1F1. Windows color (decimal): -1313796 or 16577515. OLE color: 16577515.

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

Color convert

RGB235243252-
CMYK0.070.0400.01
HSL211.76º73.91%95.49%-
HSV(B)211.76º6.75%98.82%-
XYZ83.8888.79104.81-
YUV241.63133.85123.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.19%
GREEN value IS 243 (95.31% from 255) = 33.29%
BLUE value IS 252 (98.83% from 255) = 34.52%
R=32.19%
G=33.29%
B=34.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352432520.070.0400.01211.7673.9195.49
HexEBF3FC7401d44a5f
Octal3533633747401324112137
Binary111010111111001111111100111100011101010010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3FC; }

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

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

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

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

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

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

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

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