Shades of Light Steel Blue #A6BEE0
Tints of Light Steel Blue #A6BEE0
RGB
CMYK
RGB Variations
Color information
#A6BEE0 (or 0xA6BEE0) is known color: Light Steel Blue. HEX triplet: A6, BE and E0. RGB value is (166,190,224). Sum of RGB (Red+Green+Blue) = 166+190+224=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6BEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEE0 is #59411F. Grayscale: #BABABA. Windows color (decimal): -5849376 or 14728870. OLE color: 14728870.
HSL color Cylindrical-coordinate representation of color #A6BEE0: hue angle of 215.17º 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 #A6BEE0 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 190 | 224 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.12 |
| HSL | 215.17º | 0.48% | 0.76% | - |
| HSV(B) | 215.17º | 0.26% | 0.88% | - |
| XYZ | 47.59 | 50.32 | 77.72 | - |
| YUV | 186.7 | 149.05 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 224 | 0.26 | 0.15 | 0 | 0.12 | 215.17 | 0.48 | 0.76 |
| Hex | A6 | BE | E0 | 1A | F | 0 | C | D7 | 30 | 4C |
| Octal | 246 | 276 | 340 | 32 | 17 | 0 | 14 | 327 | 60 | 114 |
| Binary | 10100110 | 10111110 | 11100000 | 11010 | 1111 | 0 | 1100 | 11010111 | 110000 | 1001100 |
Color Harmonies of #A6BEE0
Complementary color
Monochromatic Colors of #A6BEE0
Black with #A6BEE0
Text Example
Text Example
White with #A6BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BEE0; }
p { color: rgb(166,190,224); }
H1.HeaderClassName
{
color: #A6BEE0;
}
.AnyTagClassName
{
color: #A6BEE0;
}
</style>
background-color css
<style>
a { background-color: #A6BEE0; }
a { background-color: rgb(166,190,224); }
div.DivClassName
{
background-color: #A6BEE0;
}
.BgClassName
{
background-color: #A6BEE0;
}
</style>
border-color css
<style>
span { border-color: #A6BEE0; }
span { border-color: rgb(166,190,224); }
td.TdClassName
{
border-color: #A6BEE0;
}
.TagClassName
{
border-color: #A6BEE0;
}
</style>