Shades of Light Steel Blue #A9BDD9
Tints of Light Steel Blue #A9BDD9
RGB
CMYK
RGB Variations
Color information
#A9BDD9 (or 0xA9BDD9) is known color: Light Steel Blue. HEX triplet: A9, BD and D9. RGB value is (169,189,217). Sum of RGB (Red+Green+Blue) = 169+189+217=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #A9BDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDD9 is #564226. Grayscale: #BABABA. Windows color (decimal): -5653031 or 14269865. OLE color: 14269865.
HSL color Cylindrical-coordinate representation of color #A9BDD9: hue angle of 215º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9BDD9 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 189 | 217 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.15 |
| HSL | 215º | 0.39% | 0.76% | - |
| HSV(B) | 215º | 0.22% | 0.85% | - |
| XYZ | 47.08 | 49.84 | 72.78 | - |
| YUV | 186.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 217 | 0.22 | 0.13 | 0 | 0.15 | 215 | 0.39 | 0.76 |
| Hex | A9 | BD | D9 | 16 | D | 0 | F | D7 | 27 | 4C |
| Octal | 251 | 275 | 331 | 26 | 15 | 0 | 17 | 327 | 47 | 114 |
| Binary | 10101001 | 10111101 | 11011001 | 10110 | 1101 | 0 | 1111 | 11010111 | 100111 | 1001100 |
Color Harmonies of #A9BDD9
Complementary color
Monochromatic Colors of #A9BDD9
Black with #A9BDD9
Text Example
Text Example
White with #A9BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BDD9; }
p { color: rgb(169,189,217); }
H1.HeaderClassName
{
color: #A9BDD9;
}
.AnyTagClassName
{
color: #A9BDD9;
}
</style>
background-color css
<style>
a { background-color: #A9BDD9; }
a { background-color: rgb(169,189,217); }
div.DivClassName
{
background-color: #A9BDD9;
}
.BgClassName
{
background-color: #A9BDD9;
}
</style>
border-color css
<style>
span { border-color: #A9BDD9; }
span { border-color: rgb(169,189,217); }
td.TdClassName
{
border-color: #A9BDD9;
}
.TagClassName
{
border-color: #A9BDD9;
}
</style>