Shades of Light Steel Blue #A8BBDB
Tints of Light Steel Blue #A8BBDB
RGB
CMYK
RGB Variations
Color information
#A8BBDB (or 0xA8BBDB) is known color: Light Steel Blue. HEX triplet: A8, BB and DB. RGB value is (168,187,219). Sum of RGB (Red+Green+Blue) = 168+187+219=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBDB is #574424. Grayscale: #B8B8B8. Windows color (decimal): -5719077 or 14400424. OLE color: 14400424.
HSL color Cylindrical-coordinate representation of color #A8BBDB: hue angle of 217.65º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8BBDB is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 187 | 219 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.14 |
| HSL | 217.65º | 0.41% | 0.76% | - |
| HSV(B) | 217.65º | 0.23% | 0.86% | - |
| XYZ | 46.7 | 48.98 | 74.01 | - |
| YUV | 184.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 219 | 0.23 | 0.15 | 0 | 0.14 | 217.65 | 0.41 | 0.76 |
| Hex | A8 | BB | DB | 17 | F | 0 | E | DA | 29 | 4C |
| Octal | 250 | 273 | 333 | 27 | 17 | 0 | 16 | 332 | 51 | 114 |
| Binary | 10101000 | 10111011 | 11011011 | 10111 | 1111 | 0 | 1110 | 11011010 | 101001 | 1001100 |
Color Harmonies of #A8BBDB
Complementary color
Monochromatic Colors of #A8BBDB
Black with #A8BBDB
Text Example
Text Example
White with #A8BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBDB; }
p { color: rgb(168,187,219); }
H1.HeaderClassName
{
color: #A8BBDB;
}
.AnyTagClassName
{
color: #A8BBDB;
}
</style>
background-color css
<style>
a { background-color: #A8BBDB; }
a { background-color: rgb(168,187,219); }
div.DivClassName
{
background-color: #A8BBDB;
}
.BgClassName
{
background-color: #A8BBDB;
}
</style>
border-color css
<style>
span { border-color: #A8BBDB; }
span { border-color: rgb(168,187,219); }
td.TdClassName
{
border-color: #A8BBDB;
}
.TagClassName
{
border-color: #A8BBDB;
}
</style>