Shades of Light Steel Blue #A8BCDD
Tints of Light Steel Blue #A8BCDD
RGB
CMYK
RGB Variations
Color information
#A8BCDD (or 0xA8BCDD) is known color: Light Steel Blue. HEX triplet: A8, BC and DD. RGB value is (168,188,221). Sum of RGB (Red+Green+Blue) = 168+188+221=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCDD is #574322. Grayscale: #B9B9B9. Windows color (decimal): -5718819 or 14531752. OLE color: 14531752.
HSL color Cylindrical-coordinate representation of color #A8BCDD: hue angle of 217.36º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8BCDD is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 188 | 221 | - |
CMYK | 0.24 | 0.15 | 0 | 0.13 |
HSL | 217.36º | 0.44% | 0.76% | - |
HSV(B) | 217.36º | 0.24% | 0.87% | - |
XYZ | 47.18 | 49.51 | 75.48 | - |
YUV | 185.78 | 147.87 | 115.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 188 | 221 | 0.24 | 0.15 | 0 | 0.13 | 217.36 | 0.44 | 0.76 |
Hex | A8 | BC | DD | 18 | F | 0 | D | D9 | 2C | 4C |
Octal | 250 | 274 | 335 | 30 | 17 | 0 | 15 | 331 | 54 | 114 |
Binary | 10101000 | 10111100 | 11011101 | 11000 | 1111 | 0 | 1101 | 11011001 | 101100 | 1001100 |
Color Harmonies of #A8BCDD
Complementary color
Monochromatic Colors of #A8BCDD
Black with #A8BCDD
Text Example
Text Example
White with #A8BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCDD; }
p { color: rgb(168,188,221); }
H1.HeaderClassName
{
color: #A8BCDD;
}
.AnyTagClassName
{
color: #A8BCDD;
}
</style>
background-color css
<style>
a { background-color: #A8BCDD; }
a { background-color: rgb(168,188,221); }
div.DivClassName
{
background-color: #A8BCDD;
}
.BgClassName
{
background-color: #A8BCDD;
}
</style>
border-color css
<style>
span { border-color: #A8BCDD; }
span { border-color: rgb(168,188,221); }
td.TdClassName
{
border-color: #A8BCDD;
}
.TagClassName
{
border-color: #A8BCDD;
}
</style>