#AAC7DD

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

Shades of Light Steel Blue #AAC7DD

Tints of Light Steel Blue #AAC7DD

Color information

#AAC7DD (or 0xAAC7DD) is unknown color: approx Light Steel Blue. HEX triplet: AA, C7 and DD. RGB value is (170,199,221). Sum of RGB (Red+Green+Blue) = 170+199+221=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAC7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7DD is #553822. Grayscale: #C0C0C0. Windows color (decimal): -5584931 or 14534570. OLE color: 14534570.

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

Color convert

RGB170199221-
CMYK0.230.1000.13
HSL205.88º42.86%76.67%-
HSV(B)205.88º23.08%86.67%-
XYZ50.0554.6176.31-
YUV192.84143.89111.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=28.81%
G=33.73%
B=37.46%

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
Decimal1701992210.230.1000.13205.8842.8676.67
HexAAC7DD17A0Dce2b4d
Octal252307335271201531653115
Binary10101010110001111101110110111101001101110011101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC7DD; }

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

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

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

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

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

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

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

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