#AAC9DD

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

Shades of Light Steel Blue #AAC9DD

Tints of Light Steel Blue #AAC9DD

Color information

#AAC9DD (or 0xAAC9DD) is unknown color: approx Light Steel Blue. HEX triplet: AA, C9 and DD. RGB value is (170,201,221). Sum of RGB (Red+Green+Blue) = 170+201+221=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAC9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9DD is #553622. Grayscale: #C1C1C1. Windows color (decimal): -5584419 or 14535082. OLE color: 14535082.

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

Color convert

RGB170201221-
CMYK0.230.0900.13
HSL203.53º42.86%76.67%-
HSV(B)203.53º23.08%86.67%-
XYZ50.5255.5476.46-
YUV194.01143.23110.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 201 (78.91% from 255) = 33.95%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=28.72%
G=33.95%
B=37.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702012210.230.0900.13203.5342.8676.67
HexAAC9DD1790Dcc2b4d
Octal252311335271101531453115
Binary10101010110010011101110110111100101101110011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC9DD; }

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

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

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

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

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

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

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

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