Shades of Light Steel Blue #A6C5DA
Tints of Light Steel Blue #A6C5DA
RGB
CMYK
RGB Variations
Color information
#A6C5DA (or 0xA6C5DA) is known color: Light Steel Blue. HEX triplet: A6, C5 and DA. RGB value is (166,197,218). Sum of RGB (Red+Green+Blue) = 166+197+218=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6C5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C5DA is #593A25. Grayscale: #BEBEBE. Windows color (decimal): -5847590 or 14337446. OLE color: 14337446.
HSL color Cylindrical-coordinate representation of color #A6C5DA: hue angle of 204.23º 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 #A6C5DA is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 197 | 218 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.15 |
| HSL | 204.23º | 0.41% | 0.75% | - |
| HSV(B) | 204.23º | 0.24% | 0.85% | - |
| XYZ | 48.35 | 53.1 | 74.03 | - |
| YUV | 190.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 218 | 0.24 | 0.10 | 0 | 0.15 | 204.23 | 0.41 | 0.75 |
| Hex | A6 | C5 | DA | 18 | A | 0 | F | CC | 29 | 4B |
| Octal | 246 | 305 | 332 | 30 | 12 | 0 | 17 | 314 | 51 | 113 |
| Binary | 10100110 | 11000101 | 11011010 | 11000 | 1010 | 0 | 1111 | 11001100 | 101001 | 1001011 |
Color Harmonies of #A6C5DA
Complementary color
Monochromatic Colors of #A6C5DA
Black with #A6C5DA
Text Example
Text Example
White with #A6C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C5DA; }
p { color: rgb(166,197,218); }
H1.HeaderClassName
{
color: #A6C5DA;
}
.AnyTagClassName
{
color: #A6C5DA;
}
</style>
background-color css
<style>
a { background-color: #A6C5DA; }
a { background-color: rgb(166,197,218); }
div.DivClassName
{
background-color: #A6C5DA;
}
.BgClassName
{
background-color: #A6C5DA;
}
</style>
border-color css
<style>
span { border-color: #A6C5DA; }
span { border-color: rgb(166,197,218); }
td.TdClassName
{
border-color: #A6C5DA;
}
.TagClassName
{
border-color: #A6C5DA;
}
</style>