Shades of Light Steel Blue #A8BBDD
Tints of Light Steel Blue #A8BBDD
RGB
CMYK
RGB Variations
Color information
#A8BBDD (or 0xA8BBDD) is known color: Light Steel Blue. HEX triplet: A8, BB and DD. RGB value is (168,187,221). Sum of RGB (Red+Green+Blue) = 168+187+221=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBDD is #574422. Grayscale: #B9B9B9. Windows color (decimal): -5719075 or 14531496. OLE color: 14531496.
HSL color Cylindrical-coordinate representation of color #A8BBDD: hue angle of 218.49º 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 #A8BBDD is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 187 | 221 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.13 |
| HSL | 218.49º | 0.44% | 0.76% | - |
| HSV(B) | 218.49º | 0.24% | 0.87% | - |
| XYZ | 46.97 | 49.09 | 75.41 | - |
| YUV | 185.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 221 | 0.24 | 0.15 | 0 | 0.13 | 218.49 | 0.44 | 0.76 |
| Hex | A8 | BB | DD | 18 | F | 0 | D | DA | 2C | 4C |
| Octal | 250 | 273 | 335 | 30 | 17 | 0 | 15 | 332 | 54 | 114 |
| Binary | 10101000 | 10111011 | 11011101 | 11000 | 1111 | 0 | 1101 | 11011010 | 101100 | 1001100 |
Color Harmonies of #A8BBDD
Complementary color
Monochromatic Colors of #A8BBDD
Black with #A8BBDD
Text Example
Text Example
White with #A8BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBDD; }
p { color: rgb(168,187,221); }
H1.HeaderClassName
{
color: #A8BBDD;
}
.AnyTagClassName
{
color: #A8BBDD;
}
</style>
background-color css
<style>
a { background-color: #A8BBDD; }
a { background-color: rgb(168,187,221); }
div.DivClassName
{
background-color: #A8BBDD;
}
.BgClassName
{
background-color: #A8BBDD;
}
</style>
border-color css
<style>
span { border-color: #A8BBDD; }
span { border-color: rgb(168,187,221); }
td.TdClassName
{
border-color: #A8BBDD;
}
.TagClassName
{
border-color: #A8BBDD;
}
</style>