Shades of Light Steel Blue #A8BDDB
Tints of Light Steel Blue #A8BDDB
RGB
CMYK
RGB Variations
Color information
#A8BDDB (or 0xA8BDDB) is known color: Light Steel Blue. HEX triplet: A8, BD and DB. RGB value is (168,189,219). Sum of RGB (Red+Green+Blue) = 168+189+219=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDDB is #574224. Grayscale: #BABABA. Windows color (decimal): -5718565 or 14400936. OLE color: 14400936.
HSL color Cylindrical-coordinate representation of color #A8BDDB: hue angle of 215.29º 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 #A8BDDB is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 189 | 219 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.14 |
| HSL | 215.29º | 0.41% | 0.76% | - |
| HSV(B) | 215.29º | 0.23% | 0.86% | - |
| XYZ | 47.13 | 49.83 | 74.15 | - |
| YUV | 186.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 219 | 0.23 | 0.14 | 0 | 0.14 | 215.29 | 0.41 | 0.76 |
| Hex | A8 | BD | DB | 17 | E | 0 | E | D7 | 29 | 4C |
| Octal | 250 | 275 | 333 | 27 | 16 | 0 | 16 | 327 | 51 | 114 |
| Binary | 10101000 | 10111101 | 11011011 | 10111 | 1110 | 0 | 1110 | 11010111 | 101001 | 1001100 |
Color Harmonies of #A8BDDB
Complementary color
Monochromatic Colors of #A8BDDB
Black with #A8BDDB
Text Example
Text Example
White with #A8BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDDB; }
p { color: rgb(168,189,219); }
H1.HeaderClassName
{
color: #A8BDDB;
}
.AnyTagClassName
{
color: #A8BDDB;
}
</style>
background-color css
<style>
a { background-color: #A8BDDB; }
a { background-color: rgb(168,189,219); }
div.DivClassName
{
background-color: #A8BDDB;
}
.BgClassName
{
background-color: #A8BDDB;
}
</style>
border-color css
<style>
span { border-color: #A8BDDB; }
span { border-color: rgb(168,189,219); }
td.TdClassName
{
border-color: #A8BDDB;
}
.TagClassName
{
border-color: #A8BDDB;
}
</style>