Shades of Light Steel Blue #A6C5DE
Tints of Light Steel Blue #A6C5DE
RGB
CMYK
RGB Variations
Color information
#A6C5DE (or 0xA6C5DE) is known color: Light Steel Blue. HEX triplet: A6, C5 and DE. RGB value is (166,197,222). Sum of RGB (Red+Green+Blue) = 166+197+222=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6C5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C5DE is #593A21. Grayscale: #BEBEBE. Windows color (decimal): -5847586 or 14599590. OLE color: 14599590.
HSL color Cylindrical-coordinate representation of color #A6C5DE: hue angle of 206.79º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6C5DE is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 197 | 222 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.13 |
| HSL | 206.79º | 0.46% | 0.76% | - |
| HSV(B) | 206.79º | 0.25% | 0.87% | - |
| XYZ | 48.88 | 53.31 | 76.82 | - |
| YUV | 190.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 222 | 0.25 | 0.11 | 0 | 0.13 | 206.79 | 0.46 | 0.76 |
| Hex | A6 | C5 | DE | 19 | B | 0 | D | CF | 2E | 4C |
| Octal | 246 | 305 | 336 | 31 | 13 | 0 | 15 | 317 | 56 | 114 |
| Binary | 10100110 | 11000101 | 11011110 | 11001 | 1011 | 0 | 1101 | 11001111 | 101110 | 1001100 |
Color Harmonies of #A6C5DE
Complementary color
Monochromatic Colors of #A6C5DE
Black with #A6C5DE
Text Example
Text Example
White with #A6C5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C5DE; }
p { color: rgb(166,197,222); }
H1.HeaderClassName
{
color: #A6C5DE;
}
.AnyTagClassName
{
color: #A6C5DE;
}
</style>
background-color css
<style>
a { background-color: #A6C5DE; }
a { background-color: rgb(166,197,222); }
div.DivClassName
{
background-color: #A6C5DE;
}
.BgClassName
{
background-color: #A6C5DE;
}
</style>
border-color css
<style>
span { border-color: #A6C5DE; }
span { border-color: rgb(166,197,222); }
td.TdClassName
{
border-color: #A6C5DE;
}
.TagClassName
{
border-color: #A6C5DE;
}
</style>