Shades of Light Steel Blue #AAB9D8
Tints of Light Steel Blue #AAB9D8
RGB
CMYK
RGB Variations
Color information
#AAB9D8 (or 0xAAB9D8) is known color: Light Steel Blue. HEX triplet: AA, B9 and D8. RGB value is (170,185,216). Sum of RGB (Red+Green+Blue) = 170+185+216=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAB9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9D8 is #554627. Grayscale: #B7B7B7. Windows color (decimal): -5588520 or 14203306. OLE color: 14203306.
HSL color Cylindrical-coordinate representation of color #AAB9D8: hue angle of 220.43º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB9D8 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 185 | 216 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.15 |
| HSL | 220.43º | 0.37% | 0.76% | - |
| HSV(B) | 220.43º | 0.21% | 0.85% | - |
| XYZ | 46.32 | 48.2 | 71.83 | - |
| YUV | 184.05 | 146.03 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 216 | 0.21 | 0.14 | 0 | 0.15 | 220.43 | 0.37 | 0.76 |
| Hex | AA | B9 | D8 | 15 | E | 0 | F | DC | 25 | 4C |
| Octal | 252 | 271 | 330 | 25 | 16 | 0 | 17 | 334 | 45 | 114 |
| Binary | 10101010 | 10111001 | 11011000 | 10101 | 1110 | 0 | 1111 | 11011100 | 100101 | 1001100 |
Color Harmonies of #AAB9D8
Complementary color
Monochromatic Colors of #AAB9D8
Black with #AAB9D8
Text Example
Text Example
White with #AAB9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9D8; }
p { color: rgb(170,185,216); }
H1.HeaderClassName
{
color: #AAB9D8;
}
.AnyTagClassName
{
color: #AAB9D8;
}
</style>
background-color css
<style>
a { background-color: #AAB9D8; }
a { background-color: rgb(170,185,216); }
div.DivClassName
{
background-color: #AAB9D8;
}
.BgClassName
{
background-color: #AAB9D8;
}
</style>
border-color css
<style>
span { border-color: #AAB9D8; }
span { border-color: rgb(170,185,216); }
td.TdClassName
{
border-color: #AAB9D8;
}
.TagClassName
{
border-color: #AAB9D8;
}
</style>