#AAC5D5

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

Shades of Spindle #AAC5D5

Tints of Spindle #AAC5D5

Color information

#AAC5D5 (or 0xAAC5D5) is unknown color: approx Spindle. HEX triplet: AA, C5 and D5. RGB value is (170,197,213). Sum of RGB (Red+Green+Blue) = 170+197+213=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAC5D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5D5 is #553A2A. Grayscale: #BEBEBE. Windows color (decimal): -5585451 or 14009770. OLE color: 14009770.

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

Color convert

RGB170197213-
CMYK0.200.0800.16
HSL202.33º33.86%75.1%-
HSV(B)202.33º20.19%83.53%-
XYZ48.5553.2870.68-
YUV190.75140.55113.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 197 (77.34% from 255) = 33.97%
BLUE value IS 213 (83.59% from 255) = 36.72%
R=29.31%
G=33.97%
B=36.72%

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
Decimal1701972130.200.0800.16202.3333.8675.1
HexAAC5D5148010ca224b
Octal252305325241002031242113
Binary101010101100010111010101101001000010000110010101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5D5; }

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

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

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

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

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

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

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

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