Shades of Light Steel Blue #A8BCD6
Tints of Light Steel Blue #A8BCD6
RGB
CMYK
RGB Variations
Color information
#A8BCD6 (or 0xA8BCD6) is known color: Light Steel Blue. HEX triplet: A8, BC and D6. RGB value is (168,188,214). Sum of RGB (Red+Green+Blue) = 168+188+214=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #A8BCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCD6 is #574329. Grayscale: #B8B8B8. Windows color (decimal): -5718826 or 14073000. OLE color: 14073000.
HSL color Cylindrical-coordinate representation of color #A8BCD6: hue angle of 213.91º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8BCD6 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 188 | 214 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.16 |
| HSL | 213.91º | 0.36% | 0.75% | - |
| HSV(B) | 213.91º | 0.21% | 0.84% | - |
| XYZ | 46.27 | 49.15 | 70.67 | - |
| YUV | 184.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 214 | 0.21 | 0.12 | 0 | 0.16 | 213.91 | 0.36 | 0.75 |
| Hex | A8 | BC | D6 | 15 | C | 0 | 10 | D6 | 24 | 4B |
| Octal | 250 | 274 | 326 | 25 | 14 | 0 | 20 | 326 | 44 | 113 |
| Binary | 10101000 | 10111100 | 11010110 | 10101 | 1100 | 0 | 10000 | 11010110 | 100100 | 1001011 |
Color Harmonies of #A8BCD6
Complementary color
Monochromatic Colors of #A8BCD6
Black with #A8BCD6
Text Example
Text Example
White with #A8BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCD6; }
p { color: rgb(168,188,214); }
H1.HeaderClassName
{
color: #A8BCD6;
}
.AnyTagClassName
{
color: #A8BCD6;
}
</style>
background-color css
<style>
a { background-color: #A8BCD6; }
a { background-color: rgb(168,188,214); }
div.DivClassName
{
background-color: #A8BCD6;
}
.BgClassName
{
background-color: #A8BCD6;
}
</style>
border-color css
<style>
span { border-color: #A8BCD6; }
span { border-color: rgb(168,188,214); }
td.TdClassName
{
border-color: #A8BCD6;
}
.TagClassName
{
border-color: #A8BCD6;
}
</style>