#AAC8DC

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

Shades of Light Steel Blue #AAC8DC

Tints of Light Steel Blue #AAC8DC

Color information

#AAC8DC (or 0xAAC8DC) is unknown color: approx Light Steel Blue. HEX triplet: AA, C8 and DC. RGB value is (170,200,220). Sum of RGB (Red+Green+Blue) = 170+200+220=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAC8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8DC is #553723. Grayscale: #C1C1C1. Windows color (decimal): -5584676 or 14469290. OLE color: 14469290.

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

Color convert

RGB170200220-
CMYK0.230.0900.14
HSL204º41.67%76.47%-
HSV(B)204º22.73%86.27%-
XYZ50.1555.0275.69-
YUV193.31143.06111.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=28.81%
G=33.90%
B=37.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702002200.230.0900.1420441.6776.47
HexAAC8DC1790Ecc2a4c
Octal252310334271101631452114
Binary10101010110010001101110010111100101110110011001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8DC; }

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

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

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

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

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

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

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

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