Shades of Light Steel Blue #A8BCDF
Tints of Light Steel Blue #A8BCDF
RGB
CMYK
RGB Variations
Color information
#A8BCDF (or 0xA8BCDF) is known color: Light Steel Blue. HEX triplet: A8, BC and DF. RGB value is (168,188,223). Sum of RGB (Red+Green+Blue) = 168+188+223=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCDF is #574320. Grayscale: #B9B9B9. Windows color (decimal): -5718817 or 14662824. OLE color: 14662824.
HSL color Cylindrical-coordinate representation of color #A8BCDF: hue angle of 218.18º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8BCDF is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 188 | 223 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.13 |
| HSL | 218.18º | 0.46% | 0.77% | - |
| HSV(B) | 218.18º | 0.25% | 0.87% | - |
| XYZ | 47.45 | 49.62 | 76.89 | - |
| YUV | 186.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 223 | 0.25 | 0.16 | 0 | 0.13 | 218.18 | 0.46 | 0.77 |
| Hex | A8 | BC | DF | 19 | 10 | 0 | D | DA | 2E | 4D |
| Octal | 250 | 274 | 337 | 31 | 20 | 0 | 15 | 332 | 56 | 115 |
| Binary | 10101000 | 10111100 | 11011111 | 11001 | 10000 | 0 | 1101 | 11011010 | 101110 | 1001101 |
Color Harmonies of #A8BCDF
Complementary color
Monochromatic Colors of #A8BCDF
Black with #A8BCDF
Text Example
Text Example
White with #A8BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCDF; }
p { color: rgb(168,188,223); }
H1.HeaderClassName
{
color: #A8BCDF;
}
.AnyTagClassName
{
color: #A8BCDF;
}
</style>
background-color css
<style>
a { background-color: #A8BCDF; }
a { background-color: rgb(168,188,223); }
div.DivClassName
{
background-color: #A8BCDF;
}
.BgClassName
{
background-color: #A8BCDF;
}
</style>
border-color css
<style>
span { border-color: #A8BCDF; }
span { border-color: rgb(168,188,223); }
td.TdClassName
{
border-color: #A8BCDF;
}
.TagClassName
{
border-color: #A8BCDF;
}
</style>