Shades of Light Steel Blue #A0BCDD
Tints of Light Steel Blue #A0BCDD
RGB
CMYK
RGB Variations
Color information
#A0BCDD (or 0xA0BCDD) is known color: Light Steel Blue. HEX triplet: A0, BC and DD. RGB value is (160,188,221). Sum of RGB (Red+Green+Blue) = 160+188+221=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCDD is #5F4322. Grayscale: #B7B7B7. Windows color (decimal): -6243107 or 14531744. OLE color: 14531744.
HSL color Cylindrical-coordinate representation of color #A0BCDD: hue angle of 212.46º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0BCDD is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 188 | 221 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.13 |
| HSL | 212.46º | 0.47% | 0.75% | - |
| HSV(B) | 212.46º | 0.28% | 0.87% | - |
| XYZ | 45.53 | 48.66 | 75.4 | - |
| YUV | 183.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 221 | 0.28 | 0.15 | 0 | 0.13 | 212.46 | 0.47 | 0.75 |
| Hex | A0 | BC | DD | 1C | F | 0 | D | D4 | 2F | 4B |
| Octal | 240 | 274 | 335 | 34 | 17 | 0 | 15 | 324 | 57 | 113 |
| Binary | 10100000 | 10111100 | 11011101 | 11100 | 1111 | 0 | 1101 | 11010100 | 101111 | 1001011 |
Color Harmonies of #A0BCDD
Complementary color
Monochromatic Colors of #A0BCDD
Black with #A0BCDD
Text Example
Text Example
White with #A0BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCDD; }
p { color: rgb(160,188,221); }
H1.HeaderClassName
{
color: #A0BCDD;
}
.AnyTagClassName
{
color: #A0BCDD;
}
</style>
background-color css
<style>
a { background-color: #A0BCDD; }
a { background-color: rgb(160,188,221); }
div.DivClassName
{
background-color: #A0BCDD;
}
.BgClassName
{
background-color: #A0BCDD;
}
</style>
border-color css
<style>
span { border-color: #A0BCDD; }
span { border-color: rgb(160,188,221); }
td.TdClassName
{
border-color: #A0BCDD;
}
.TagClassName
{
border-color: #A0BCDD;
}
</style>