Shades of Light Steel Blue #A6B9D8
Tints of Light Steel Blue #A6B9D8
RGB
CMYK
RGB Variations
Color information
#A6B9D8 (or 0xA6B9D8) is known color: Light Steel Blue. HEX triplet: A6, B9 and D8. RGB value is (166,185,216). Sum of RGB (Red+Green+Blue) = 166+185+216=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #A6B9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9D8 is #594627. Grayscale: #B6B6B6. Windows color (decimal): -5850664 or 14203302. OLE color: 14203302.
HSL color Cylindrical-coordinate representation of color #A6B9D8: hue angle of 217.2º 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 #A6B9D8 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 185 | 216 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.15 |
| HSL | 217.2º | 0.39% | 0.75% | - |
| HSV(B) | 217.2º | 0.23% | 0.85% | - |
| XYZ | 45.47 | 47.76 | 71.79 | - |
| YUV | 182.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 216 | 0.23 | 0.14 | 0 | 0.15 | 217.2 | 0.39 | 0.75 |
| Hex | A6 | B9 | D8 | 17 | E | 0 | F | D9 | 27 | 4B |
| Octal | 246 | 271 | 330 | 27 | 16 | 0 | 17 | 331 | 47 | 113 |
| Binary | 10100110 | 10111001 | 11011000 | 10111 | 1110 | 0 | 1111 | 11011001 | 100111 | 1001011 |
Color Harmonies of #A6B9D8
Complementary color
Monochromatic Colors of #A6B9D8
Black with #A6B9D8
Text Example
Text Example
White with #A6B9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B9D8; }
p { color: rgb(166,185,216); }
H1.HeaderClassName
{
color: #A6B9D8;
}
.AnyTagClassName
{
color: #A6B9D8;
}
</style>
background-color css
<style>
a { background-color: #A6B9D8; }
a { background-color: rgb(166,185,216); }
div.DivClassName
{
background-color: #A6B9D8;
}
.BgClassName
{
background-color: #A6B9D8;
}
</style>
border-color css
<style>
span { border-color: #A6B9D8; }
span { border-color: rgb(166,185,216); }
td.TdClassName
{
border-color: #A6B9D8;
}
.TagClassName
{
border-color: #A6B9D8;
}
</style>