#EDFDFA

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

Shades of Azure #EDFDFA

Tints of Azure #EDFDFA

Color information

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

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

Color convert

RGB237253250-
CMYK0.0600.010.01
HSL168.75º80%96.08%-
HSV(B)168.75º6.32%99.22%-
XYZ87.3195.16104.21-
YUV247.87129.2120.24-

RGB Variations

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

RGB

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

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
Decimal2372532500.0600.010.01168.758096.08
HexEDFDFA6011a95060
Octal3553753726011251120140
Binary1110110111111101111110101100111010100110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDFA; }

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

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

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

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

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

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

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

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