#AAACD8

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

Shades of Wistful #AAACD8

Tints of Wistful #AAACD8

Color information

#AAACD8 (or 0xAAACD8) is unknown color: approx Wistful. HEX triplet: AA, AC and D8. RGB value is (170,172,216). Sum of RGB (Red+Green+Blue) = 170+172+216=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACD8 is #555327. Grayscale: #B0B0B0. Windows color (decimal): -5591848 or 14199978. OLE color: 14199978.

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

Color convert

RGB170172216-
CMYK0.210.2000.15
HSL237.39º37.1%75.69%-
HSV(B)237.39º21.3%84.71%-
XYZ43.7243.0170.96-
YUV176.42150.34123.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.47%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 216 (84.77% from 255) = 38.71%
R=30.47%
G=30.82%
B=38.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701722160.210.2000.15237.3937.175.69
HexAAACD815140Fed254c
Octal252254330252401735545114
Binary101010101010110011011000101011010001111111011011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACD8; }

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

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

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

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

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

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

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

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