#EDFAFD

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

Shades of Azure #EDFAFD

Tints of Azure #EDFAFD

Color information

#EDFAFD (or 0xEDFAFD) is unknown color: approx Azure. HEX triplet: ED, FA and FD. RGB value is (237,250,253). Sum of RGB (Red+Green+Blue) = 237+250+253=740 (98% of max value = 765). Red value is 237 (92.97% from 255 or 32.03% from 740); Green value is 250 (98.05% from 255 or 33.78% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAFD is #120502. Grayscale: #F6F6F6. Windows color (decimal): -1180931 or 16644845. OLE color: 16644845.

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

Color convert

RGB237250253-
CMYK0.060.0100.01
HSL191.25º80%96.08%-
HSV(B)191.25º6.32%99.22%-
XYZ86.8493.47106.39-
YUV246.46131.69121.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.03%
GREEN value IS 250 (98.05% from 255) = 33.78%
BLUE value IS 253 (99.22% from 255) = 34.19%
R=32.03%
G=33.78%
B=34.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372502530.060.0100.01191.258096.08
HexEDFAFD6101bf5060
Octal3553723756101277120140
Binary1110110111111010111111011101011011111110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAFD; }

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

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

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

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

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

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

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

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