Shades of Light Steel Blue #A6C0DA
Tints of Light Steel Blue #A6C0DA
RGB
CMYK
RGB Variations
Color information
#A6C0DA (or 0xA6C0DA) is known color: Light Steel Blue. HEX triplet: A6, C0 and DA. RGB value is (166,192,218). Sum of RGB (Red+Green+Blue) = 166+192+218=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C0DA is #593F25. Grayscale: #BBBBBB. Windows color (decimal): -5848870 or 14336166. OLE color: 14336166.
HSL color Cylindrical-coordinate representation of color #A6C0DA: hue angle of 210º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6C0DA is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 192 | 218 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.15 |
| HSL | 210º | 0.41% | 0.75% | - |
| HSV(B) | 210º | 0.24% | 0.85% | - |
| XYZ | 47.23 | 50.87 | 73.66 | - |
| YUV | 187.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 218 | 0.24 | 0.12 | 0 | 0.15 | 210 | 0.41 | 0.75 |
| Hex | A6 | C0 | DA | 18 | C | 0 | F | D2 | 29 | 4B |
| Octal | 246 | 300 | 332 | 30 | 14 | 0 | 17 | 322 | 51 | 113 |
| Binary | 10100110 | 11000000 | 11011010 | 11000 | 1100 | 0 | 1111 | 11010010 | 101001 | 1001011 |
Color Harmonies of #A6C0DA
Complementary color
Monochromatic Colors of #A6C0DA
Black with #A6C0DA
Text Example
Text Example
White with #A6C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C0DA; }
p { color: rgb(166,192,218); }
H1.HeaderClassName
{
color: #A6C0DA;
}
.AnyTagClassName
{
color: #A6C0DA;
}
</style>
background-color css
<style>
a { background-color: #A6C0DA; }
a { background-color: rgb(166,192,218); }
div.DivClassName
{
background-color: #A6C0DA;
}
.BgClassName
{
background-color: #A6C0DA;
}
</style>
border-color css
<style>
span { border-color: #A6C0DA; }
span { border-color: rgb(166,192,218); }
td.TdClassName
{
border-color: #A6C0DA;
}
.TagClassName
{
border-color: #A6C0DA;
}
</style>