Shades of Light Steel Blue #A0C0DA
Tints of Light Steel Blue #A0C0DA
RGB
CMYK
RGB Variations
Color information
#A0C0DA (or 0xA0C0DA) is known color: Light Steel Blue. HEX triplet: A0, C0 and DA. RGB value is (160,192,218). Sum of RGB (Red+Green+Blue) = 160+192+218=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0DA is #5F3F25. Grayscale: #B9B9B9. Windows color (decimal): -6242086 or 14336160. OLE color: 14336160.
HSL color Cylindrical-coordinate representation of color #A0C0DA: hue angle of 206.9º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C0DA is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 192 | 218 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.15 |
| HSL | 206.9º | 0.44% | 0.74% | - |
| HSV(B) | 206.9º | 0.27% | 0.85% | - |
| XYZ | 46 | 50.23 | 73.6 | - |
| YUV | 185.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 218 | 0.27 | 0.12 | 0 | 0.15 | 206.9 | 0.44 | 0.74 |
| Hex | A0 | C0 | DA | 1B | C | 0 | F | CF | 2C | 4A |
| Octal | 240 | 300 | 332 | 33 | 14 | 0 | 17 | 317 | 54 | 112 |
| Binary | 10100000 | 11000000 | 11011010 | 11011 | 1100 | 0 | 1111 | 11001111 | 101100 | 1001010 |
Color Harmonies of #A0C0DA
Complementary color
Monochromatic Colors of #A0C0DA
Black with #A0C0DA
Text Example
Text Example
White with #A0C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C0DA; }
p { color: rgb(160,192,218); }
H1.HeaderClassName
{
color: #A0C0DA;
}
.AnyTagClassName
{
color: #A0C0DA;
}
</style>
background-color css
<style>
a { background-color: #A0C0DA; }
a { background-color: rgb(160,192,218); }
div.DivClassName
{
background-color: #A0C0DA;
}
.BgClassName
{
background-color: #A0C0DA;
}
</style>
border-color css
<style>
span { border-color: #A0C0DA; }
span { border-color: rgb(160,192,218); }
td.TdClassName
{
border-color: #A0C0DA;
}
.TagClassName
{
border-color: #A0C0DA;
}
</style>