Shades of Light Steel Blue #A6C2DA
Tints of Light Steel Blue #A6C2DA
RGB
CMYK
RGB Variations
Color information
#A6C2DA (or 0xA6C2DA) is known color: Light Steel Blue. HEX triplet: A6, C2 and DA. RGB value is (166,194,218). Sum of RGB (Red+Green+Blue) = 166+194+218=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6C2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2DA is #593D25. Grayscale: #BCBCBC. Windows color (decimal): -5848358 or 14336678. OLE color: 14336678.
HSL color Cylindrical-coordinate representation of color #A6C2DA: hue angle of 207.69º 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 #A6C2DA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 194 | 218 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.15 |
| HSL | 207.69º | 0.41% | 0.75% | - |
| HSV(B) | 207.69º | 0.24% | 0.85% | - |
| XYZ | 47.67 | 51.75 | 73.81 | - |
| YUV | 188.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 218 | 0.24 | 0.11 | 0 | 0.15 | 207.69 | 0.41 | 0.75 |
| Hex | A6 | C2 | DA | 18 | B | 0 | F | D0 | 29 | 4B |
| Octal | 246 | 302 | 332 | 30 | 13 | 0 | 17 | 320 | 51 | 113 |
| Binary | 10100110 | 11000010 | 11011010 | 11000 | 1011 | 0 | 1111 | 11010000 | 101001 | 1001011 |
Color Harmonies of #A6C2DA
Complementary color
Monochromatic Colors of #A6C2DA
Black with #A6C2DA
Text Example
Text Example
White with #A6C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C2DA; }
p { color: rgb(166,194,218); }
H1.HeaderClassName
{
color: #A6C2DA;
}
.AnyTagClassName
{
color: #A6C2DA;
}
</style>
background-color css
<style>
a { background-color: #A6C2DA; }
a { background-color: rgb(166,194,218); }
div.DivClassName
{
background-color: #A6C2DA;
}
.BgClassName
{
background-color: #A6C2DA;
}
</style>
border-color css
<style>
span { border-color: #A6C2DA; }
span { border-color: rgb(166,194,218); }
td.TdClassName
{
border-color: #A6C2DA;
}
.TagClassName
{
border-color: #A6C2DA;
}
</style>