Shades of Light Steel Blue #A6C5DF
Tints of Light Steel Blue #A6C5DF
RGB
CMYK
RGB Variations
Color information
#A6C5DF (or 0xA6C5DF) is known color: Light Steel Blue. HEX triplet: A6, C5 and DF. RGB value is (166,197,223). Sum of RGB (Red+Green+Blue) = 166+197+223=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6C5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C5DF is #593A20. Grayscale: #BEBEBE. Windows color (decimal): -5847585 or 14665126. OLE color: 14665126.
HSL color Cylindrical-coordinate representation of color #A6C5DF: hue angle of 207.37º 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 #A6C5DF is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 197 | 223 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.13 |
| HSL | 207.37º | 0.47% | 0.76% | - |
| HSV(B) | 207.37º | 0.26% | 0.87% | - |
| XYZ | 49.01 | 53.37 | 77.53 | - |
| YUV | 190.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 223 | 0.26 | 0.12 | 0 | 0.13 | 207.37 | 0.47 | 0.76 |
| Hex | A6 | C5 | DF | 1A | C | 0 | D | CF | 2F | 4C |
| Octal | 246 | 305 | 337 | 32 | 14 | 0 | 15 | 317 | 57 | 114 |
| Binary | 10100110 | 11000101 | 11011111 | 11010 | 1100 | 0 | 1101 | 11001111 | 101111 | 1001100 |
Color Harmonies of #A6C5DF
Complementary color
Monochromatic Colors of #A6C5DF
Black with #A6C5DF
Text Example
Text Example
White with #A6C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C5DF; }
p { color: rgb(166,197,223); }
H1.HeaderClassName
{
color: #A6C5DF;
}
.AnyTagClassName
{
color: #A6C5DF;
}
</style>
background-color css
<style>
a { background-color: #A6C5DF; }
a { background-color: rgb(166,197,223); }
div.DivClassName
{
background-color: #A6C5DF;
}
.BgClassName
{
background-color: #A6C5DF;
}
</style>
border-color css
<style>
span { border-color: #A6C5DF; }
span { border-color: rgb(166,197,223); }
td.TdClassName
{
border-color: #A6C5DF;
}
.TagClassName
{
border-color: #A6C5DF;
}
</style>