Shades of Light Steel Blue #A6BBDB
Tints of Light Steel Blue #A6BBDB
RGB
CMYK
RGB Variations
Color information
#A6BBDB (or 0xA6BBDB) is known color: Light Steel Blue. HEX triplet: A6, BB and DB. RGB value is (166,187,219). Sum of RGB (Red+Green+Blue) = 166+187+219=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBDB is #594424. Grayscale: #B8B8B8. Windows color (decimal): -5850149 or 14400422. OLE color: 14400422.
HSL color Cylindrical-coordinate representation of color #A6BBDB: hue angle of 216.23º 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 #A6BBDB is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 187 | 219 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.14 |
| HSL | 216.23º | 0.42% | 0.75% | - |
| HSV(B) | 216.23º | 0.24% | 0.86% | - |
| XYZ | 46.28 | 48.76 | 73.99 | - |
| YUV | 184.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 219 | 0.24 | 0.15 | 0 | 0.14 | 216.23 | 0.42 | 0.75 |
| Hex | A6 | BB | DB | 18 | F | 0 | E | D8 | 2A | 4B |
| Octal | 246 | 273 | 333 | 30 | 17 | 0 | 16 | 330 | 52 | 113 |
| Binary | 10100110 | 10111011 | 11011011 | 11000 | 1111 | 0 | 1110 | 11011000 | 101010 | 1001011 |
Color Harmonies of #A6BBDB
Complementary color
Monochromatic Colors of #A6BBDB
Black with #A6BBDB
Text Example
Text Example
White with #A6BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BBDB; }
p { color: rgb(166,187,219); }
H1.HeaderClassName
{
color: #A6BBDB;
}
.AnyTagClassName
{
color: #A6BBDB;
}
</style>
background-color css
<style>
a { background-color: #A6BBDB; }
a { background-color: rgb(166,187,219); }
div.DivClassName
{
background-color: #A6BBDB;
}
.BgClassName
{
background-color: #A6BBDB;
}
</style>
border-color css
<style>
span { border-color: #A6BBDB; }
span { border-color: rgb(166,187,219); }
td.TdClassName
{
border-color: #A6BBDB;
}
.TagClassName
{
border-color: #A6BBDB;
}
</style>