#AAC4D8

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

Shades of Spindle #AAC4D8

Tints of Spindle #AAC4D8

Color information

#AAC4D8 (or 0xAAC4D8) is unknown color: approx Spindle. HEX triplet: AA, C4 and D8. RGB value is (170,196,216). Sum of RGB (Red+Green+Blue) = 170+196+216=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAC4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4D8 is #553B27. Grayscale: #BEBEBE. Windows color (decimal): -5585704 or 14206122. OLE color: 14206122.

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

Color convert

RGB170196216-
CMYK0.210.0900.15
HSL206.09º37.1%75.69%-
HSV(B)206.09º21.3%84.71%-
XYZ48.7152.9872.63-
YUV190.51142.39113.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 196 (76.95% from 255) = 33.68%
BLUE value IS 216 (84.77% from 255) = 37.11%
R=29.21%
G=33.68%
B=37.11%

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
Decimal1701962160.210.0900.15206.0937.175.69
HexAAC4D81590Fce254c
Octal252304330251101731645114
Binary10101010110001001101100010101100101111110011101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4D8; }

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

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

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

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

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

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

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

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