Shades of Light Steel Blue #A9BBD7
Tints of Light Steel Blue #A9BBD7
RGB
CMYK
RGB Variations
Color information
#A9BBD7 (or 0xA9BBD7) is known color: Light Steel Blue. HEX triplet: A9, BB and D7. RGB value is (169,187,215). Sum of RGB (Red+Green+Blue) = 169+187+215=571 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.60% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #A9BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBD7 is #564428. Grayscale: #B8B8B8. Windows color (decimal): -5653545 or 14138281. OLE color: 14138281.
HSL color Cylindrical-coordinate representation of color #A9BBD7: hue angle of 216.52º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9BBD7 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 187 | 215 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.16 |
| HSL | 216.52º | 0.37% | 0.75% | - |
| HSV(B) | 216.52º | 0.21% | 0.84% | - |
| XYZ | 46.4 | 48.88 | 71.28 | - |
| YUV | 184.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 215 | 0.21 | 0.13 | 0 | 0.16 | 216.52 | 0.37 | 0.75 |
| Hex | A9 | BB | D7 | 15 | D | 0 | 10 | D9 | 25 | 4B |
| Octal | 251 | 273 | 327 | 25 | 15 | 0 | 20 | 331 | 45 | 113 |
| Binary | 10101001 | 10111011 | 11010111 | 10101 | 1101 | 0 | 10000 | 11011001 | 100101 | 1001011 |
Color Harmonies of #A9BBD7
Complementary color
Monochromatic Colors of #A9BBD7
Black with #A9BBD7
Text Example
Text Example
White with #A9BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BBD7; }
p { color: rgb(169,187,215); }
H1.HeaderClassName
{
color: #A9BBD7;
}
.AnyTagClassName
{
color: #A9BBD7;
}
</style>
background-color css
<style>
a { background-color: #A9BBD7; }
a { background-color: rgb(169,187,215); }
div.DivClassName
{
background-color: #A9BBD7;
}
.BgClassName
{
background-color: #A9BBD7;
}
</style>
border-color css
<style>
span { border-color: #A9BBD7; }
span { border-color: rgb(169,187,215); }
td.TdClassName
{
border-color: #A9BBD7;
}
.TagClassName
{
border-color: #A9BBD7;
}
</style>