Shades of Light Steel Blue #A6BBDA
Tints of Light Steel Blue #A6BBDA
RGB
CMYK
RGB Variations
Color information
#A6BBDA (or 0xA6BBDA) is known color: Light Steel Blue. HEX triplet: A6, BB and DA. RGB value is (166,187,218). Sum of RGB (Red+Green+Blue) = 166+187+218=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBDA is #594425. Grayscale: #B8B8B8. Windows color (decimal): -5850150 or 14334886. OLE color: 14334886.
HSL color Cylindrical-coordinate representation of color #A6BBDA: hue angle of 215.77º 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 #A6BBDA is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 187 | 218 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.15 |
| HSL | 215.77º | 0.41% | 0.75% | - |
| HSV(B) | 215.77º | 0.24% | 0.85% | - |
| XYZ | 46.15 | 48.71 | 73.3 | - |
| YUV | 184.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 218 | 0.24 | 0.14 | 0 | 0.15 | 215.77 | 0.41 | 0.75 |
| Hex | A6 | BB | DA | 18 | E | 0 | F | D8 | 29 | 4B |
| Octal | 246 | 273 | 332 | 30 | 16 | 0 | 17 | 330 | 51 | 113 |
| Binary | 10100110 | 10111011 | 11011010 | 11000 | 1110 | 0 | 1111 | 11011000 | 101001 | 1001011 |
Color Harmonies of #A6BBDA
Complementary color
Monochromatic Colors of #A6BBDA
Black with #A6BBDA
Text Example
Text Example
White with #A6BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BBDA; }
p { color: rgb(166,187,218); }
H1.HeaderClassName
{
color: #A6BBDA;
}
.AnyTagClassName
{
color: #A6BBDA;
}
</style>
background-color css
<style>
a { background-color: #A6BBDA; }
a { background-color: rgb(166,187,218); }
div.DivClassName
{
background-color: #A6BBDA;
}
.BgClassName
{
background-color: #A6BBDA;
}
</style>
border-color css
<style>
span { border-color: #A6BBDA; }
span { border-color: rgb(166,187,218); }
td.TdClassName
{
border-color: #A6BBDA;
}
.TagClassName
{
border-color: #A6BBDA;
}
</style>