Shades of Light Steel Blue #A9C0DA
Tints of Light Steel Blue #A9C0DA
RGB
CMYK
RGB Variations
Color information
#A9C0DA (or 0xA9C0DA) is known color: Light Steel Blue. HEX triplet: A9, C0 and DA. RGB value is (169,192,218). Sum of RGB (Red+Green+Blue) = 169+192+218=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C0DA is #563F25. Grayscale: #BBBBBB. Windows color (decimal): -5652262 or 14336169. OLE color: 14336169.
HSL color Cylindrical-coordinate representation of color #A9C0DA: hue angle of 211.84º degrees, saturation: 0.4, 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 #A9C0DA is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 192 | 218 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.15 |
| HSL | 211.84º | 0.4% | 0.76% | - |
| HSV(B) | 211.84º | 0.22% | 0.85% | - |
| XYZ | 47.87 | 51.2 | 73.69 | - |
| YUV | 188.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 218 | 0.22 | 0.12 | 0 | 0.15 | 211.84 | 0.4 | 0.76 |
| Hex | A9 | C0 | DA | 16 | C | 0 | F | D4 | 28 | 4C |
| Octal | 251 | 300 | 332 | 26 | 14 | 0 | 17 | 324 | 50 | 114 |
| Binary | 10101001 | 11000000 | 11011010 | 10110 | 1100 | 0 | 1111 | 11010100 | 101000 | 1001100 |
Color Harmonies of #A9C0DA
Complementary color
Monochromatic Colors of #A9C0DA
Black with #A9C0DA
Text Example
Text Example
White with #A9C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C0DA; }
p { color: rgb(169,192,218); }
H1.HeaderClassName
{
color: #A9C0DA;
}
.AnyTagClassName
{
color: #A9C0DA;
}
</style>
background-color css
<style>
a { background-color: #A9C0DA; }
a { background-color: rgb(169,192,218); }
div.DivClassName
{
background-color: #A9C0DA;
}
.BgClassName
{
background-color: #A9C0DA;
}
</style>
border-color css
<style>
span { border-color: #A9C0DA; }
span { border-color: rgb(169,192,218); }
td.TdClassName
{
border-color: #A9C0DA;
}
.TagClassName
{
border-color: #A9C0DA;
}
</style>