#AAC2DD

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

Shades of Light Steel Blue #AAC2DD

Tints of Light Steel Blue #AAC2DD

Color information

#AAC2DD (or 0xAAC2DD) is unknown color: approx Light Steel Blue. HEX triplet: AA, C2 and DD. RGB value is (170,194,221). Sum of RGB (Red+Green+Blue) = 170+194+221=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2DD is #553D22. Grayscale: #BDBDBD. Windows color (decimal): -5586211 or 14533290. OLE color: 14533290.

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

Color convert

RGB170194221-
CMYK0.230.1200.13
HSL211.76º42.86%76.67%-
HSV(B)211.76º23.08%86.67%-
XYZ48.9252.3575.93-
YUV189.9145.55113.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=29.06%
G=33.16%
B=37.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701942210.230.1200.13211.7642.8676.67
HexAAC2DD17C0Dd42b4d
Octal252302335271401532453115
Binary10101010110000101101110110111110001101110101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC2DD; }

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

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

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

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

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

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

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

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