#EDF6F5

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

Shades of Azure #EDF6F5

Tints of Azure #EDF6F5

Color information

#EDF6F5 (or 0xEDF6F5) is unknown color: approx Azure. HEX triplet: ED, F6 and F5. RGB value is (237,246,245). Sum of RGB (Red+Green+Blue) = 237+246+245=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 246 (96.48% from 255 or 33.79% from 728); Blue value is 245 (96.09% from 255 or 33.65% from 728); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6F5 is #12090A. Grayscale: #F3F3F3. Windows color (decimal): -1181963 or 16119533. OLE color: 16119533.

HSL color Cylindrical-coordinate representation of color #EDF6F5: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF6F5 is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB237246245-
CMYK0.0400.000.04
HSL173.33º33.33%94.71%-
HSV(B)173.33º3.66%96.47%-
XYZ84.3690.5199.41-
YUV243.2129.02123.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.55%
GREEN value IS 246 (96.48% from 255) = 33.79%
BLUE value IS 245 (96.09% from 255) = 33.65%
R=32.55%
G=33.79%
B=33.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372462450.0400.000.04173.3333.3394.71
HexEDF6F54004ad215f
Octal355366365400425541137
Binary11101101111101101111010110000100101011011000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6F5; }

 p { color: rgb(237,246,245); }

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

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

 a { background-color: rgb(237,246,245); }

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

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

 span { border-color: rgb(237,246,245); }

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