#AAC3DC

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

Shades of Light Steel Blue #AAC3DC

Tints of Light Steel Blue #AAC3DC

Color information

#AAC3DC (or 0xAAC3DC) is unknown color: approx Light Steel Blue. HEX triplet: AA, C3 and DC. RGB value is (170,195,220). Sum of RGB (Red+Green+Blue) = 170+195+220=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3DC is #553C23. Grayscale: #BEBEBE. Windows color (decimal): -5585956 or 14468010. OLE color: 14468010.

HSL color Cylindrical-coordinate representation of color #AAC3DC: hue angle of 210º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAC3DC is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170195220-
CMYK0.230.1100.14
HSL210º41.67%76.47%-
HSV(B)210º22.73%86.27%-
XYZ49.0152.7475.31-
YUV190.38144.72113.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=29.06%
G=33.33%
B=37.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701952200.230.1100.1421041.6776.47
HexAAC3DC17B0Ed22a4c
Octal252303334271301632252114
Binary10101010110000111101110010111101101110110100101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC3DC; }

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

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

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

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

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

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

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

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