#EDFAF7

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

Shades of Azure #EDFAF7

Tints of Azure #EDFAF7

Color information

#EDFAF7 (or 0xEDFAF7) is unknown color: approx Azure. HEX triplet: ED, FA and F7. RGB value is (237,250,247). Sum of RGB (Red+Green+Blue) = 237+250+247=734 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.29% from 734); Green value is 250 (98.05% from 255 or 34.06% from 734); Blue value is 247 (96.88% from 255 or 33.65% from 734); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAF7 is #120508. Grayscale: #F5F5F5. Windows color (decimal): -1180937 or 16251629. OLE color: 16251629.

HSL color Cylindrical-coordinate representation of color #EDFAF7: hue angle of 166.15º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDFAF7 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB237250247-
CMYK0.0500.010.02
HSL166.15º56.52%95.49%-
HSV(B)166.15º5.2%98.04%-
XYZ85.993.09101.44-
YUV245.77128.69121.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.29%
GREEN value IS 250 (98.05% from 255) = 34.06%
BLUE value IS 247 (96.88% from 255) = 33.65%
R=32.29%
G=34.06%
B=33.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502470.0500.010.02166.1556.5295.49
HexEDFAF75012a6395f
Octal355372367501224671137
Binary1110110111111010111101111010110101001101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAF7; }

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

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

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

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

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

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

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

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