#A9EEDC

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

Shades of Water Leaf #A9EEDC

Tints of Water Leaf #A9EEDC

Color information

#A9EEDC (or 0xA9EEDC) is unknown color: approx Water Leaf. HEX triplet: A9, EE and DC. RGB value is (169,238,220). Sum of RGB (Red+Green+Blue) = 169+238+220=627 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.95% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #A9EEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EEDC is #561123. Grayscale: #D7D7D7. Windows color (decimal): -5640484 or 14479017. OLE color: 14479017.

HSL color Cylindrical-coordinate representation of color #A9EEDC: hue angle of 164.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EEDC is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB169238220-
CMYK0.2900.080.07
HSL164.35º66.99%79.8%-
HSV(B)164.35º28.99%93.33%-
XYZ59.8574.7578.98-
YUV215.32130.6494.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.95%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=26.95%
G=37.96%
B=35.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692382200.2900.080.07164.3566.9979.8
HexA9EEDC1D087a44350
Octal251356334350107244103120
Binary10101001111011101101110011101010001111010010010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EEDC; }

 p { color: rgb(169,238,220); }

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

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

 a { background-color: rgb(169,238,220); }

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

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

 span { border-color: rgb(169,238,220); }

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