#EBF4FA

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

Shades of Alice Blue #EBF4FA

Tints of Alice Blue #EBF4FA

Color information

#EBF4FA (or 0xEBF4FA) is unknown color: approx Alice Blue. HEX triplet: EB, F4 and FA. RGB value is (235,244,250). Sum of RGB (Red+Green+Blue) = 235+244+250=729 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.24% from 729); Green value is 244 (95.70% from 255 or 33.47% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBF4FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF4FA is #140B05. Grayscale: #F1F1F1. Windows color (decimal): -1313542 or 16446699. OLE color: 16446699.

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

Color convert

RGB235244250-
CMYK0.060.0200.02
HSL204º60%95.1%-
HSV(B)204º6%98.04%-
XYZ83.8789.27103.25-
YUV241.99132.52123.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.24%
GREEN value IS 244 (95.70% from 255) = 33.47%
BLUE value IS 250 (98.05% from 255) = 34.29%
R=32.24%
G=33.47%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352442500.060.0200.022046095.1
HexEBF4FA6202cc3c5f
Octal353364372620231474137
Binary11101011111101001111101011010010110011001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4FA; }

 p { color: rgb(235,244,250); }

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

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

 a { background-color: rgb(235,244,250); }

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

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

 span { border-color: rgb(235,244,250); }

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