#EDF4FB

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

Shades of Alice Blue #EDF4FB

Tints of Alice Blue #EDF4FB

Color information

#EDF4FB (or 0xEDF4FB) is unknown color: approx Alice Blue. HEX triplet: ED, F4 and FB. RGB value is (237,244,251). Sum of RGB (Red+Green+Blue) = 237+244+251=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 244 (95.70% from 255 or 33.33% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF4FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4FB is #120B04. Grayscale: #F2F2F2. Windows color (decimal): -1182469 or 16512237. OLE color: 16512237.

HSL color Cylindrical-coordinate representation of color #EDF4FB: hue angle of 210º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF4FB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237244251-
CMYK0.060.0300.02
HSL210º63.64%95.69%-
HSV(B)210º5.58%98.43%-
XYZ84.6989.67104.11-
YUV242.7132.68123.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.38%
GREEN value IS 244 (95.70% from 255) = 33.33%
BLUE value IS 251 (98.44% from 255) = 34.29%
R=32.38%
G=33.33%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372442510.060.0300.0221063.6495.69
HexEDF4FB6302d24060
Octal3553643736302322100140
Binary111011011111010011111011110110101101001010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4FB; }

 p { color: rgb(237,244,251); }

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

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

 a { background-color: rgb(237,244,251); }

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

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

 span { border-color: rgb(237,244,251); }

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