#AAD9C9

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

Shades of Scandal #AAD9C9

Tints of Scandal #AAD9C9

Color information

#AAD9C9 (or 0xAAD9C9) is unknown color: approx Scandal. HEX triplet: AA, D9 and C9. RGB value is (170,217,201). Sum of RGB (Red+Green+Blue) = 170+217+201=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9C9 is #552636. Grayscale: #C9C9C9. Windows color (decimal): -5580343 or 13228458. OLE color: 13228458.

HSL color Cylindrical-coordinate representation of color #AAD9C9: hue angle of 159.57º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD9C9 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB170217201-
CMYK0.2200.070.15
HSL159.57º38.21%75.88%-
HSV(B)159.57º21.66%85.1%-
XYZ51.9362.3964.56-
YUV201.12127.93105.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 201 (78.91% from 255) = 34.18%
R=28.91%
G=36.90%
B=34.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702172010.2200.070.15159.5738.2175.88
HexAAD9C91607Fa0264c
Octal25233131126071724046114
Binary1010101011011001110010011011001111111101000001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD9C9; }

 p { color: rgb(170,217,201); }

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

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

 a { background-color: rgb(170,217,201); }

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

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

 span { border-color: rgb(170,217,201); }

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