#EDF7FB

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

Shades of Alice Blue #EDF7FB

Tints of Alice Blue #EDF7FB

Color information

#EDF7FB (or 0xEDF7FB) is unknown color: approx Alice Blue. HEX triplet: ED, F7 and FB. RGB value is (237,247,251). Sum of RGB (Red+Green+Blue) = 237+247+251=735 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.24% from 735); Green value is 247 (96.88% from 255 or 33.61% from 735); Blue value is 251 (98.44% from 255 or 34.15% from 735); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7FB is #120804. Grayscale: #F4F4F4. Windows color (decimal): -1181701 or 16513005. OLE color: 16513005.

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

Color convert

RGB237247251-
CMYK0.060.0200.02
HSL197.14º63.64%95.69%-
HSV(B)197.14º5.58%98.43%-
XYZ85.691.49104.41-
YUV244.47131.69122.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.24%
GREEN value IS 247 (96.88% from 255) = 33.61%
BLUE value IS 251 (98.44% from 255) = 34.15%
R=32.24%
G=33.61%
B=34.15%

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
Decimal2372472510.060.0200.02197.1463.6495.69
HexEDF7FB6202c54060
Octal3553673736202305100140
Binary111011011111011111111011110100101100010110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7FB; }

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

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

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

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

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

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

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

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