Shades of Light Steel Blue #A3BAD6
Tints of Light Steel Blue #A3BAD6
RGB
CMYK
RGB Variations
Color information
#A3BAD6 (or 0xA3BAD6) is known color: Light Steel Blue. HEX triplet: A3, BA and D6. RGB value is (163,186,214). Sum of RGB (Red+Green+Blue) = 163+186+214=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #A3BAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BAD6 is #5C4529. Grayscale: #B6B6B6. Windows color (decimal): -6047018 or 14072483. OLE color: 14072483.
HSL color Cylindrical-coordinate representation of color #A3BAD6: hue angle of 212.94º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3BAD6 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 186 | 214 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.16 |
| HSL | 212.94º | 0.38% | 0.74% | - |
| HSV(B) | 212.94º | 0.24% | 0.84% | - |
| XYZ | 44.8 | 47.76 | 70.48 | - |
| YUV | 182.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 214 | 0.24 | 0.13 | 0 | 0.16 | 212.94 | 0.38 | 0.74 |
| Hex | A3 | BA | D6 | 18 | D | 0 | 10 | D5 | 26 | 4A |
| Octal | 243 | 272 | 326 | 30 | 15 | 0 | 20 | 325 | 46 | 112 |
| Binary | 10100011 | 10111010 | 11010110 | 11000 | 1101 | 0 | 10000 | 11010101 | 100110 | 1001010 |
Color Harmonies of #A3BAD6
Complementary color
Monochromatic Colors of #A3BAD6
Black with #A3BAD6
Text Example
Text Example
White with #A3BAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BAD6; }
p { color: rgb(163,186,214); }
H1.HeaderClassName
{
color: #A3BAD6;
}
.AnyTagClassName
{
color: #A3BAD6;
}
</style>
background-color css
<style>
a { background-color: #A3BAD6; }
a { background-color: rgb(163,186,214); }
div.DivClassName
{
background-color: #A3BAD6;
}
.BgClassName
{
background-color: #A3BAD6;
}
</style>
border-color css
<style>
span { border-color: #A3BAD6; }
span { border-color: rgb(163,186,214); }
td.TdClassName
{
border-color: #A3BAD6;
}
.TagClassName
{
border-color: #A3BAD6;
}
</style>