#AAC3DD

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

Shades of Light Steel Blue #AAC3DD

Tints of Light Steel Blue #AAC3DD

Color information

#AAC3DD (or 0xAAC3DD) is unknown color: approx Light Steel Blue. HEX triplet: AA, C3 and DD. RGB value is (170,195,221). Sum of RGB (Red+Green+Blue) = 170+195+221=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAC3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3DD is #553C22. Grayscale: #BEBEBE. Windows color (decimal): -5585955 or 14533546. OLE color: 14533546.

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

Color convert

RGB170195221-
CMYK0.230.1200.13
HSL210.59º42.86%76.67%-
HSV(B)210.59º23.08%86.67%-
XYZ49.1452.876.01-
YUV190.49145.22113.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 195 (76.56% from 255) = 33.28%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=29.01%
G=33.28%
B=37.71%

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
Decimal1701952210.230.1200.13210.5942.8676.67
HexAAC3DD17C0Dd32b4d
Octal252303335271401532353115
Binary10101010110000111101110110111110001101110100111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC3DD; }

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

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

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

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

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

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

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

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