Shades of Light Steel Blue #A9BCDF
Tints of Light Steel Blue #A9BCDF
RGB
CMYK
RGB Variations
Color information
#A9BCDF (or 0xA9BCDF) is known color: Light Steel Blue. HEX triplet: A9, BC and DF. RGB value is (169,188,223). Sum of RGB (Red+Green+Blue) = 169+188+223=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCDF is #564320. Grayscale: #BABABA. Windows color (decimal): -5653281 or 14662825. OLE color: 14662825.
HSL color Cylindrical-coordinate representation of color #A9BCDF: hue angle of 218.89º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9BCDF is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 188 | 223 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.13 |
| HSL | 218.89º | 0.46% | 0.77% | - |
| HSV(B) | 218.89º | 0.24% | 0.87% | - |
| XYZ | 47.66 | 49.73 | 76.9 | - |
| YUV | 186.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 223 | 0.24 | 0.16 | 0 | 0.13 | 218.89 | 0.46 | 0.77 |
| Hex | A9 | BC | DF | 18 | 10 | 0 | D | DB | 2E | 4D |
| Octal | 251 | 274 | 337 | 30 | 20 | 0 | 15 | 333 | 56 | 115 |
| Binary | 10101001 | 10111100 | 11011111 | 11000 | 10000 | 0 | 1101 | 11011011 | 101110 | 1001101 |
Color Harmonies of #A9BCDF
Complementary color
Monochromatic Colors of #A9BCDF
Black with #A9BCDF
Text Example
Text Example
White with #A9BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCDF; }
p { color: rgb(169,188,223); }
H1.HeaderClassName
{
color: #A9BCDF;
}
.AnyTagClassName
{
color: #A9BCDF;
}
</style>
background-color css
<style>
a { background-color: #A9BCDF; }
a { background-color: rgb(169,188,223); }
div.DivClassName
{
background-color: #A9BCDF;
}
.BgClassName
{
background-color: #A9BCDF;
}
</style>
border-color css
<style>
span { border-color: #A9BCDF; }
span { border-color: rgb(169,188,223); }
td.TdClassName
{
border-color: #A9BCDF;
}
.TagClassName
{
border-color: #A9BCDF;
}
</style>