Shades of Light Steel Blue #A5BADC
Tints of Light Steel Blue #A5BADC
RGB
CMYK
RGB Variations
Color information
#A5BADC (or 0xA5BADC) is known color: Light Steel Blue. HEX triplet: A5, BA and DC. RGB value is (165,186,220). Sum of RGB (Red+Green+Blue) = 165+186+220=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BADC is #5A4523. Grayscale: #B7B7B7. Windows color (decimal): -5915940 or 14465701. OLE color: 14465701.
HSL color Cylindrical-coordinate representation of color #A5BADC: hue angle of 217.09º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5BADC is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 186 | 220 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.14 |
| HSL | 217.09º | 0.44% | 0.75% | - |
| HSV(B) | 217.09º | 0.25% | 0.86% | - |
| XYZ | 45.99 | 48.28 | 74.61 | - |
| YUV | 183.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 220 | 0.25 | 0.15 | 0 | 0.14 | 217.09 | 0.44 | 0.75 |
| Hex | A5 | BA | DC | 19 | F | 0 | E | D9 | 2C | 4B |
| Octal | 245 | 272 | 334 | 31 | 17 | 0 | 16 | 331 | 54 | 113 |
| Binary | 10100101 | 10111010 | 11011100 | 11001 | 1111 | 0 | 1110 | 11011001 | 101100 | 1001011 |
Color Harmonies of #A5BADC
Complementary color
Monochromatic Colors of #A5BADC
Black with #A5BADC
Text Example
Text Example
White with #A5BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BADC; }
p { color: rgb(165,186,220); }
H1.HeaderClassName
{
color: #A5BADC;
}
.AnyTagClassName
{
color: #A5BADC;
}
</style>
background-color css
<style>
a { background-color: #A5BADC; }
a { background-color: rgb(165,186,220); }
div.DivClassName
{
background-color: #A5BADC;
}
.BgClassName
{
background-color: #A5BADC;
}
</style>
border-color css
<style>
span { border-color: #A5BADC; }
span { border-color: rgb(165,186,220); }
td.TdClassName
{
border-color: #A5BADC;
}
.TagClassName
{
border-color: #A5BADC;
}
</style>