Shades of Light Steel Blue #ABC3DB
Tints of Light Steel Blue #ABC3DB
RGB
CMYK
RGB Variations
Color information
#ABC3DB (or 0xABC3DB) is known color: Light Steel Blue. HEX triplet: AB, C3 and DB. RGB value is (171,195,219). Sum of RGB (Red+Green+Blue) = 171+195+219=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABC3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3DB is #543C24. Grayscale: #BEBEBE. Windows color (decimal): -5520421 or 14402475. OLE color: 14402475.
HSL color Cylindrical-coordinate representation of color #ABC3DB: hue angle of 210º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC3DB is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 195 | 219 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.14 |
| HSL | 210º | 0.4% | 0.76% | - |
| HSV(B) | 210º | 0.22% | 0.86% | - |
| XYZ | 49.1 | 52.8 | 74.62 | - |
| YUV | 190.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 219 | 0.22 | 0.11 | 0 | 0.14 | 210 | 0.4 | 0.76 |
| Hex | AB | C3 | DB | 16 | B | 0 | E | D2 | 28 | 4C |
| Octal | 253 | 303 | 333 | 26 | 13 | 0 | 16 | 322 | 50 | 114 |
| Binary | 10101011 | 11000011 | 11011011 | 10110 | 1011 | 0 | 1110 | 11010010 | 101000 | 1001100 |
Color Harmonies of #ABC3DB
Complementary color
Monochromatic Colors of #ABC3DB
Black with #ABC3DB
Text Example
Text Example
White with #ABC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC3DB; }
p { color: rgb(171,195,219); }
H1.HeaderClassName
{
color: #ABC3DB;
}
.AnyTagClassName
{
color: #ABC3DB;
}
</style>
background-color css
<style>
a { background-color: #ABC3DB; }
a { background-color: rgb(171,195,219); }
div.DivClassName
{
background-color: #ABC3DB;
}
.BgClassName
{
background-color: #ABC3DB;
}
</style>
border-color css
<style>
span { border-color: #ABC3DB; }
span { border-color: rgb(171,195,219); }
td.TdClassName
{
border-color: #ABC3DB;
}
.TagClassName
{
border-color: #ABC3DB;
}
</style>