Shades of Light Steel Blue #A8BDD9
Tints of Light Steel Blue #A8BDD9
RGB
CMYK
RGB Variations
Color information
#A8BDD9 (or 0xA8BDD9) is known color: Light Steel Blue. HEX triplet: A8, BD and D9. RGB value is (168,189,217). Sum of RGB (Red+Green+Blue) = 168+189+217=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #A8BDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDD9 is #574226. Grayscale: #B9B9B9. Windows color (decimal): -5718567 or 14269864. OLE color: 14269864.
HSL color Cylindrical-coordinate representation of color #A8BDD9: hue angle of 214.29º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8BDD9 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 189 | 217 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.15 |
| HSL | 214.29º | 0.39% | 0.75% | - |
| HSV(B) | 214.29º | 0.23% | 0.85% | - |
| XYZ | 46.87 | 49.73 | 72.77 | - |
| YUV | 185.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 217 | 0.23 | 0.13 | 0 | 0.15 | 214.29 | 0.39 | 0.75 |
| Hex | A8 | BD | D9 | 17 | D | 0 | F | D6 | 27 | 4B |
| Octal | 250 | 275 | 331 | 27 | 15 | 0 | 17 | 326 | 47 | 113 |
| Binary | 10101000 | 10111101 | 11011001 | 10111 | 1101 | 0 | 1111 | 11010110 | 100111 | 1001011 |
Color Harmonies of #A8BDD9
Complementary color
Monochromatic Colors of #A8BDD9
Black with #A8BDD9
Text Example
Text Example
White with #A8BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDD9; }
p { color: rgb(168,189,217); }
H1.HeaderClassName
{
color: #A8BDD9;
}
.AnyTagClassName
{
color: #A8BDD9;
}
</style>
background-color css
<style>
a { background-color: #A8BDD9; }
a { background-color: rgb(168,189,217); }
div.DivClassName
{
background-color: #A8BDD9;
}
.BgClassName
{
background-color: #A8BDD9;
}
</style>
border-color css
<style>
span { border-color: #A8BDD9; }
span { border-color: rgb(168,189,217); }
td.TdClassName
{
border-color: #A8BDD9;
}
.TagClassName
{
border-color: #A8BDD9;
}
</style>