Shades of Light Steel Blue #A0B9DD
Tints of Light Steel Blue #A0B9DD
RGB
CMYK
RGB Variations
Color information
#A0B9DD (or 0xA0B9DD) is known color: Light Steel Blue. HEX triplet: A0, B9 and DD. RGB value is (160,185,221). Sum of RGB (Red+Green+Blue) = 160+185+221=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0B9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B9DD is #5F4622. Grayscale: #B5B5B5. Windows color (decimal): -6243875 or 14530976. OLE color: 14530976.
HSL color Cylindrical-coordinate representation of color #A0B9DD: hue angle of 215.41º 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 #A0B9DD is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 185 | 221 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.13 |
| HSL | 215.41º | 0.47% | 0.75% | - |
| HSV(B) | 215.41º | 0.28% | 0.87% | - |
| XYZ | 44.9 | 47.39 | 75.19 | - |
| YUV | 181.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 221 | 0.28 | 0.16 | 0 | 0.13 | 215.41 | 0.47 | 0.75 |
| Hex | A0 | B9 | DD | 1C | 10 | 0 | D | D7 | 2F | 4B |
| Octal | 240 | 271 | 335 | 34 | 20 | 0 | 15 | 327 | 57 | 113 |
| Binary | 10100000 | 10111001 | 11011101 | 11100 | 10000 | 0 | 1101 | 11010111 | 101111 | 1001011 |
Color Harmonies of #A0B9DD
Complementary color
Monochromatic Colors of #A0B9DD
Black with #A0B9DD
Text Example
Text Example
White with #A0B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B9DD; }
p { color: rgb(160,185,221); }
H1.HeaderClassName
{
color: #A0B9DD;
}
.AnyTagClassName
{
color: #A0B9DD;
}
</style>
background-color css
<style>
a { background-color: #A0B9DD; }
a { background-color: rgb(160,185,221); }
div.DivClassName
{
background-color: #A0B9DD;
}
.BgClassName
{
background-color: #A0B9DD;
}
</style>
border-color css
<style>
span { border-color: #A0B9DD; }
span { border-color: rgb(160,185,221); }
td.TdClassName
{
border-color: #A0B9DD;
}
.TagClassName
{
border-color: #A0B9DD;
}
</style>