Shades of Light Steel Blue #A0BCDC
Tints of Light Steel Blue #A0BCDC
RGB
CMYK
RGB Variations
Color information
#A0BCDC (or 0xA0BCDC) is known color: Light Steel Blue. HEX triplet: A0, BC and DC. RGB value is (160,188,220). Sum of RGB (Red+Green+Blue) = 160+188+220=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCDC is #5F4323. Grayscale: #B7B7B7. Windows color (decimal): -6243108 or 14466208. OLE color: 14466208.
HSL color Cylindrical-coordinate representation of color #A0BCDC: hue angle of 212º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0BCDC is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 188 | 220 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.14 |
| HSL | 212º | 0.46% | 0.75% | - |
| HSV(B) | 212º | 0.27% | 0.86% | - |
| XYZ | 45.4 | 48.61 | 74.7 | - |
| YUV | 183.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 220 | 0.27 | 0.15 | 0 | 0.14 | 212 | 0.46 | 0.75 |
| Hex | A0 | BC | DC | 1B | F | 0 | E | D4 | 2E | 4B |
| Octal | 240 | 274 | 334 | 33 | 17 | 0 | 16 | 324 | 56 | 113 |
| Binary | 10100000 | 10111100 | 11011100 | 11011 | 1111 | 0 | 1110 | 11010100 | 101110 | 1001011 |
Color Harmonies of #A0BCDC
Complementary color
Monochromatic Colors of #A0BCDC
Black with #A0BCDC
Text Example
Text Example
White with #A0BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCDC; }
p { color: rgb(160,188,220); }
H1.HeaderClassName
{
color: #A0BCDC;
}
.AnyTagClassName
{
color: #A0BCDC;
}
</style>
background-color css
<style>
a { background-color: #A0BCDC; }
a { background-color: rgb(160,188,220); }
div.DivClassName
{
background-color: #A0BCDC;
}
.BgClassName
{
background-color: #A0BCDC;
}
</style>
border-color css
<style>
span { border-color: #A0BCDC; }
span { border-color: rgb(160,188,220); }
td.TdClassName
{
border-color: #A0BCDC;
}
.TagClassName
{
border-color: #A0BCDC;
}
</style>