#EBF3FE

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

Shades of Alice Blue #EBF3FE

Tints of Alice Blue #EBF3FE

Color information

#EBF3FE (or 0xEBF3FE) is unknown color: approx Alice Blue. HEX triplet: EB, F3 and FE. RGB value is (235,243,254). Sum of RGB (Red+Green+Blue) = 235+243+254=732 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.10% from 732); Green value is 243 (95.31% from 255 or 33.20% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBF3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF3FE is #140C01. Grayscale: #F1F1F1. Windows color (decimal): -1313794 or 16708587. OLE color: 16708587.

HSL color Cylindrical-coordinate representation of color #EBF3FE: hue angle of 214.74º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBF3FE is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235243254-
CMYK0.070.0400.00
HSL214.74º90.48%95.88%-
HSV(B)214.74º7.48%99.61%-
XYZ84.288.92106.49-
YUV241.86134.85123.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.10%
GREEN value IS 243 (95.31% from 255) = 33.20%
BLUE value IS 254 (99.61% from 255) = 34.70%
R=32.10%
G=33.20%
B=34.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352432540.070.0400.00214.7490.4895.88
HexEBF3FE7400d75a60
Octal3533633767400327132140
Binary111010111111001111111110111100001101011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3FE; }

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

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

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

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

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

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

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

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