Shades of Light Steel Blue #A6BDDB
Tints of Light Steel Blue #A6BDDB
RGB
CMYK
RGB Variations
Color information
#A6BDDB (or 0xA6BDDB) is known color: Light Steel Blue. HEX triplet: A6, BD and DB. RGB value is (166,189,219). Sum of RGB (Red+Green+Blue) = 166+189+219=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 189 (74.22% from 255 or 32.93% 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 #A6BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDDB is #594224. Grayscale: #B9B9B9. Windows color (decimal): -5849637 or 14400934. OLE color: 14400934.
HSL color Cylindrical-coordinate representation of color #A6BDDB: hue angle of 213.96º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6BDDB is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 189 | 219 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.14 |
| HSL | 213.96º | 0.42% | 0.75% | - |
| HSV(B) | 213.96º | 0.24% | 0.86% | - |
| XYZ | 46.71 | 49.62 | 74.13 | - |
| YUV | 185.54 | 146.88 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 219 | 0.24 | 0.14 | 0 | 0.14 | 213.96 | 0.42 | 0.75 |
| Hex | A6 | BD | DB | 18 | E | 0 | E | D6 | 2A | 4B |
| Octal | 246 | 275 | 333 | 30 | 16 | 0 | 16 | 326 | 52 | 113 |
| Binary | 10100110 | 10111101 | 11011011 | 11000 | 1110 | 0 | 1110 | 11010110 | 101010 | 1001011 |
Color Harmonies of #A6BDDB
Complementary color
Monochromatic Colors of #A6BDDB
Black with #A6BDDB
Text Example
Text Example
White with #A6BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BDDB; }
p { color: rgb(166,189,219); }
H1.HeaderClassName
{
color: #A6BDDB;
}
.AnyTagClassName
{
color: #A6BDDB;
}
</style>
background-color css
<style>
a { background-color: #A6BDDB; }
a { background-color: rgb(166,189,219); }
div.DivClassName
{
background-color: #A6BDDB;
}
.BgClassName
{
background-color: #A6BDDB;
}
</style>
border-color css
<style>
span { border-color: #A6BDDB; }
span { border-color: rgb(166,189,219); }
td.TdClassName
{
border-color: #A6BDDB;
}
.TagClassName
{
border-color: #A6BDDB;
}
</style>