#EDEFED

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

Shades of Aqua Spring #EDEFED

Tints of Aqua Spring #EDEFED

Color information

#EDEFED (or 0xEDEFED) is unknown color: approx Aqua Spring. HEX triplet: ED, EF and ED. RGB value is (237,239,237). Sum of RGB (Red+Green+Blue) = 237+239+237=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFED is #121012. Grayscale: #EEEEEE. Windows color (decimal): -1183763 or 15593453. OLE color: 15593453.

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

Color convert

RGB237239237-
CMYK0.0100.010.06
HSL120º5.88%93.33%-
HSV(B)120º0.84%93.73%-
XYZ81.0885.8592.42-
YUV238.17127.34127.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 239 (93.75% from 255) = 33.52%
BLUE value IS 237 (92.97% from 255) = 33.24%
R=33.24%
G=33.52%
B=33.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392370.0100.010.061205.8893.33
HexEDEFED10167865d
Octal35535735510161706135
Binary11101101111011111110110110111011110001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFED; }

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

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

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

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

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

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

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

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