Shades of Light Steel Blue #A6BADC
Tints of Light Steel Blue #A6BADC
RGB
CMYK
RGB Variations
Color information
#A6BADC (or 0xA6BADC) is known color: Light Steel Blue. HEX triplet: A6, BA and DC. RGB value is (166,186,220). Sum of RGB (Red+Green+Blue) = 166+186+220=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BADC is #594523. Grayscale: #B7B7B7. Windows color (decimal): -5850404 or 14465702. OLE color: 14465702.
HSL color Cylindrical-coordinate representation of color #A6BADC: hue angle of 217.78º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6BADC is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 186 | 220 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.14 |
| HSL | 217.78º | 0.44% | 0.76% | - |
| HSV(B) | 217.78º | 0.25% | 0.86% | - |
| XYZ | 46.2 | 48.39 | 74.62 | - |
| YUV | 183.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 220 | 0.25 | 0.15 | 0 | 0.14 | 217.78 | 0.44 | 0.76 |
| Hex | A6 | BA | DC | 19 | F | 0 | E | DA | 2C | 4C |
| Octal | 246 | 272 | 334 | 31 | 17 | 0 | 16 | 332 | 54 | 114 |
| Binary | 10100110 | 10111010 | 11011100 | 11001 | 1111 | 0 | 1110 | 11011010 | 101100 | 1001100 |
Color Harmonies of #A6BADC
Complementary color
Monochromatic Colors of #A6BADC
Black with #A6BADC
Text Example
Text Example
White with #A6BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BADC; }
p { color: rgb(166,186,220); }
H1.HeaderClassName
{
color: #A6BADC;
}
.AnyTagClassName
{
color: #A6BADC;
}
</style>
background-color css
<style>
a { background-color: #A6BADC; }
a { background-color: rgb(166,186,220); }
div.DivClassName
{
background-color: #A6BADC;
}
.BgClassName
{
background-color: #A6BADC;
}
</style>
border-color css
<style>
span { border-color: #A6BADC; }
span { border-color: rgb(166,186,220); }
td.TdClassName
{
border-color: #A6BADC;
}
.TagClassName
{
border-color: #A6BADC;
}
</style>