Shades of Light Steel Blue #A0C1DB
Tints of Light Steel Blue #A0C1DB
RGB
CMYK
RGB Variations
Color information
#A0C1DB (or 0xA0C1DB) is known color: Light Steel Blue. HEX triplet: A0, C1 and DB. RGB value is (160,193,219). Sum of RGB (Red+Green+Blue) = 160+193+219=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0C1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C1DB is #5F3E24. Grayscale: #B9B9B9. Windows color (decimal): -6241829 or 14401952. OLE color: 14401952.
HSL color Cylindrical-coordinate representation of color #A0C1DB: hue angle of 206.44º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C1DB is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 193 | 219 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.14 |
| HSL | 206.44º | 0.45% | 0.74% | - |
| HSV(B) | 206.44º | 0.27% | 0.86% | - |
| XYZ | 46.35 | 50.73 | 74.37 | - |
| YUV | 186.1 | 146.57 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 219 | 0.27 | 0.12 | 0 | 0.14 | 206.44 | 0.45 | 0.74 |
| Hex | A0 | C1 | DB | 1B | C | 0 | E | CE | 2D | 4A |
| Octal | 240 | 301 | 333 | 33 | 14 | 0 | 16 | 316 | 55 | 112 |
| Binary | 10100000 | 11000001 | 11011011 | 11011 | 1100 | 0 | 1110 | 11001110 | 101101 | 1001010 |
Color Harmonies of #A0C1DB
Complementary color
Monochromatic Colors of #A0C1DB
Black with #A0C1DB
Text Example
Text Example
White with #A0C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C1DB; }
p { color: rgb(160,193,219); }
H1.HeaderClassName
{
color: #A0C1DB;
}
.AnyTagClassName
{
color: #A0C1DB;
}
</style>
background-color css
<style>
a { background-color: #A0C1DB; }
a { background-color: rgb(160,193,219); }
div.DivClassName
{
background-color: #A0C1DB;
}
.BgClassName
{
background-color: #A0C1DB;
}
</style>
border-color css
<style>
span { border-color: #A0C1DB; }
span { border-color: rgb(160,193,219); }
td.TdClassName
{
border-color: #A0C1DB;
}
.TagClassName
{
border-color: #A0C1DB;
}
</style>