#EDFFFD

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

Shades of Azure #EDFFFD

Tints of Azure #EDFFFD

Color information

#EDFFFD (or 0xEDFFFD) is unknown color: approx Azure. HEX triplet: ED, FF and FD. RGB value is (237,255,253). Sum of RGB (Red+Green+Blue) = 237+255+253=745 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.81% from 745); Green value is 255 (100% from 255 or 34.23% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFFD is #120002. Grayscale: #F9F9F9. Windows color (decimal): -1179651 or 16646125. OLE color: 16646125.

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

Color convert

RGB237255253-
CMYK0.0700.010
HSL173.33º100%96.47%-
HSV(B)173.33º7.06%100%-
XYZ88.4196.62106.92-
YUV249.39130.04119.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 31.81%
GREEN value IS 255 (100% from 255) = 34.23%
BLUE value IS 253 (99.22% from 255) = 33.96%
R=31.81%
G=34.23%
B=33.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552530.0700.010173.3310096.47
HexEDFFFD7010ad6460
Octal3553773757010255144140
Binary1110110111111111111111011110101010110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFFD; }

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

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

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

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

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

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

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

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