Shades of Light Steel Blue #A9BCDC
Tints of Light Steel Blue #A9BCDC
RGB
CMYK
RGB Variations
Color information
#A9BCDC (or 0xA9BCDC) is known color: Light Steel Blue. HEX triplet: A9, BC and DC. RGB value is (169,188,220). Sum of RGB (Red+Green+Blue) = 169+188+220=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCDC is #564323. Grayscale: #B9B9B9. Windows color (decimal): -5653284 or 14466217. OLE color: 14466217.
HSL color Cylindrical-coordinate representation of color #A9BCDC: hue angle of 217.65º 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 #A9BCDC is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 188 | 220 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.14 |
| HSL | 217.65º | 0.42% | 0.76% | - |
| HSV(B) | 217.65º | 0.23% | 0.86% | - |
| XYZ | 47.26 | 49.57 | 74.79 | - |
| YUV | 185.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 220 | 0.23 | 0.15 | 0 | 0.14 | 217.65 | 0.42 | 0.76 |
| Hex | A9 | BC | DC | 17 | F | 0 | E | DA | 2A | 4C |
| Octal | 251 | 274 | 334 | 27 | 17 | 0 | 16 | 332 | 52 | 114 |
| Binary | 10101001 | 10111100 | 11011100 | 10111 | 1111 | 0 | 1110 | 11011010 | 101010 | 1001100 |
Color Harmonies of #A9BCDC
Complementary color
Monochromatic Colors of #A9BCDC
Black with #A9BCDC
Text Example
Text Example
White with #A9BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCDC; }
p { color: rgb(169,188,220); }
H1.HeaderClassName
{
color: #A9BCDC;
}
.AnyTagClassName
{
color: #A9BCDC;
}
</style>
background-color css
<style>
a { background-color: #A9BCDC; }
a { background-color: rgb(169,188,220); }
div.DivClassName
{
background-color: #A9BCDC;
}
.BgClassName
{
background-color: #A9BCDC;
}
</style>
border-color css
<style>
span { border-color: #A9BCDC; }
span { border-color: rgb(169,188,220); }
td.TdClassName
{
border-color: #A9BCDC;
}
.TagClassName
{
border-color: #A9BCDC;
}
</style>