#AAC4D5

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

Shades of Spindle #AAC4D5

Tints of Spindle #AAC4D5

Color information

#AAC4D5 (or 0xAAC4D5) is unknown color: approx Spindle. HEX triplet: AA, C4 and D5. RGB value is (170,196,213). Sum of RGB (Red+Green+Blue) = 170+196+213=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAC4D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4D5 is #553B2A. Grayscale: #BEBEBE. Windows color (decimal): -5585707 or 14009514. OLE color: 14009514.

HSL color Cylindrical-coordinate representation of color #AAC4D5: hue angle of 203.72º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC4D5 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170196213-
CMYK0.200.0800.16
HSL203.72º33.86%75.1%-
HSV(B)203.72º20.19%83.53%-
XYZ48.3352.8370.6-
YUV190.16140.89113.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 196 (76.95% from 255) = 33.85%
BLUE value IS 213 (83.59% from 255) = 36.79%
R=29.36%
G=33.85%
B=36.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701962130.200.0800.16203.7233.8675.1
HexAAC4D5148010cc224b
Octal252304325241002031442113
Binary101010101100010011010101101001000010000110011001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4D5; }

 p { color: rgb(170,196,213); }

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

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

 a { background-color: rgb(170,196,213); }

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

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

 span { border-color: rgb(170,196,213); }

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