#AAC3D8

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

Shades of Spindle #AAC3D8

Tints of Spindle #AAC3D8

Color information

#AAC3D8 (or 0xAAC3D8) is unknown color: approx Spindle. HEX triplet: AA, C3 and D8. RGB value is (170,195,216). Sum of RGB (Red+Green+Blue) = 170+195+216=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAC3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3D8 is #553C27. Grayscale: #BDBDBD. Windows color (decimal): -5585960 or 14205866. OLE color: 14205866.

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

Color convert

RGB170195216-
CMYK0.210.1000.15
HSL207.39º37.1%75.69%-
HSV(B)207.39º21.3%84.71%-
XYZ48.4952.5372.55-
YUV189.92142.72113.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 195 (76.56% from 255) = 33.56%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=29.26%
G=33.56%
B=37.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701952160.210.1000.15207.3937.175.69
HexAAC3D815A0Fcf254c
Octal252303330251201731745114
Binary10101010110000111101100010101101001111110011111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC3D8; }

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

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

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

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

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

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

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

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