Shades of Light Steel Blue #A9BFDC
Tints of Light Steel Blue #A9BFDC
RGB
CMYK
RGB Variations
Color information
#A9BFDC (or 0xA9BFDC) is known color: Light Steel Blue. HEX triplet: A9, BF and DC. RGB value is (169,191,220). Sum of RGB (Red+Green+Blue) = 169+191+220=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFDC is #564023. Grayscale: #BBBBBB. Windows color (decimal): -5652516 or 14466985. OLE color: 14466985.
HSL color Cylindrical-coordinate representation of color #A9BFDC: hue angle of 214.12º 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 #A9BFDC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 191 | 220 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.14 |
| HSL | 214.12º | 0.42% | 0.76% | - |
| HSV(B) | 214.12º | 0.23% | 0.86% | - |
| XYZ | 47.91 | 50.86 | 75 | - |
| YUV | 187.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 220 | 0.23 | 0.13 | 0 | 0.14 | 214.12 | 0.42 | 0.76 |
| Hex | A9 | BF | DC | 17 | D | 0 | E | D6 | 2A | 4C |
| Octal | 251 | 277 | 334 | 27 | 15 | 0 | 16 | 326 | 52 | 114 |
| Binary | 10101001 | 10111111 | 11011100 | 10111 | 1101 | 0 | 1110 | 11010110 | 101010 | 1001100 |
Color Harmonies of #A9BFDC
Complementary color
Monochromatic Colors of #A9BFDC
Black with #A9BFDC
Text Example
Text Example
White with #A9BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BFDC; }
p { color: rgb(169,191,220); }
H1.HeaderClassName
{
color: #A9BFDC;
}
.AnyTagClassName
{
color: #A9BFDC;
}
</style>
background-color css
<style>
a { background-color: #A9BFDC; }
a { background-color: rgb(169,191,220); }
div.DivClassName
{
background-color: #A9BFDC;
}
.BgClassName
{
background-color: #A9BFDC;
}
</style>
border-color css
<style>
span { border-color: #A9BFDC; }
span { border-color: rgb(169,191,220); }
td.TdClassName
{
border-color: #A9BFDC;
}
.TagClassName
{
border-color: #A9BFDC;
}
</style>