#EBF9FE

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

Shades of Alice Blue #EBF9FE

Tints of Alice Blue #EBF9FE

Color information

#EBF9FE (or 0xEBF9FE) is unknown color: approx Alice Blue. HEX triplet: EB, F9 and FE. RGB value is (235,249,254). Sum of RGB (Red+Green+Blue) = 235+249+254=738 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.84% from 738); Green value is 249 (97.66% from 255 or 33.74% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBF9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF9FE is #140601. Grayscale: #F5F5F5. Windows color (decimal): -1312258 or 16710123. OLE color: 16710123.

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

Color convert

RGB235249254-
CMYK0.070.0200.00
HSL195.79º90.48%95.88%-
HSV(B)195.79º7.48%99.61%-
XYZ86.0392.57107.1-
YUV245.38132.86120.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.84%
GREEN value IS 249 (97.66% from 255) = 33.74%
BLUE value IS 254 (99.61% from 255) = 34.42%
R=31.84%
G=33.74%
B=34.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352492540.070.0200.00195.7990.4895.88
HexEBF9FE7200c45a60
Octal3533713767200304132140
Binary11101011111110011111111011110001100010010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9FE; }

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

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

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

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

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

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

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

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