Shades of Light Steel Blue #ABC4DB
Tints of Light Steel Blue #ABC4DB
RGB
CMYK
RGB Variations
Color information
#ABC4DB (or 0xABC4DB) is known color: Light Steel Blue. HEX triplet: AB, C4 and DB. RGB value is (171,196,219). Sum of RGB (Red+Green+Blue) = 171+196+219=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABC4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4DB is #543B24. Grayscale: #BFBFBF. Windows color (decimal): -5520165 or 14402731. OLE color: 14402731.
HSL color Cylindrical-coordinate representation of color #ABC4DB: hue angle of 208.75º 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 #ABC4DB is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 171 | 196 | 219 | - |
CMYK | 0.22 | 0.11 | 0 | 0.14 |
HSL | 208.75º | 0.4% | 0.76% | - |
HSV(B) | 208.75º | 0.22% | 0.86% | - |
XYZ | 49.32 | 53.25 | 74.7 | - |
YUV | 191.15 | 143.72 | 113.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 196 | 219 | 0.22 | 0.11 | 0 | 0.14 | 208.75 | 0.4 | 0.76 |
Hex | AB | C4 | DB | 16 | B | 0 | E | D1 | 28 | 4C |
Octal | 253 | 304 | 333 | 26 | 13 | 0 | 16 | 321 | 50 | 114 |
Binary | 10101011 | 11000100 | 11011011 | 10110 | 1011 | 0 | 1110 | 11010001 | 101000 | 1001100 |
Color Harmonies of #ABC4DB
Complementary color
Monochromatic Colors of #ABC4DB
Black with #ABC4DB
Text Example
Text Example
White with #ABC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC4DB; }
p { color: rgb(171,196,219); }
H1.HeaderClassName
{
color: #ABC4DB;
}
.AnyTagClassName
{
color: #ABC4DB;
}
</style>
background-color css
<style>
a { background-color: #ABC4DB; }
a { background-color: rgb(171,196,219); }
div.DivClassName
{
background-color: #ABC4DB;
}
.BgClassName
{
background-color: #ABC4DB;
}
</style>
border-color css
<style>
span { border-color: #ABC4DB; }
span { border-color: rgb(171,196,219); }
td.TdClassName
{
border-color: #ABC4DB;
}
.TagClassName
{
border-color: #ABC4DB;
}
</style>