#AAD9C8

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

Shades of Scandal #AAD9C8

Tints of Scandal #AAD9C8

Color information

#AAD9C8 (or 0xAAD9C8) is unknown color: approx Scandal. HEX triplet: AA, D9 and C8. RGB value is (170,217,200). Sum of RGB (Red+Green+Blue) = 170+217+200=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9C8 is #552637. Grayscale: #C9C9C9. Windows color (decimal): -5580344 or 13162922. OLE color: 13162922.

HSL color Cylindrical-coordinate representation of color #AAD9C8: hue angle of 158.3º 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 #AAD9C8 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB170217200-
CMYK0.2200.080.15
HSL158.3º38.21%75.88%-
HSV(B)158.3º21.66%85.1%-
XYZ51.8262.3463.95-
YUV201.01127.43105.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 200 (78.52% from 255) = 34.07%
R=28.96%
G=36.97%
B=34.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702172000.2200.080.15158.338.2175.88
HexAAD9C81608F9e264c
Octal252331310260101723646114
Binary10101010110110011100100010110010001111100111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD9C8; }

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

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

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

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

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

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

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

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