Shades of Light Steel Blue #A0BBDC
Tints of Light Steel Blue #A0BBDC
RGB
CMYK
RGB Variations
Color information
#A0BBDC (or 0xA0BBDC) is known color: Light Steel Blue. HEX triplet: A0, BB and DC. RGB value is (160,187,220). Sum of RGB (Red+Green+Blue) = 160+187+220=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBDC is #5F4423. Grayscale: #B6B6B6. Windows color (decimal): -6243364 or 14465952. OLE color: 14465952.
HSL color Cylindrical-coordinate representation of color #A0BBDC: hue angle of 213º 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 #A0BBDC is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 187 | 220 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.14 |
| HSL | 213º | 0.46% | 0.75% | - |
| HSV(B) | 213º | 0.27% | 0.86% | - |
| XYZ | 45.19 | 48.18 | 74.63 | - |
| YUV | 182.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 220 | 0.27 | 0.15 | 0 | 0.14 | 213 | 0.46 | 0.75 |
| Hex | A0 | BB | DC | 1B | F | 0 | E | D5 | 2E | 4B |
| Octal | 240 | 273 | 334 | 33 | 17 | 0 | 16 | 325 | 56 | 113 |
| Binary | 10100000 | 10111011 | 11011100 | 11011 | 1111 | 0 | 1110 | 11010101 | 101110 | 1001011 |
Color Harmonies of #A0BBDC
Complementary color
Monochromatic Colors of #A0BBDC
Black with #A0BBDC
Text Example
Text Example
White with #A0BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBDC; }
p { color: rgb(160,187,220); }
H1.HeaderClassName
{
color: #A0BBDC;
}
.AnyTagClassName
{
color: #A0BBDC;
}
</style>
background-color css
<style>
a { background-color: #A0BBDC; }
a { background-color: rgb(160,187,220); }
div.DivClassName
{
background-color: #A0BBDC;
}
.BgClassName
{
background-color: #A0BBDC;
}
</style>
border-color css
<style>
span { border-color: #A0BBDC; }
span { border-color: rgb(160,187,220); }
td.TdClassName
{
border-color: #A0BBDC;
}
.TagClassName
{
border-color: #A0BBDC;
}
</style>