#EDFDF9

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

Shades of Azure #EDFDF9

Tints of Azure #EDFDF9

Color information

#EDFDF9 (or 0xEDFDF9) is unknown color: approx Azure. HEX triplet: ED, FD and F9. RGB value is (237,253,249). Sum of RGB (Red+Green+Blue) = 237+253+249=739 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.07% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 249 (97.66% from 255 or 33.69% from 739); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDF9 is #120206. Grayscale: #F7F7F7. Windows color (decimal): -1180167 or 16383469. OLE color: 16383469.

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

Color convert

RGB237253249-
CMYK0.0600.020.01
HSL165º80%96.08%-
HSV(B)165º6.32%99.22%-
XYZ87.1595.09103.38-
YUV247.76128.7120.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.07%
GREEN value IS 253 (99.22% from 255) = 34.24%
BLUE value IS 249 (97.66% from 255) = 33.69%
R=32.07%
G=34.24%
B=33.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532490.0600.020.011658096.08
HexEDFDF96021a55060
Octal3553753716021245120140
Binary11101101111111011111100111001011010010110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDF9; }

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

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

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

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

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

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

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

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