Shades of Light Steel Blue #A8BCDC
Tints of Light Steel Blue #A8BCDC
RGB
CMYK
RGB Variations
Color information
#A8BCDC (or 0xA8BCDC) is known color: Light Steel Blue. HEX triplet: A8, BC and DC. RGB value is (168,188,220). Sum of RGB (Red+Green+Blue) = 168+188+220=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCDC is #574323. Grayscale: #B9B9B9. Windows color (decimal): -5718820 or 14466216. OLE color: 14466216.
HSL color Cylindrical-coordinate representation of color #A8BCDC: hue angle of 216.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8BCDC is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 188 | 220 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.14 |
| HSL | 216.92º | 0.43% | 0.76% | - |
| HSV(B) | 216.92º | 0.24% | 0.86% | - |
| XYZ | 47.05 | 49.46 | 74.78 | - |
| YUV | 185.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 220 | 0.24 | 0.15 | 0 | 0.14 | 216.92 | 0.43 | 0.76 |
| Hex | A8 | BC | DC | 18 | F | 0 | E | D9 | 2B | 4C |
| Octal | 250 | 274 | 334 | 30 | 17 | 0 | 16 | 331 | 53 | 114 |
| Binary | 10101000 | 10111100 | 11011100 | 11000 | 1111 | 0 | 1110 | 11011001 | 101011 | 1001100 |
Color Harmonies of #A8BCDC
Complementary color
Monochromatic Colors of #A8BCDC
Black with #A8BCDC
Text Example
Text Example
White with #A8BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCDC; }
p { color: rgb(168,188,220); }
H1.HeaderClassName
{
color: #A8BCDC;
}
.AnyTagClassName
{
color: #A8BCDC;
}
</style>
background-color css
<style>
a { background-color: #A8BCDC; }
a { background-color: rgb(168,188,220); }
div.DivClassName
{
background-color: #A8BCDC;
}
.BgClassName
{
background-color: #A8BCDC;
}
</style>
border-color css
<style>
span { border-color: #A8BCDC; }
span { border-color: rgb(168,188,220); }
td.TdClassName
{
border-color: #A8BCDC;
}
.TagClassName
{
border-color: #A8BCDC;
}
</style>