Shades of Light Steel Blue #A6BBE0
Tints of Light Steel Blue #A6BBE0
RGB
CMYK
RGB Variations
Color information
#A6BBE0 (or 0xA6BBE0) is known color: Light Steel Blue. HEX triplet: A6, BB and E0. RGB value is (166,187,224). Sum of RGB (Red+Green+Blue) = 166+187+224=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6BBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBE0 is #59441F. Grayscale: #B8B8B8. Windows color (decimal): -5850144 or 14728102. OLE color: 14728102.
HSL color Cylindrical-coordinate representation of color #A6BBE0: hue angle of 218.28º 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 #A6BBE0 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 187 | 224 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.12 |
| HSL | 218.28º | 0.48% | 0.76% | - |
| HSV(B) | 218.28º | 0.26% | 0.88% | - |
| XYZ | 46.95 | 49.03 | 77.51 | - |
| YUV | 184.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 224 | 0.26 | 0.17 | 0 | 0.12 | 218.28 | 0.48 | 0.76 |
| Hex | A6 | BB | E0 | 1A | 11 | 0 | C | DA | 30 | 4C |
| Octal | 246 | 273 | 340 | 32 | 21 | 0 | 14 | 332 | 60 | 114 |
| Binary | 10100110 | 10111011 | 11100000 | 11010 | 10001 | 0 | 1100 | 11011010 | 110000 | 1001100 |
Color Harmonies of #A6BBE0
Complementary color
Monochromatic Colors of #A6BBE0
Black with #A6BBE0
Text Example
Text Example
White with #A6BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BBE0; }
p { color: rgb(166,187,224); }
H1.HeaderClassName
{
color: #A6BBE0;
}
.AnyTagClassName
{
color: #A6BBE0;
}
</style>
background-color css
<style>
a { background-color: #A6BBE0; }
a { background-color: rgb(166,187,224); }
div.DivClassName
{
background-color: #A6BBE0;
}
.BgClassName
{
background-color: #A6BBE0;
}
</style>
border-color css
<style>
span { border-color: #A6BBE0; }
span { border-color: rgb(166,187,224); }
td.TdClassName
{
border-color: #A6BBE0;
}
.TagClassName
{
border-color: #A6BBE0;
}
</style>