Shades of Light Steel Blue #A8BCD8
Tints of Light Steel Blue #A8BCD8
RGB
CMYK
RGB Variations
Color information
#A8BCD8 (or 0xA8BCD8) is known color: Light Steel Blue. HEX triplet: A8, BC and D8. RGB value is (168,188,216). Sum of RGB (Red+Green+Blue) = 168+188+216=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #A8BCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCD8 is #574327. Grayscale: #B9B9B9. Windows color (decimal): -5718824 or 14204072. OLE color: 14204072.
HSL color Cylindrical-coordinate representation of color #A8BCD8: hue angle of 215º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8BCD8 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 188 | 216 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.15 |
| HSL | 215º | 0.38% | 0.75% | - |
| HSV(B) | 215º | 0.22% | 0.85% | - |
| XYZ | 46.53 | 49.25 | 72.02 | - |
| YUV | 185.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 216 | 0.22 | 0.13 | 0 | 0.15 | 215 | 0.38 | 0.75 |
| Hex | A8 | BC | D8 | 16 | D | 0 | F | D7 | 26 | 4B |
| Octal | 250 | 274 | 330 | 26 | 15 | 0 | 17 | 327 | 46 | 113 |
| Binary | 10101000 | 10111100 | 11011000 | 10110 | 1101 | 0 | 1111 | 11010111 | 100110 | 1001011 |
Color Harmonies of #A8BCD8
Complementary color
Monochromatic Colors of #A8BCD8
Black with #A8BCD8
Text Example
Text Example
White with #A8BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCD8; }
p { color: rgb(168,188,216); }
H1.HeaderClassName
{
color: #A8BCD8;
}
.AnyTagClassName
{
color: #A8BCD8;
}
</style>
background-color css
<style>
a { background-color: #A8BCD8; }
a { background-color: rgb(168,188,216); }
div.DivClassName
{
background-color: #A8BCD8;
}
.BgClassName
{
background-color: #A8BCD8;
}
</style>
border-color css
<style>
span { border-color: #A8BCD8; }
span { border-color: rgb(168,188,216); }
td.TdClassName
{
border-color: #A8BCD8;
}
.TagClassName
{
border-color: #A8BCD8;
}
</style>