Shades of Light Steel Blue #ABC6DC
Tints of Light Steel Blue #ABC6DC
RGB
CMYK
RGB Variations
Color information
#ABC6DC (or 0xABC6DC) is known color: Light Steel Blue. HEX triplet: AB, C6 and DC. RGB value is (171,198,220). Sum of RGB (Red+Green+Blue) = 171+198+220=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABC6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6DC is #543923. Grayscale: #C0C0C0. Windows color (decimal): -5519652 or 14468779. OLE color: 14468779.
HSL color Cylindrical-coordinate representation of color #ABC6DC: hue angle of 206.94º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC6DC is Cyan = 0.22, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 198 | 220 | - |
| CMYK | 0.22 | 0.1 | 0 | 0.14 |
| HSL | 206.94º | 0.41% | 0.77% | - |
| HSV(B) | 206.94º | 0.22% | 0.86% | - |
| XYZ | 49.91 | 54.21 | 75.54 | - |
| YUV | 192.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 220 | 0.22 | 0.1 | 0 | 0.14 | 206.94 | 0.41 | 0.77 |
| Hex | AB | C6 | DC | 16 | A | 0 | E | CF | 29 | 4D |
| Octal | 253 | 306 | 334 | 26 | 12 | 0 | 16 | 317 | 51 | 115 |
| Binary | 10101011 | 11000110 | 11011100 | 10110 | 1010 | 0 | 1110 | 11001111 | 101001 | 1001101 |
Color Harmonies of #ABC6DC
Complementary color
Monochromatic Colors of #ABC6DC
Black with #ABC6DC
Text Example
Text Example
White with #ABC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6DC; }
p { color: rgb(171,198,220); }
H1.HeaderClassName
{
color: #ABC6DC;
}
.AnyTagClassName
{
color: #ABC6DC;
}
</style>
background-color css
<style>
a { background-color: #ABC6DC; }
a { background-color: rgb(171,198,220); }
div.DivClassName
{
background-color: #ABC6DC;
}
.BgClassName
{
background-color: #ABC6DC;
}
</style>
border-color css
<style>
span { border-color: #ABC6DC; }
span { border-color: rgb(171,198,220); }
td.TdClassName
{
border-color: #ABC6DC;
}
.TagClassName
{
border-color: #ABC6DC;
}
</style>