Shades of Light Steel Blue #A9BBD6
Tints of Light Steel Blue #A9BBD6
RGB
CMYK
RGB Variations
Color information
#A9BBD6 (or 0xA9BBD6) is known color: Light Steel Blue. HEX triplet: A9, BB and D6. RGB value is (169,187,214). Sum of RGB (Red+Green+Blue) = 169+187+214=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #A9BBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBD6 is #564429. Grayscale: #B8B8B8. Windows color (decimal): -5653546 or 14072745. OLE color: 14072745.
HSL color Cylindrical-coordinate representation of color #A9BBD6: hue angle of 216º degrees, saturation: 0.35, 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 #A9BBD6 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 187 | 214 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.16 |
| HSL | 216º | 0.35% | 0.75% | - |
| HSV(B) | 216º | 0.21% | 0.84% | - |
| XYZ | 46.27 | 48.83 | 70.6 | - |
| YUV | 184.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 214 | 0.21 | 0.13 | 0 | 0.16 | 216 | 0.35 | 0.75 |
| Hex | A9 | BB | D6 | 15 | D | 0 | 10 | D8 | 23 | 4B |
| Octal | 251 | 273 | 326 | 25 | 15 | 0 | 20 | 330 | 43 | 113 |
| Binary | 10101001 | 10111011 | 11010110 | 10101 | 1101 | 0 | 10000 | 11011000 | 100011 | 1001011 |
Color Harmonies of #A9BBD6
Complementary color
Monochromatic Colors of #A9BBD6
Black with #A9BBD6
Text Example
Text Example
White with #A9BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BBD6; }
p { color: rgb(169,187,214); }
H1.HeaderClassName
{
color: #A9BBD6;
}
.AnyTagClassName
{
color: #A9BBD6;
}
</style>
background-color css
<style>
a { background-color: #A9BBD6; }
a { background-color: rgb(169,187,214); }
div.DivClassName
{
background-color: #A9BBD6;
}
.BgClassName
{
background-color: #A9BBD6;
}
</style>
border-color css
<style>
span { border-color: #A9BBD6; }
span { border-color: rgb(169,187,214); }
td.TdClassName
{
border-color: #A9BBD6;
}
.TagClassName
{
border-color: #A9BBD6;
}
</style>