Shades of Light Steel Blue #A6BCD6
Tints of Light Steel Blue #A6BCD6
RGB
CMYK
RGB Variations
Color information
#A6BCD6 (or 0xA6BCD6) is known color: Light Steel Blue. HEX triplet: A6, BC and D6. RGB value is (166,188,214). Sum of RGB (Red+Green+Blue) = 166+188+214=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #A6BCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCD6 is #594329. Grayscale: #B8B8B8. Windows color (decimal): -5849898 or 14072998. OLE color: 14072998.
HSL color Cylindrical-coordinate representation of color #A6BCD6: hue angle of 212.5º degrees, saturation: 0.37, 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 #A6BCD6 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 188 | 214 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.16 |
| HSL | 212.5º | 0.37% | 0.75% | - |
| HSV(B) | 212.5º | 0.22% | 0.84% | - |
| XYZ | 45.85 | 48.93 | 70.65 | - |
| YUV | 184.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 214 | 0.22 | 0.12 | 0 | 0.16 | 212.5 | 0.37 | 0.75 |
| Hex | A6 | BC | D6 | 16 | C | 0 | 10 | D4 | 25 | 4B |
| Octal | 246 | 274 | 326 | 26 | 14 | 0 | 20 | 324 | 45 | 113 |
| Binary | 10100110 | 10111100 | 11010110 | 10110 | 1100 | 0 | 10000 | 11010100 | 100101 | 1001011 |
Color Harmonies of #A6BCD6
Complementary color
Monochromatic Colors of #A6BCD6
Black with #A6BCD6
Text Example
Text Example
White with #A6BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BCD6; }
p { color: rgb(166,188,214); }
H1.HeaderClassName
{
color: #A6BCD6;
}
.AnyTagClassName
{
color: #A6BCD6;
}
</style>
background-color css
<style>
a { background-color: #A6BCD6; }
a { background-color: rgb(166,188,214); }
div.DivClassName
{
background-color: #A6BCD6;
}
.BgClassName
{
background-color: #A6BCD6;
}
</style>
border-color css
<style>
span { border-color: #A6BCD6; }
span { border-color: rgb(166,188,214); }
td.TdClassName
{
border-color: #A6BCD6;
}
.TagClassName
{
border-color: #A6BCD6;
}
</style>