#EDFDFD

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

Shades of Azure #EDFDFD

Tints of Azure #EDFDFD

Color information

#EDFDFD (or 0xEDFDFD) is unknown color: approx Azure. HEX triplet: ED, FD and FD. RGB value is (237,253,253). Sum of RGB (Red+Green+Blue) = 237+253+253=743 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.90% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 253 (99.22% from 255 or 34.05% from 743); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #EDFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDFD is #120202. Grayscale: #F8F8F8. Windows color (decimal): -1180163 or 16645613. OLE color: 16645613.

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

Color convert

RGB237253253-
CMYK0.06000.01
HSL180º80%96.08%-
HSV(B)180º6.32%99.22%-
XYZ87.7895.35106.71-
YUV248.22130.7120-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 31.90%
GREEN value IS 253 (99.22% from 255) = 34.05%
BLUE value IS 253 (99.22% from 255) = 34.05%
R=31.90%
G=34.05%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532530.06000.011808096.08
HexEDFDFD6001b45060
Octal3553753756001264120140
Binary1110110111111101111111011100011011010010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDFD; }

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

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

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

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

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

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

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

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