#EDF7FC

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

Shades of Alice Blue #EDF7FC

Tints of Alice Blue #EDF7FC

Color information

#EDF7FC (or 0xEDF7FC) is unknown color: approx Alice Blue. HEX triplet: ED, F7 and FC. RGB value is (237,247,252). Sum of RGB (Red+Green+Blue) = 237+247+252=736 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.20% from 736); Green value is 247 (96.88% from 255 or 33.56% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDF7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7FC is #120803. Grayscale: #F4F4F4. Windows color (decimal): -1181700 or 16578541. OLE color: 16578541.

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

Color convert

RGB237247252-
CMYK0.060.0200.01
HSL200º71.43%95.88%-
HSV(B)200º5.95%98.82%-
XYZ85.7691.55105.25-
YUV244.58132.19122.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.20%
GREEN value IS 247 (96.88% from 255) = 33.56%
BLUE value IS 252 (98.83% from 255) = 34.24%
R=32.20%
G=33.56%
B=34.24%

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
Decimal2372472520.060.0200.0120071.4395.88
HexEDF7FC6201c84760
Octal3553673746201310107140
Binary11101101111101111111110011010011100100010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7FC; }

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

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

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

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

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

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

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

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