#EDF7FE

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

Shades of Alice Blue #EDF7FE

Tints of Alice Blue #EDF7FE

Color information

#EDF7FE (or 0xEDF7FE) is unknown color: approx Alice Blue. HEX triplet: ED, F7 and FE. RGB value is (237,247,254). Sum of RGB (Red+Green+Blue) = 237+247+254=738 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.11% from 738); Green value is 247 (96.88% from 255 or 33.47% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7FE is #120801. Grayscale: #F4F4F4. Windows color (decimal): -1181698 or 16709613. OLE color: 16709613.

HSL color Cylindrical-coordinate representation of color #EDF7FE: hue angle of 204.71º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF7FE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237247254-
CMYK0.070.0300.00
HSL204.71º89.47%96.27%-
HSV(B)204.71º6.69%99.61%-
XYZ86.0891.68106.93-
YUV244.81133.19122.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.11%
GREEN value IS 247 (96.88% from 255) = 33.47%
BLUE value IS 254 (99.61% from 255) = 34.42%
R=32.11%
G=33.47%
B=34.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372472540.070.0300.00204.7189.4796.27
HexEDF7FE7300cd5960
Octal3553673767300315131140
Binary11101101111101111111111011111001100110110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7FE; }

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

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

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

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

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

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

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

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