Shades of Light Steel Blue #A2BDD9
Tints of Light Steel Blue #A2BDD9
RGB
CMYK
RGB Variations
Color information
#A2BDD9 (or 0xA2BDD9) is known color: Light Steel Blue. HEX triplet: A2, BD and D9. RGB value is (162,189,217). Sum of RGB (Red+Green+Blue) = 162+189+217=568 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.52% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #A2BDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDD9 is #5D4226. Grayscale: #B7B7B7. Windows color (decimal): -6111783 or 14269858. OLE color: 14269858.
HSL color Cylindrical-coordinate representation of color #A2BDD9: hue angle of 210.55º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2BDD9 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 189 | 217 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.15 |
| HSL | 210.55º | 0.42% | 0.74% | - |
| HSV(B) | 210.55º | 0.25% | 0.85% | - |
| XYZ | 45.62 | 49.09 | 72.72 | - |
| YUV | 184.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 217 | 0.25 | 0.13 | 0 | 0.15 | 210.55 | 0.42 | 0.74 |
| Hex | A2 | BD | D9 | 19 | D | 0 | F | D3 | 2A | 4A |
| Octal | 242 | 275 | 331 | 31 | 15 | 0 | 17 | 323 | 52 | 112 |
| Binary | 10100010 | 10111101 | 11011001 | 11001 | 1101 | 0 | 1111 | 11010011 | 101010 | 1001010 |
Color Harmonies of #A2BDD9
Complementary color
Monochromatic Colors of #A2BDD9
Black with #A2BDD9
Text Example
Text Example
White with #A2BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BDD9; }
p { color: rgb(162,189,217); }
H1.HeaderClassName
{
color: #A2BDD9;
}
.AnyTagClassName
{
color: #A2BDD9;
}
</style>
background-color css
<style>
a { background-color: #A2BDD9; }
a { background-color: rgb(162,189,217); }
div.DivClassName
{
background-color: #A2BDD9;
}
.BgClassName
{
background-color: #A2BDD9;
}
</style>
border-color css
<style>
span { border-color: #A2BDD9; }
span { border-color: rgb(162,189,217); }
td.TdClassName
{
border-color: #A2BDD9;
}
.TagClassName
{
border-color: #A2BDD9;
}
</style>