#EDFCF9

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

Shades of Azure #EDFCF9

Tints of Azure #EDFCF9

Color information

#EDFCF9 (or 0xEDFCF9) is unknown color: approx Azure. HEX triplet: ED, FC and F9. RGB value is (237,252,249). Sum of RGB (Red+Green+Blue) = 237+252+249=738 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.11% from 738); Green value is 252 (98.83% from 255 or 34.15% from 738); Blue value is 249 (97.66% from 255 or 33.74% from 738); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCF9 is #120306. Grayscale: #F7F7F7. Windows color (decimal): -1180423 or 16383213. OLE color: 16383213.

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

Color convert

RGB237252249-
CMYK0.0600.010.01
HSL168º71.43%95.88%-
HSV(B)168º5.95%98.82%-
XYZ86.8394.46103.28-
YUV247.17129.03120.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.11%
GREEN value IS 252 (98.83% from 255) = 34.15%
BLUE value IS 249 (97.66% from 255) = 33.74%
R=32.11%
G=34.15%
B=33.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522490.0600.010.0116871.4395.88
HexEDFCF96011a84760
Octal3553743716011250107140
Binary1110110111111100111110011100111010100010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCF9; }

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

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

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

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

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

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

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

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