Shades of Light Steel Blue #A9C6DB
Tints of Light Steel Blue #A9C6DB
RGB
CMYK
RGB Variations
Color information
#A9C6DB (or 0xA9C6DB) is known color: Light Steel Blue. HEX triplet: A9, C6 and DB. RGB value is (169,198,219). Sum of RGB (Red+Green+Blue) = 169+198+219=586 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.84% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9C6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C6DB is #563924. Grayscale: #BFBFBF. Windows color (decimal): -5650725 or 14403241. OLE color: 14403241.
HSL color Cylindrical-coordinate representation of color #A9C6DB: hue angle of 205.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9C6DB is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 198 | 219 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.14 |
| HSL | 205.2º | 0.41% | 0.76% | - |
| HSV(B) | 205.2º | 0.23% | 0.86% | - |
| XYZ | 49.34 | 53.94 | 74.83 | - |
| YUV | 191.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 198 | 219 | 0.23 | 0.10 | 0 | 0.14 | 205.2 | 0.41 | 0.76 |
| Hex | A9 | C6 | DB | 17 | A | 0 | E | CD | 29 | 4C |
| Octal | 251 | 306 | 333 | 27 | 12 | 0 | 16 | 315 | 51 | 114 |
| Binary | 10101001 | 11000110 | 11011011 | 10111 | 1010 | 0 | 1110 | 11001101 | 101001 | 1001100 |
Color Harmonies of #A9C6DB
Complementary color
Monochromatic Colors of #A9C6DB
Black with #A9C6DB
Text Example
Text Example
White with #A9C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C6DB; }
p { color: rgb(169,198,219); }
H1.HeaderClassName
{
color: #A9C6DB;
}
.AnyTagClassName
{
color: #A9C6DB;
}
</style>
background-color css
<style>
a { background-color: #A9C6DB; }
a { background-color: rgb(169,198,219); }
div.DivClassName
{
background-color: #A9C6DB;
}
.BgClassName
{
background-color: #A9C6DB;
}
</style>
border-color css
<style>
span { border-color: #A9C6DB; }
span { border-color: rgb(169,198,219); }
td.TdClassName
{
border-color: #A9C6DB;
}
.TagClassName
{
border-color: #A9C6DB;
}
</style>