Shades of Light Steel Blue #ABC3DC
Tints of Light Steel Blue #ABC3DC
RGB
CMYK
RGB Variations
Color information
#ABC3DC (or 0xABC3DC) is known color: Light Steel Blue. HEX triplet: AB, C3 and DC. RGB value is (171,195,220). Sum of RGB (Red+Green+Blue) = 171+195+220=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3DC is #543C23. Grayscale: #BEBEBE. Windows color (decimal): -5520420 or 14468011. OLE color: 14468011.
HSL color Cylindrical-coordinate representation of color #ABC3DC: hue angle of 210.61º 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 #ABC3DC is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 195 | 220 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.14 |
| HSL | 210.61º | 0.41% | 0.77% | - |
| HSV(B) | 210.61º | 0.22% | 0.86% | - |
| XYZ | 49.23 | 52.86 | 75.32 | - |
| YUV | 190.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 220 | 0.22 | 0.11 | 0 | 0.14 | 210.61 | 0.41 | 0.77 |
| Hex | AB | C3 | DC | 16 | B | 0 | E | D3 | 29 | 4D |
| Octal | 253 | 303 | 334 | 26 | 13 | 0 | 16 | 323 | 51 | 115 |
| Binary | 10101011 | 11000011 | 11011100 | 10110 | 1011 | 0 | 1110 | 11010011 | 101001 | 1001101 |
Color Harmonies of #ABC3DC
Complementary color
Monochromatic Colors of #ABC3DC
Black with #ABC3DC
Text Example
Text Example
White with #ABC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC3DC; }
p { color: rgb(171,195,220); }
H1.HeaderClassName
{
color: #ABC3DC;
}
.AnyTagClassName
{
color: #ABC3DC;
}
</style>
background-color css
<style>
a { background-color: #ABC3DC; }
a { background-color: rgb(171,195,220); }
div.DivClassName
{
background-color: #ABC3DC;
}
.BgClassName
{
background-color: #ABC3DC;
}
</style>
border-color css
<style>
span { border-color: #ABC3DC; }
span { border-color: rgb(171,195,220); }
td.TdClassName
{
border-color: #ABC3DC;
}
.TagClassName
{
border-color: #ABC3DC;
}
</style>