#AAC5D8

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

Shades of Spindle #AAC5D8

Tints of Spindle #AAC5D8

Color information

#AAC5D8 (or 0xAAC5D8) is unknown color: approx Spindle. HEX triplet: AA, C5 and D8. RGB value is (170,197,216). Sum of RGB (Red+Green+Blue) = 170+197+216=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAC5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5D8 is #553A27. Grayscale: #BEBEBE. Windows color (decimal): -5585448 or 14206378. OLE color: 14206378.

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

Color convert

RGB170197216-
CMYK0.210.0900.15
HSL204.78º37.1%75.69%-
HSV(B)204.78º21.3%84.71%-
XYZ48.9453.4472.7-
YUV191.09142.05112.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 216 (84.77% from 255) = 37.05%
R=29.16%
G=33.79%
B=37.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701972160.210.0900.15204.7837.175.69
HexAAC5D81590Fcd254c
Octal252305330251101731545114
Binary10101010110001011101100010101100101111110011011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5D8; }

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

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

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

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

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

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

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

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