#EBF3F6

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

Shades of Alice Blue #EBF3F6

Tints of Alice Blue #EBF3F6

Color information

#EBF3F6 (or 0xEBF3F6) is unknown color: approx Alice Blue. HEX triplet: EB, F3 and F6. RGB value is (235,243,246). Sum of RGB (Red+Green+Blue) = 235+243+246=724 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.46% from 724); Green value is 243 (95.31% from 255 or 33.56% from 724); Blue value is 246 (96.48% from 255 or 33.98% from 724); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBF3F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF3F6 is #140C09. Grayscale: #F0F0F0. Windows color (decimal): -1313802 or 16184299. OLE color: 16184299.

HSL color Cylindrical-coordinate representation of color #EBF3F6: hue angle of 196.36º degrees, saturation: 0.38, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF3F6 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235243246-
CMYK0.040.0100.04
HSL196.36º37.93%94.31%-
HSV(B)196.36º4.47%96.47%-
XYZ82.9588.4299.88-
YUV240.95130.85123.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.46%
GREEN value IS 243 (95.31% from 255) = 33.56%
BLUE value IS 246 (96.48% from 255) = 33.98%
R=32.46%
G=33.56%
B=33.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352432460.040.0100.04196.3637.9394.31
HexEBF3F64104c4265e
Octal353363366410430446136
Binary11101011111100111111011010010100110001001001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3F6; }

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

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

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

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

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

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

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

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