Shades of Light Steel Blue #A7BBDB
Tints of Light Steel Blue #A7BBDB
RGB
CMYK
RGB Variations
Color information
#A7BBDB (or 0xA7BBDB) is known color: Light Steel Blue. HEX triplet: A7, BB and DB. RGB value is (167,187,219). Sum of RGB (Red+Green+Blue) = 167+187+219=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 187 (73.44% from 255 or 32.64% 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 #A7BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBDB is #584424. Grayscale: #B8B8B8. Windows color (decimal): -5784613 or 14400423. OLE color: 14400423.
HSL color Cylindrical-coordinate representation of color #A7BBDB: hue angle of 216.92º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7BBDB is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 187 | 219 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.14 |
| HSL | 216.92º | 0.42% | 0.76% | - |
| HSV(B) | 216.92º | 0.24% | 0.86% | - |
| XYZ | 46.49 | 48.87 | 74 | - |
| YUV | 184.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 219 | 0.24 | 0.15 | 0 | 0.14 | 216.92 | 0.42 | 0.76 |
| Hex | A7 | BB | DB | 18 | F | 0 | E | D9 | 2A | 4C |
| Octal | 247 | 273 | 333 | 30 | 17 | 0 | 16 | 331 | 52 | 114 |
| Binary | 10100111 | 10111011 | 11011011 | 11000 | 1111 | 0 | 1110 | 11011001 | 101010 | 1001100 |
Color Harmonies of #A7BBDB
Complementary color
Monochromatic Colors of #A7BBDB
Black with #A7BBDB
Text Example
Text Example
White with #A7BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BBDB; }
p { color: rgb(167,187,219); }
H1.HeaderClassName
{
color: #A7BBDB;
}
.AnyTagClassName
{
color: #A7BBDB;
}
</style>
background-color css
<style>
a { background-color: #A7BBDB; }
a { background-color: rgb(167,187,219); }
div.DivClassName
{
background-color: #A7BBDB;
}
.BgClassName
{
background-color: #A7BBDB;
}
</style>
border-color css
<style>
span { border-color: #A7BBDB; }
span { border-color: rgb(167,187,219); }
td.TdClassName
{
border-color: #A7BBDB;
}
.TagClassName
{
border-color: #A7BBDB;
}
</style>