Shades of Light Steel Blue #ABC2DC
Tints of Light Steel Blue #ABC2DC
RGB
CMYK
RGB Variations
Color information
#ABC2DC (or 0xABC2DC) is known color: Light Steel Blue. HEX triplet: AB, C2 and DC. RGB value is (171,194,220). Sum of RGB (Red+Green+Blue) = 171+194+220=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2DC is #543D23. Grayscale: #BDBDBD. Windows color (decimal): -5520676 or 14467755. OLE color: 14467755.
HSL color Cylindrical-coordinate representation of color #ABC2DC: hue angle of 211.84º 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 #ABC2DC is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 194 | 220 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.14 |
| HSL | 211.84º | 0.41% | 0.77% | - |
| HSV(B) | 211.84º | 0.22% | 0.86% | - |
| XYZ | 49 | 52.41 | 75.24 | - |
| YUV | 190.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 220 | 0.22 | 0.12 | 0 | 0.14 | 211.84 | 0.41 | 0.77 |
| Hex | AB | C2 | DC | 16 | C | 0 | E | D4 | 29 | 4D |
| Octal | 253 | 302 | 334 | 26 | 14 | 0 | 16 | 324 | 51 | 115 |
| Binary | 10101011 | 11000010 | 11011100 | 10110 | 1100 | 0 | 1110 | 11010100 | 101001 | 1001101 |
Color Harmonies of #ABC2DC
Complementary color
Monochromatic Colors of #ABC2DC
Black with #ABC2DC
Text Example
Text Example
White with #ABC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2DC; }
p { color: rgb(171,194,220); }
H1.HeaderClassName
{
color: #ABC2DC;
}
.AnyTagClassName
{
color: #ABC2DC;
}
</style>
background-color css
<style>
a { background-color: #ABC2DC; }
a { background-color: rgb(171,194,220); }
div.DivClassName
{
background-color: #ABC2DC;
}
.BgClassName
{
background-color: #ABC2DC;
}
</style>
border-color css
<style>
span { border-color: #ABC2DC; }
span { border-color: rgb(171,194,220); }
td.TdClassName
{
border-color: #ABC2DC;
}
.TagClassName
{
border-color: #ABC2DC;
}
</style>