Shades of Light Steel Blue #A0BAD5
Tints of Light Steel Blue #A0BAD5
RGB
CMYK
RGB Variations
Color information
#A0BAD5 (or 0xA0BAD5) is known color: Light Steel Blue. HEX triplet: A0, BA and D5. RGB value is (160,186,213). Sum of RGB (Red+Green+Blue) = 160+186+213=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #A0BAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BAD5 is #5F452A. Grayscale: #B5B5B5. Windows color (decimal): -6243627 or 14006944. OLE color: 14006944.
HSL color Cylindrical-coordinate representation of color #A0BAD5: hue angle of 210.57º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0BAD5 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 186 | 213 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.16 |
| HSL | 210.57º | 0.39% | 0.73% | - |
| HSV(B) | 210.57º | 0.25% | 0.84% | - |
| XYZ | 44.07 | 47.4 | 69.78 | - |
| YUV | 181.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 213 | 0.25 | 0.13 | 0 | 0.16 | 210.57 | 0.39 | 0.73 |
| Hex | A0 | BA | D5 | 19 | D | 0 | 10 | D3 | 27 | 49 |
| Octal | 240 | 272 | 325 | 31 | 15 | 0 | 20 | 323 | 47 | 111 |
| Binary | 10100000 | 10111010 | 11010101 | 11001 | 1101 | 0 | 10000 | 11010011 | 100111 | 1001001 |
Color Harmonies of #A0BAD5
Complementary color
Monochromatic Colors of #A0BAD5
Black with #A0BAD5
Text Example
Text Example
White with #A0BAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BAD5; }
p { color: rgb(160,186,213); }
H1.HeaderClassName
{
color: #A0BAD5;
}
.AnyTagClassName
{
color: #A0BAD5;
}
</style>
background-color css
<style>
a { background-color: #A0BAD5; }
a { background-color: rgb(160,186,213); }
div.DivClassName
{
background-color: #A0BAD5;
}
.BgClassName
{
background-color: #A0BAD5;
}
</style>
border-color css
<style>
span { border-color: #A0BAD5; }
span { border-color: rgb(160,186,213); }
td.TdClassName
{
border-color: #A0BAD5;
}
.TagClassName
{
border-color: #A0BAD5;
}
</style>