#AAACD9

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

Shades of Wistful #AAACD9

Tints of Wistful #AAACD9

Color information

#AAACD9 (or 0xAAACD9) is unknown color: approx Wistful. HEX triplet: AA, AC and D9. RGB value is (170,172,217). Sum of RGB (Red+Green+Blue) = 170+172+217=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACD9 is #555326. Grayscale: #B0B0B0. Windows color (decimal): -5591847 or 14265514. OLE color: 14265514.

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

Color convert

RGB170172217-
CMYK0.220.2100.15
HSL237.45º38.21%75.88%-
HSV(B)237.45º21.66%85.1%-
XYZ43.8543.0671.65-
YUV176.53150.84123.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=30.41%
G=30.77%
B=38.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701722170.220.2100.15237.4538.2175.88
HexAAACD916150Fed264c
Octal252254331262501735546114
Binary101010101010110011011001101101010101111111011011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACD9; }

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

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

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

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

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

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

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

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