Shades of Light Steel Blue #A6BDD8
Tints of Light Steel Blue #A6BDD8
RGB
CMYK
RGB Variations
Color information
#A6BDD8 (or 0xA6BDD8) is known color: Light Steel Blue. HEX triplet: A6, BD and D8. RGB value is (166,189,216). Sum of RGB (Red+Green+Blue) = 166+189+216=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #A6BDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDD8 is #594227. Grayscale: #B9B9B9. Windows color (decimal): -5849640 or 14204326. OLE color: 14204326.
HSL color Cylindrical-coordinate representation of color #A6BDD8: hue angle of 212.4º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6BDD8 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 189 | 216 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.15 |
| HSL | 212.4º | 0.39% | 0.75% | - |
| HSV(B) | 212.4º | 0.23% | 0.85% | - |
| XYZ | 46.32 | 49.46 | 72.07 | - |
| YUV | 185.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 216 | 0.23 | 0.12 | 0 | 0.15 | 212.4 | 0.39 | 0.75 |
| Hex | A6 | BD | D8 | 17 | C | 0 | F | D4 | 27 | 4B |
| Octal | 246 | 275 | 330 | 27 | 14 | 0 | 17 | 324 | 47 | 113 |
| Binary | 10100110 | 10111101 | 11011000 | 10111 | 1100 | 0 | 1111 | 11010100 | 100111 | 1001011 |
Color Harmonies of #A6BDD8
Complementary color
Monochromatic Colors of #A6BDD8
Black with #A6BDD8
Text Example
Text Example
White with #A6BDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BDD8; }
p { color: rgb(166,189,216); }
H1.HeaderClassName
{
color: #A6BDD8;
}
.AnyTagClassName
{
color: #A6BDD8;
}
</style>
background-color css
<style>
a { background-color: #A6BDD8; }
a { background-color: rgb(166,189,216); }
div.DivClassName
{
background-color: #A6BDD8;
}
.BgClassName
{
background-color: #A6BDD8;
}
</style>
border-color css
<style>
span { border-color: #A6BDD8; }
span { border-color: rgb(166,189,216); }
td.TdClassName
{
border-color: #A6BDD8;
}
.TagClassName
{
border-color: #A6BDD8;
}
</style>