#AAC6D8

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

Shades of Spindle #AAC6D8

Tints of Spindle #AAC6D8

Color information

#AAC6D8 (or 0xAAC6D8) is unknown color: approx Spindle. HEX triplet: AA, C6 and D8. RGB value is (170,198,216). Sum of RGB (Red+Green+Blue) = 170+198+216=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAC6D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6D8 is #553927. Grayscale: #BFBFBF. Windows color (decimal): -5585192 or 14206634. OLE color: 14206634.

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

Color convert

RGB170198216-
CMYK0.210.0800.15
HSL203.48º37.1%75.69%-
HSV(B)203.48º21.3%84.71%-
XYZ49.1753.8972.78-
YUV191.68141.72112.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.11%
GREEN value IS 198 (77.73% from 255) = 33.90%
BLUE value IS 216 (84.77% from 255) = 36.99%
R=29.11%
G=33.90%
B=36.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701982160.210.0800.15203.4837.175.69
HexAAC6D81580Fcb254c
Octal252306330251001731345114
Binary10101010110001101101100010101100001111110010111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC6D8; }

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

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

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

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

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

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

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

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