Shades of Light Steel Blue #A6BCDB
Tints of Light Steel Blue #A6BCDB
RGB
CMYK
RGB Variations
Color information
#A6BCDB (or 0xA6BCDB) is known color: Light Steel Blue. HEX triplet: A6, BC and DB. RGB value is (166,188,219). Sum of RGB (Red+Green+Blue) = 166+188+219=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCDB is #594324. Grayscale: #B8B8B8. Windows color (decimal): -5849893 or 14400678. OLE color: 14400678.
HSL color Cylindrical-coordinate representation of color #A6BCDB: hue angle of 215.09º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6BCDB is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 166 | 188 | 219 | - |
CMYK | 0.24 | 0.14 | 0 | 0.14 |
HSL | 215.09º | 0.42% | 0.75% | - |
HSV(B) | 215.09º | 0.24% | 0.86% | - |
XYZ | 46.5 | 49.19 | 74.06 | - |
YUV | 184.96 | 147.21 | 114.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 188 | 219 | 0.24 | 0.14 | 0 | 0.14 | 215.09 | 0.42 | 0.75 |
Hex | A6 | BC | DB | 18 | E | 0 | E | D7 | 2A | 4B |
Octal | 246 | 274 | 333 | 30 | 16 | 0 | 16 | 327 | 52 | 113 |
Binary | 10100110 | 10111100 | 11011011 | 11000 | 1110 | 0 | 1110 | 11010111 | 101010 | 1001011 |
Color Harmonies of #A6BCDB
Complementary color
Monochromatic Colors of #A6BCDB
Black with #A6BCDB
Text Example
Text Example
White with #A6BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BCDB; }
p { color: rgb(166,188,219); }
H1.HeaderClassName
{
color: #A6BCDB;
}
.AnyTagClassName
{
color: #A6BCDB;
}
</style>
background-color css
<style>
a { background-color: #A6BCDB; }
a { background-color: rgb(166,188,219); }
div.DivClassName
{
background-color: #A6BCDB;
}
.BgClassName
{
background-color: #A6BCDB;
}
</style>
border-color css
<style>
span { border-color: #A6BCDB; }
span { border-color: rgb(166,188,219); }
td.TdClassName
{
border-color: #A6BCDB;
}
.TagClassName
{
border-color: #A6BCDB;
}
</style>