#EDF7FF

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

Shades of Alice Blue #EDF7FF

Tints of Alice Blue #EDF7FF

Color information

#EDF7FF (or 0xEDF7FF) is unknown color: approx Alice Blue. HEX triplet: ED, F7 and FF. RGB value is (237,247,255). Sum of RGB (Red+Green+Blue) = 237+247+255=739 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.07% from 739); Green value is 247 (96.88% from 255 or 33.42% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDF7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7FF is #120800. Grayscale: #F4F4F4. Windows color (decimal): -1181697 or 16775149. OLE color: 16775149.

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

Color convert

RGB237247255-
CMYK0.070.0300
HSL206.67º100%96.47%-
HSV(B)206.67º7.06%100%-
XYZ86.2491.75107.77-
YUV244.92133.69122.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.07%
GREEN value IS 247 (96.88% from 255) = 33.42%
BLUE value IS 255 (100% from 255) = 34.51%
R=32.07%
G=33.42%
B=34.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372472550.070.0300206.6710096.47
HexEDF7FF7300cf6460
Octal3553673777300317144140
Binary11101101111101111111111111111001100111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7FF; }

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

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

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

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

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

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

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

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