Shades of Light Steel Blue #A6BDE0
Tints of Light Steel Blue #A6BDE0
RGB
CMYK
RGB Variations
Color information
#A6BDE0 (or 0xA6BDE0) is known color: Light Steel Blue. HEX triplet: A6, BD and E0. RGB value is (166,189,224). Sum of RGB (Red+Green+Blue) = 166+189+224=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6BDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDE0 is #59421F. Grayscale: #B9B9B9. Windows color (decimal): -5849632 or 14728614. OLE color: 14728614.
HSL color Cylindrical-coordinate representation of color #A6BDE0: hue angle of 216.21º 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 #A6BDE0 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 189 | 224 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.12 |
| HSL | 216.21º | 0.48% | 0.76% | - |
| HSV(B) | 216.21º | 0.26% | 0.88% | - |
| XYZ | 47.38 | 49.88 | 77.65 | - |
| YUV | 186.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 224 | 0.26 | 0.16 | 0 | 0.12 | 216.21 | 0.48 | 0.76 |
| Hex | A6 | BD | E0 | 1A | 10 | 0 | C | D8 | 30 | 4C |
| Octal | 246 | 275 | 340 | 32 | 20 | 0 | 14 | 330 | 60 | 114 |
| Binary | 10100110 | 10111101 | 11100000 | 11010 | 10000 | 0 | 1100 | 11011000 | 110000 | 1001100 |
Color Harmonies of #A6BDE0
Complementary color
Monochromatic Colors of #A6BDE0
Black with #A6BDE0
Text Example
Text Example
White with #A6BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BDE0; }
p { color: rgb(166,189,224); }
H1.HeaderClassName
{
color: #A6BDE0;
}
.AnyTagClassName
{
color: #A6BDE0;
}
</style>
background-color css
<style>
a { background-color: #A6BDE0; }
a { background-color: rgb(166,189,224); }
div.DivClassName
{
background-color: #A6BDE0;
}
.BgClassName
{
background-color: #A6BDE0;
}
</style>
border-color css
<style>
span { border-color: #A6BDE0; }
span { border-color: rgb(166,189,224); }
td.TdClassName
{
border-color: #A6BDE0;
}
.TagClassName
{
border-color: #A6BDE0;
}
</style>