Shades of Light Steel Blue #A7BBD8
Tints of Light Steel Blue #A7BBD8
RGB
CMYK
RGB Variations
Color information
#A7BBD8 (or 0xA7BBD8) is known color: Light Steel Blue. HEX triplet: A7, BB and D8. RGB value is (167,187,216). Sum of RGB (Red+Green+Blue) = 167+187+216=570 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.30% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #A7BBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBD8 is #584427. Grayscale: #B8B8B8. Windows color (decimal): -5784616 or 14203815. OLE color: 14203815.
HSL color Cylindrical-coordinate representation of color #A7BBD8: hue angle of 215.51º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7BBD8 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 187 | 216 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.15 |
| HSL | 215.51º | 0.39% | 0.75% | - |
| HSV(B) | 215.51º | 0.23% | 0.85% | - |
| XYZ | 46.1 | 48.71 | 71.94 | - |
| YUV | 184.33 | 145.87 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 216 | 0.23 | 0.13 | 0 | 0.15 | 215.51 | 0.39 | 0.75 |
| Hex | A7 | BB | D8 | 17 | D | 0 | F | D8 | 27 | 4B |
| Octal | 247 | 273 | 330 | 27 | 15 | 0 | 17 | 330 | 47 | 113 |
| Binary | 10100111 | 10111011 | 11011000 | 10111 | 1101 | 0 | 1111 | 11011000 | 100111 | 1001011 |
Color Harmonies of #A7BBD8
Complementary color
Monochromatic Colors of #A7BBD8
Black with #A7BBD8
Text Example
Text Example
White with #A7BBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BBD8; }
p { color: rgb(167,187,216); }
H1.HeaderClassName
{
color: #A7BBD8;
}
.AnyTagClassName
{
color: #A7BBD8;
}
</style>
background-color css
<style>
a { background-color: #A7BBD8; }
a { background-color: rgb(167,187,216); }
div.DivClassName
{
background-color: #A7BBD8;
}
.BgClassName
{
background-color: #A7BBD8;
}
</style>
border-color css
<style>
span { border-color: #A7BBD8; }
span { border-color: rgb(167,187,216); }
td.TdClassName
{
border-color: #A7BBD8;
}
.TagClassName
{
border-color: #A7BBD8;
}
</style>