#AAC8DD

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

Shades of Light Steel Blue #AAC8DD

Tints of Light Steel Blue #AAC8DD

Color information

#AAC8DD (or 0xAAC8DD) is unknown color: approx Light Steel Blue. HEX triplet: AA, C8 and DD. RGB value is (170,200,221). Sum of RGB (Red+Green+Blue) = 170+200+221=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAC8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8DD is #553722. Grayscale: #C1C1C1. Windows color (decimal): -5584675 or 14534826. OLE color: 14534826.

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

Color convert

RGB170200221-
CMYK0.230.1000.13
HSL204.71º42.86%76.67%-
HSV(B)204.71º23.08%86.67%-
XYZ50.2855.0876.39-
YUV193.42143.56111.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 200 (78.52% from 255) = 33.84%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=28.76%
G=33.84%
B=37.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702002210.230.1000.13204.7142.8676.67
HexAAC8DD17A0Dcd2b4d
Octal252310335271201531553115
Binary10101010110010001101110110111101001101110011011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8DD; }

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

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

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

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

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

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

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

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