Shades of Light Steel Blue #A9C0DC
Tints of Light Steel Blue #A9C0DC
RGB
CMYK
RGB Variations
Color information
#A9C0DC (or 0xA9C0DC) is known color: Light Steel Blue. HEX triplet: A9, C0 and DC. RGB value is (169,192,220). Sum of RGB (Red+Green+Blue) = 169+192+220=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C0DC is #563F23. Grayscale: #BCBCBC. Windows color (decimal): -5652260 or 14467241. OLE color: 14467241.
HSL color Cylindrical-coordinate representation of color #A9C0DC: hue angle of 212.94º degrees, saturation: 0.42, 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 #A9C0DC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 192 | 220 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.14 |
| HSL | 212.94º | 0.42% | 0.76% | - |
| HSV(B) | 212.94º | 0.23% | 0.86% | - |
| XYZ | 48.13 | 51.3 | 75.08 | - |
| YUV | 188.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 220 | 0.23 | 0.13 | 0 | 0.14 | 212.94 | 0.42 | 0.76 |
| Hex | A9 | C0 | DC | 17 | D | 0 | E | D5 | 2A | 4C |
| Octal | 251 | 300 | 334 | 27 | 15 | 0 | 16 | 325 | 52 | 114 |
| Binary | 10101001 | 11000000 | 11011100 | 10111 | 1101 | 0 | 1110 | 11010101 | 101010 | 1001100 |
Color Harmonies of #A9C0DC
Complementary color
Monochromatic Colors of #A9C0DC
Black with #A9C0DC
Text Example
Text Example
White with #A9C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C0DC; }
p { color: rgb(169,192,220); }
H1.HeaderClassName
{
color: #A9C0DC;
}
.AnyTagClassName
{
color: #A9C0DC;
}
</style>
background-color css
<style>
a { background-color: #A9C0DC; }
a { background-color: rgb(169,192,220); }
div.DivClassName
{
background-color: #A9C0DC;
}
.BgClassName
{
background-color: #A9C0DC;
}
</style>
border-color css
<style>
span { border-color: #A9C0DC; }
span { border-color: rgb(169,192,220); }
td.TdClassName
{
border-color: #A9C0DC;
}
.TagClassName
{
border-color: #A9C0DC;
}
</style>