Shades of Light Steel Blue #A6BAD5
Tints of Light Steel Blue #A6BAD5
RGB
CMYK
RGB Variations
Color information
#A6BAD5 (or 0xA6BAD5) is known color: Light Steel Blue. HEX triplet: A6, BA and D5. RGB value is (166,186,213). Sum of RGB (Red+Green+Blue) = 166+186+213=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #A6BAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAD5 is #59452A. Grayscale: #B6B6B6. Windows color (decimal): -5850411 or 14006950. OLE color: 14006950.
HSL color Cylindrical-coordinate representation of color #A6BAD5: hue angle of 214.47º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6BAD5 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 186 | 213 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.16 |
| HSL | 214.47º | 0.36% | 0.74% | - |
| HSV(B) | 214.47º | 0.22% | 0.84% | - |
| XYZ | 45.3 | 48.03 | 69.83 | - |
| YUV | 183.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 213 | 0.22 | 0.13 | 0 | 0.16 | 214.47 | 0.36 | 0.74 |
| Hex | A6 | BA | D5 | 16 | D | 0 | 10 | D6 | 24 | 4A |
| Octal | 246 | 272 | 325 | 26 | 15 | 0 | 20 | 326 | 44 | 112 |
| Binary | 10100110 | 10111010 | 11010101 | 10110 | 1101 | 0 | 10000 | 11010110 | 100100 | 1001010 |
Color Harmonies of #A6BAD5
Complementary color
Monochromatic Colors of #A6BAD5
Black with #A6BAD5
Text Example
Text Example
White with #A6BAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAD5; }
p { color: rgb(166,186,213); }
H1.HeaderClassName
{
color: #A6BAD5;
}
.AnyTagClassName
{
color: #A6BAD5;
}
</style>
background-color css
<style>
a { background-color: #A6BAD5; }
a { background-color: rgb(166,186,213); }
div.DivClassName
{
background-color: #A6BAD5;
}
.BgClassName
{
background-color: #A6BAD5;
}
</style>
border-color css
<style>
span { border-color: #A6BAD5; }
span { border-color: rgb(166,186,213); }
td.TdClassName
{
border-color: #A6BAD5;
}
.TagClassName
{
border-color: #A6BAD5;
}
</style>