#AABCD0

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

Shades of Spindle #AABCD0

Tints of Spindle #AABCD0

Color information

#AABCD0 (or 0xAABCD0) is unknown color: approx Spindle. HEX triplet: AA, BC and D0. RGB value is (170,188,208). Sum of RGB (Red+Green+Blue) = 170+188+208=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #AABCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCD0 is #55432F. Grayscale: #B8B8B8. Windows color (decimal): -5587760 or 13679786. OLE color: 13679786.

HSL color Cylindrical-coordinate representation of color #AABCD0: hue angle of 211.58º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABCD0 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170188208-
CMYK0.180.1000.18
HSL211.58º28.79%74.12%-
HSV(B)211.58º18.27%81.57%-
XYZ45.9549.0766.72-
YUV184.9141.04117.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.04%
GREEN value IS 188 (73.83% from 255) = 33.22%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=30.04%
G=33.22%
B=36.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701882080.180.1000.18211.5828.7974.12
HexAABCD012A012d41d4a
Octal252274320221202232435112
Binary10101010101111001101000010010101001001011010100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCD0; }

 p { color: rgb(170,188,208); }

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

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

 a { background-color: rgb(170,188,208); }

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

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

 span { border-color: rgb(170,188,208); }

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