Shades of Light Steel Blue #A7BCD6
Tints of Light Steel Blue #A7BCD6
RGB
CMYK
RGB Variations
Color information
#A7BCD6 (or 0xA7BCD6) is known color: Light Steel Blue. HEX triplet: A7, BC and D6. RGB value is (167,188,214). Sum of RGB (Red+Green+Blue) = 167+188+214=569 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.35% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 214 - color contains mainly: blue. Hex color #A7BCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCD6 is #584329. Grayscale: #B8B8B8. Windows color (decimal): -5784362 or 14072999. OLE color: 14072999.
HSL color Cylindrical-coordinate representation of color #A7BCD6: hue angle of 213.19º degrees, saturation: 0.36, 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 #A7BCD6 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 188 | 214 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.16 |
| HSL | 213.19º | 0.36% | 0.75% | - |
| HSV(B) | 213.19º | 0.22% | 0.84% | - |
| XYZ | 46.06 | 49.04 | 70.66 | - |
| YUV | 184.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 214 | 0.22 | 0.12 | 0 | 0.16 | 213.19 | 0.36 | 0.75 |
| Hex | A7 | BC | D6 | 16 | C | 0 | 10 | D5 | 24 | 4B |
| Octal | 247 | 274 | 326 | 26 | 14 | 0 | 20 | 325 | 44 | 113 |
| Binary | 10100111 | 10111100 | 11010110 | 10110 | 1100 | 0 | 10000 | 11010101 | 100100 | 1001011 |
Color Harmonies of #A7BCD6
Complementary color
Monochromatic Colors of #A7BCD6
Black with #A7BCD6
Text Example
Text Example
White with #A7BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BCD6; }
p { color: rgb(167,188,214); }
H1.HeaderClassName
{
color: #A7BCD6;
}
.AnyTagClassName
{
color: #A7BCD6;
}
</style>
background-color css
<style>
a { background-color: #A7BCD6; }
a { background-color: rgb(167,188,214); }
div.DivClassName
{
background-color: #A7BCD6;
}
.BgClassName
{
background-color: #A7BCD6;
}
</style>
border-color css
<style>
span { border-color: #A7BCD6; }
span { border-color: rgb(167,188,214); }
td.TdClassName
{
border-color: #A7BCD6;
}
.TagClassName
{
border-color: #A7BCD6;
}
</style>