#EDF9FD

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

Shades of Alice Blue #EDF9FD

Tints of Alice Blue #EDF9FD

Color information

#EDF9FD (or 0xEDF9FD) is unknown color: approx Alice Blue. HEX triplet: ED, F9 and FD. RGB value is (237,249,253). Sum of RGB (Red+Green+Blue) = 237+249+253=739 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.07% from 739); Green value is 249 (97.66% from 255 or 33.69% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9FD is #120602. Grayscale: #F5F5F5. Windows color (decimal): -1181187 or 16644589. OLE color: 16644589.

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

Color convert

RGB237249253-
CMYK0.060.0200.01
HSL195º80%96.08%-
HSV(B)195º6.32%99.22%-
XYZ86.5392.85106.29-
YUV245.87132.02121.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.07%
GREEN value IS 249 (97.66% from 255) = 33.69%
BLUE value IS 253 (99.22% from 255) = 34.24%
R=32.07%
G=33.69%
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
Decimal2372492530.060.0200.011958096.08
HexEDF9FD6201c35060
Octal3553713756201303120140
Binary11101101111110011111110111010011100001110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9FD; }

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

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

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

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

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

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

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

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