#AABDD0

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

Shades of Spindle #AABDD0

Tints of Spindle #AABDD0

Color information

#AABDD0 (or 0xAABDD0) is unknown color: approx Spindle. HEX triplet: AA, BD and D0. RGB value is (170,189,208). Sum of RGB (Red+Green+Blue) = 170+189+208=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #AABDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDD0 is #55422F. Grayscale: #B9B9B9. Windows color (decimal): -5587504 or 13680042. OLE color: 13680042.

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

Color convert

RGB170189208-
CMYK0.180.0900.18
HSL210º28.79%74.12%-
HSV(B)210º18.27%81.57%-
XYZ46.1649.566.8-
YUV185.48140.71116.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=29.98%
G=33.33%
B=36.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701892080.180.0900.1821028.7974.12
HexAABDD0129012d21d4a
Octal252275320221102232235112
Binary10101010101111011101000010010100101001011010010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDD0; }

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

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

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

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

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

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

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

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