#AABDDD

Color #AABDDD Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #AABDDD

Tints of Light Steel Blue #AABDDD

Color information

#AABDDD (or 0xAABDDD) is unknown color: approx Light Steel Blue. HEX triplet: AA, BD and DD. RGB value is (170,189,221). Sum of RGB (Red+Green+Blue) = 170+189+221=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #AABDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDDD is #554222. Grayscale: #BABABA. Windows color (decimal): -5587491 or 14532010. OLE color: 14532010.

HSL color Cylindrical-coordinate representation of color #AABDDD: hue angle of 217.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABDDD is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170189221-
CMYK0.230.1400.13
HSL217.65º42.86%76.67%-
HSV(B)217.65º23.08%86.67%-
XYZ47.8350.1675.57-
YUV186.97147.21115.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=29.31%
G=32.59%
B=38.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701892210.230.1400.13217.6542.8676.67
HexAABDDD17E0Dda2b4d
Octal252275335271601533253115
Binary10101010101111011101110110111111001101110110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDDD; }

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

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

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

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

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

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

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

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