#EDF9FE

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

Shades of Alice Blue #EDF9FE

Tints of Alice Blue #EDF9FE

Color information

#EDF9FE (or 0xEDF9FE) is unknown color: approx Alice Blue. HEX triplet: ED, F9 and FE. RGB value is (237,249,254). Sum of RGB (Red+Green+Blue) = 237+249+254=740 (98% of max value = 765). Red value is 237 (92.97% from 255 or 32.03% from 740); Green value is 249 (97.66% from 255 or 33.65% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9FE is #120601. Grayscale: #F5F5F5. Windows color (decimal): -1181186 or 16710125. OLE color: 16710125.

HSL color Cylindrical-coordinate representation of color #EDF9FE: hue angle of 197.65º 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 #EDF9FE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237249254-
CMYK0.070.0200.00
HSL197.65º89.47%96.27%-
HSV(B)197.65º6.69%99.61%-
XYZ86.6992.91107.13-
YUV245.98132.52121.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.03%
GREEN value IS 249 (97.66% from 255) = 33.65%
BLUE value IS 254 (99.61% from 255) = 34.32%
R=32.03%
G=33.65%
B=34.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372492540.070.0200.00197.6589.4796.27
HexEDF9FE7200c65960
Octal3553713767200306131140
Binary11101101111110011111111011110001100011010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9FE; }

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

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

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

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

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

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

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

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