Shades of Light Steel Blue #ABC2DD
Tints of Light Steel Blue #ABC2DD
RGB
CMYK
RGB Variations
Color information
#ABC2DD (or 0xABC2DD) is known color: Light Steel Blue. HEX triplet: AB, C2 and DD. RGB value is (171,194,221). Sum of RGB (Red+Green+Blue) = 171+194+221=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2DD is #543D22. Grayscale: #BEBEBE. Windows color (decimal): -5520675 or 14533291. OLE color: 14533291.
HSL color Cylindrical-coordinate representation of color #ABC2DD: hue angle of 212.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABC2DD is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 194 | 221 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.13 |
| HSL | 212.4º | 0.42% | 0.77% | - |
| HSV(B) | 212.4º | 0.23% | 0.87% | - |
| XYZ | 49.14 | 52.46 | 75.94 | - |
| YUV | 190.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 221 | 0.23 | 0.12 | 0 | 0.13 | 212.4 | 0.42 | 0.77 |
| Hex | AB | C2 | DD | 17 | C | 0 | D | D4 | 2A | 4D |
| Octal | 253 | 302 | 335 | 27 | 14 | 0 | 15 | 324 | 52 | 115 |
| Binary | 10101011 | 11000010 | 11011101 | 10111 | 1100 | 0 | 1101 | 11010100 | 101010 | 1001101 |
Color Harmonies of #ABC2DD
Complementary color
Monochromatic Colors of #ABC2DD
Black with #ABC2DD
Text Example
Text Example
White with #ABC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2DD; }
p { color: rgb(171,194,221); }
H1.HeaderClassName
{
color: #ABC2DD;
}
.AnyTagClassName
{
color: #ABC2DD;
}
</style>
background-color css
<style>
a { background-color: #ABC2DD; }
a { background-color: rgb(171,194,221); }
div.DivClassName
{
background-color: #ABC2DD;
}
.BgClassName
{
background-color: #ABC2DD;
}
</style>
border-color css
<style>
span { border-color: #ABC2DD; }
span { border-color: rgb(171,194,221); }
td.TdClassName
{
border-color: #ABC2DD;
}
.TagClassName
{
border-color: #ABC2DD;
}
</style>