Shades of Light Steel Blue #A6BBD7
Tints of Light Steel Blue #A6BBD7
RGB
CMYK
RGB Variations
Color information
#A6BBD7 (or 0xA6BBD7) is known color: Light Steel Blue. HEX triplet: A6, BB and D7. RGB value is (166,187,215). Sum of RGB (Red+Green+Blue) = 166+187+215=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #A6BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBD7 is #594428. Grayscale: #B7B7B7. Windows color (decimal): -5850153 or 14138278. OLE color: 14138278.
HSL color Cylindrical-coordinate representation of color #A6BBD7: hue angle of 214.29º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6BBD7 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 187 | 215 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.16 |
| HSL | 214.29º | 0.38% | 0.75% | - |
| HSV(B) | 214.29º | 0.23% | 0.84% | - |
| XYZ | 45.76 | 48.55 | 71.25 | - |
| YUV | 183.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 215 | 0.23 | 0.13 | 0 | 0.16 | 214.29 | 0.38 | 0.75 |
| Hex | A6 | BB | D7 | 17 | D | 0 | 10 | D6 | 26 | 4B |
| Octal | 246 | 273 | 327 | 27 | 15 | 0 | 20 | 326 | 46 | 113 |
| Binary | 10100110 | 10111011 | 11010111 | 10111 | 1101 | 0 | 10000 | 11010110 | 100110 | 1001011 |
Color Harmonies of #A6BBD7
Complementary color
Monochromatic Colors of #A6BBD7
Black with #A6BBD7
Text Example
Text Example
White with #A6BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BBD7; }
p { color: rgb(166,187,215); }
H1.HeaderClassName
{
color: #A6BBD7;
}
.AnyTagClassName
{
color: #A6BBD7;
}
</style>
background-color css
<style>
a { background-color: #A6BBD7; }
a { background-color: rgb(166,187,215); }
div.DivClassName
{
background-color: #A6BBD7;
}
.BgClassName
{
background-color: #A6BBD7;
}
</style>
border-color css
<style>
span { border-color: #A6BBD7; }
span { border-color: rgb(166,187,215); }
td.TdClassName
{
border-color: #A6BBD7;
}
.TagClassName
{
border-color: #A6BBD7;
}
</style>