Shades of Light Steel Blue #A0BBDD
Tints of Light Steel Blue #A0BBDD
RGB
CMYK
RGB Variations
Color information
#A0BBDD (or 0xA0BBDD) is known color: Light Steel Blue. HEX triplet: A0, BB and DD. RGB value is (160,187,221). Sum of RGB (Red+Green+Blue) = 160+187+221=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBDD is #5F4422. Grayscale: #B6B6B6. Windows color (decimal): -6243363 or 14531488. OLE color: 14531488.
HSL color Cylindrical-coordinate representation of color #A0BBDD: hue angle of 213.44º 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 #A0BBDD is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 187 | 221 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.13 |
| HSL | 213.44º | 0.47% | 0.75% | - |
| HSV(B) | 213.44º | 0.28% | 0.87% | - |
| XYZ | 45.32 | 48.23 | 75.33 | - |
| YUV | 182.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 221 | 0.28 | 0.15 | 0 | 0.13 | 213.44 | 0.47 | 0.75 |
| Hex | A0 | BB | DD | 1C | F | 0 | D | D5 | 2F | 4B |
| Octal | 240 | 273 | 335 | 34 | 17 | 0 | 15 | 325 | 57 | 113 |
| Binary | 10100000 | 10111011 | 11011101 | 11100 | 1111 | 0 | 1101 | 11010101 | 101111 | 1001011 |
Color Harmonies of #A0BBDD
Complementary color
Monochromatic Colors of #A0BBDD
Black with #A0BBDD
Text Example
Text Example
White with #A0BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBDD; }
p { color: rgb(160,187,221); }
H1.HeaderClassName
{
color: #A0BBDD;
}
.AnyTagClassName
{
color: #A0BBDD;
}
</style>
background-color css
<style>
a { background-color: #A0BBDD; }
a { background-color: rgb(160,187,221); }
div.DivClassName
{
background-color: #A0BBDD;
}
.BgClassName
{
background-color: #A0BBDD;
}
</style>
border-color css
<style>
span { border-color: #A0BBDD; }
span { border-color: rgb(160,187,221); }
td.TdClassName
{
border-color: #A0BBDD;
}
.TagClassName
{
border-color: #A0BBDD;
}
</style>