Shades of Light Steel Blue #A6C0DF
Tints of Light Steel Blue #A6C0DF
RGB
CMYK
RGB Variations
Color information
#A6C0DF (or 0xA6C0DF) is known color: Light Steel Blue. HEX triplet: A6, C0 and DF. RGB value is (166,192,223). Sum of RGB (Red+Green+Blue) = 166+192+223=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6C0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C0DF is #593F20. Grayscale: #BBBBBB. Windows color (decimal): -5848865 or 14663846. OLE color: 14663846.
HSL color Cylindrical-coordinate representation of color #A6C0DF: hue angle of 212.63º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6C0DF is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 192 | 223 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.13 |
| HSL | 212.63º | 0.47% | 0.76% | - |
| HSV(B) | 212.63º | 0.26% | 0.87% | - |
| XYZ | 47.89 | 51.13 | 77.16 | - |
| YUV | 187.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 223 | 0.26 | 0.14 | 0 | 0.13 | 212.63 | 0.47 | 0.76 |
| Hex | A6 | C0 | DF | 1A | E | 0 | D | D5 | 2F | 4C |
| Octal | 246 | 300 | 337 | 32 | 16 | 0 | 15 | 325 | 57 | 114 |
| Binary | 10100110 | 11000000 | 11011111 | 11010 | 1110 | 0 | 1101 | 11010101 | 101111 | 1001100 |
Color Harmonies of #A6C0DF
Complementary color
Monochromatic Colors of #A6C0DF
Black with #A6C0DF
Text Example
Text Example
White with #A6C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C0DF; }
p { color: rgb(166,192,223); }
H1.HeaderClassName
{
color: #A6C0DF;
}
.AnyTagClassName
{
color: #A6C0DF;
}
</style>
background-color css
<style>
a { background-color: #A6C0DF; }
a { background-color: rgb(166,192,223); }
div.DivClassName
{
background-color: #A6C0DF;
}
.BgClassName
{
background-color: #A6C0DF;
}
</style>
border-color css
<style>
span { border-color: #A6C0DF; }
span { border-color: rgb(166,192,223); }
td.TdClassName
{
border-color: #A6C0DF;
}
.TagClassName
{
border-color: #A6C0DF;
}
</style>