#EDF7FD

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

Shades of Alice Blue #EDF7FD

Tints of Alice Blue #EDF7FD

Color information

#EDF7FD (or 0xEDF7FD) is unknown color: approx Alice Blue. HEX triplet: ED, F7 and FD. RGB value is (237,247,253). Sum of RGB (Red+Green+Blue) = 237+247+253=737 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.16% from 737); Green value is 247 (96.88% from 255 or 33.51% from 737); Blue value is 253 (99.22% from 255 or 34.33% from 737); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7FD is #120802. Grayscale: #F4F4F4. Windows color (decimal): -1181699 or 16644077. OLE color: 16644077.

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

Color convert

RGB237247253-
CMYK0.060.0200.01
HSL202.5º80%96.08%-
HSV(B)202.5º6.32%99.22%-
XYZ85.9291.62106.08-
YUV244.69132.69122.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.16%
GREEN value IS 247 (96.88% from 255) = 33.51%
BLUE value IS 253 (99.22% from 255) = 34.33%
R=32.16%
G=33.51%
B=34.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372472530.060.0200.01202.58096.08
HexEDF7FD6201ca5060
Octal3553673756201312120140
Binary11101101111101111111110111010011100101010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7FD; }

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

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

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

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

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

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

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

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