Shades of Light Steel Blue #A7BBD7
Tints of Light Steel Blue #A7BBD7
RGB
CMYK
RGB Variations
Color information
#A7BBD7 (or 0xA7BBD7) is known color: Light Steel Blue. HEX triplet: A7, BB and D7. RGB value is (167,187,215). Sum of RGB (Red+Green+Blue) = 167+187+215=569 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.35% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 215 - color contains mainly: blue. Hex color #A7BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBD7 is #584428. Grayscale: #B8B8B8. Windows color (decimal): -5784617 or 14138279. OLE color: 14138279.
HSL color Cylindrical-coordinate representation of color #A7BBD7: hue angle of 215º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7BBD7 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 187 | 215 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.16 |
| HSL | 215º | 0.38% | 0.75% | - |
| HSV(B) | 215º | 0.22% | 0.84% | - |
| XYZ | 45.97 | 48.66 | 71.26 | - |
| YUV | 184.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 215 | 0.22 | 0.13 | 0 | 0.16 | 215 | 0.38 | 0.75 |
| Hex | A7 | BB | D7 | 16 | D | 0 | 10 | D7 | 26 | 4B |
| Octal | 247 | 273 | 327 | 26 | 15 | 0 | 20 | 327 | 46 | 113 |
| Binary | 10100111 | 10111011 | 11010111 | 10110 | 1101 | 0 | 10000 | 11010111 | 100110 | 1001011 |
Color Harmonies of #A7BBD7
Complementary color
Monochromatic Colors of #A7BBD7
Black with #A7BBD7
Text Example
Text Example
White with #A7BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BBD7; }
p { color: rgb(167,187,215); }
H1.HeaderClassName
{
color: #A7BBD7;
}
.AnyTagClassName
{
color: #A7BBD7;
}
</style>
background-color css
<style>
a { background-color: #A7BBD7; }
a { background-color: rgb(167,187,215); }
div.DivClassName
{
background-color: #A7BBD7;
}
.BgClassName
{
background-color: #A7BBD7;
}
</style>
border-color css
<style>
span { border-color: #A7BBD7; }
span { border-color: rgb(167,187,215); }
td.TdClassName
{
border-color: #A7BBD7;
}
.TagClassName
{
border-color: #A7BBD7;
}
</style>