#EDF3F7

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

Shades of Alice Blue #EDF3F7

Tints of Alice Blue #EDF3F7

Color information

#EDF3F7 (or 0xEDF3F7) is unknown color: approx Alice Blue. HEX triplet: ED, F3 and F7. RGB value is (237,243,247). Sum of RGB (Red+Green+Blue) = 237+243+247=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 243 (95.31% from 255 or 33.43% from 727); Blue value is 247 (96.88% from 255 or 33.98% from 727); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDF3F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3F7 is #120C08. Grayscale: #F1F1F1. Windows color (decimal): -1182729 or 16249837. OLE color: 16249837.

HSL color Cylindrical-coordinate representation of color #EDF3F7: hue angle of 204º degrees, saturation: 0.38, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF3F7 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237243247-
CMYK0.040.0200.03
HSL204º38.46%94.9%-
HSV(B)204º4.05%96.86%-
XYZ83.7688.82100.73-
YUV241.66131.01124.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.60%
GREEN value IS 243 (95.31% from 255) = 33.43%
BLUE value IS 247 (96.88% from 255) = 33.98%
R=32.60%
G=33.43%
B=33.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372432470.040.0200.0320438.4694.9
HexEDF3F74203cc265f
Octal355363367420331446137
Binary11101101111100111111011110010011110011001001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3F7; }

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

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

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

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

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

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

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

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