Shades of Light Steel Blue #AAC5DD
Tints of Light Steel Blue #AAC5DD
RGB
CMYK
RGB Variations
Color information
#AAC5DD (or 0xAAC5DD) is known color: Light Steel Blue. HEX triplet: AA, C5 and DD. RGB value is (170,197,221). Sum of RGB (Red+Green+Blue) = 170+197+221=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAC5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5DD is #553A22. Grayscale: #BFBFBF. Windows color (decimal): -5585443 or 14534058. OLE color: 14534058.
HSL color Cylindrical-coordinate representation of color #AAC5DD: hue angle of 208.24º 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 #AAC5DD is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 197 | 221 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.13 |
| HSL | 208.24º | 0.43% | 0.77% | - |
| HSV(B) | 208.24º | 0.23% | 0.87% | - |
| XYZ | 49.59 | 53.7 | 76.16 | - |
| YUV | 191.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 221 | 0.23 | 0.11 | 0 | 0.13 | 208.24 | 0.43 | 0.77 |
| Hex | AA | C5 | DD | 17 | B | 0 | D | D0 | 2B | 4D |
| Octal | 252 | 305 | 335 | 27 | 13 | 0 | 15 | 320 | 53 | 115 |
| Binary | 10101010 | 11000101 | 11011101 | 10111 | 1011 | 0 | 1101 | 11010000 | 101011 | 1001101 |
Color Harmonies of #AAC5DD
Complementary color
Monochromatic Colors of #AAC5DD
Black with #AAC5DD
Text Example
Text Example
White with #AAC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5DD; }
p { color: rgb(170,197,221); }
H1.HeaderClassName
{
color: #AAC5DD;
}
.AnyTagClassName
{
color: #AAC5DD;
}
</style>
background-color css
<style>
a { background-color: #AAC5DD; }
a { background-color: rgb(170,197,221); }
div.DivClassName
{
background-color: #AAC5DD;
}
.BgClassName
{
background-color: #AAC5DD;
}
</style>
border-color css
<style>
span { border-color: #AAC5DD; }
span { border-color: rgb(170,197,221); }
td.TdClassName
{
border-color: #AAC5DD;
}
.TagClassName
{
border-color: #AAC5DD;
}
</style>