Shades of Light Steel Blue #A6C5E0
Tints of Light Steel Blue #A6C5E0
RGB
CMYK
RGB Variations
Color information
#A6C5E0 (or 0xA6C5E0) is known color: Light Steel Blue. HEX triplet: A6, C5 and E0. RGB value is (166,197,224). Sum of RGB (Red+Green+Blue) = 166+197+224=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6C5E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C5E0 is #593A1F. Grayscale: #BEBEBE. Windows color (decimal): -5847584 or 14730662. OLE color: 14730662.
HSL color Cylindrical-coordinate representation of color #A6C5E0: hue angle of 207.93º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6C5E0 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 197 | 224 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.12 |
| HSL | 207.93º | 0.48% | 0.76% | - |
| HSV(B) | 207.93º | 0.26% | 0.88% | - |
| XYZ | 49.15 | 53.42 | 78.24 | - |
| YUV | 190.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 224 | 0.26 | 0.12 | 0 | 0.12 | 207.93 | 0.48 | 0.76 |
| Hex | A6 | C5 | E0 | 1A | C | 0 | C | D0 | 30 | 4C |
| Octal | 246 | 305 | 340 | 32 | 14 | 0 | 14 | 320 | 60 | 114 |
| Binary | 10100110 | 11000101 | 11100000 | 11010 | 1100 | 0 | 1100 | 11010000 | 110000 | 1001100 |
Color Harmonies of #A6C5E0
Complementary color
Monochromatic Colors of #A6C5E0
Black with #A6C5E0
Text Example
Text Example
White with #A6C5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C5E0; }
p { color: rgb(166,197,224); }
H1.HeaderClassName
{
color: #A6C5E0;
}
.AnyTagClassName
{
color: #A6C5E0;
}
</style>
background-color css
<style>
a { background-color: #A6C5E0; }
a { background-color: rgb(166,197,224); }
div.DivClassName
{
background-color: #A6C5E0;
}
.BgClassName
{
background-color: #A6C5E0;
}
</style>
border-color css
<style>
span { border-color: #A6C5E0; }
span { border-color: rgb(166,197,224); }
td.TdClassName
{
border-color: #A6C5E0;
}
.TagClassName
{
border-color: #A6C5E0;
}
</style>