Shades of Light Steel Blue #A6BEE2
Tints of Light Steel Blue #A6BEE2
RGB
CMYK
RGB Variations
Color information
#A6BEE2 (or 0xA6BEE2) is known color: Light Steel Blue. HEX triplet: A6, BE and E2. RGB value is (166,190,226). Sum of RGB (Red+Green+Blue) = 166+190+226=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #A6BEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEE2 is #59411D. Grayscale: #BABABA. Windows color (decimal): -5849374 or 14859942. OLE color: 14859942.
HSL color Cylindrical-coordinate representation of color #A6BEE2: hue angle of 216º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6BEE2 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 190 | 226 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.11 |
| HSL | 216º | 0.51% | 0.77% | - |
| HSV(B) | 216º | 0.27% | 0.89% | - |
| XYZ | 47.87 | 50.42 | 79.16 | - |
| YUV | 186.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 226 | 0.27 | 0.16 | 0 | 0.11 | 216 | 0.51 | 0.77 |
| Hex | A6 | BE | E2 | 1B | 10 | 0 | B | D8 | 33 | 4D |
| Octal | 246 | 276 | 342 | 33 | 20 | 0 | 13 | 330 | 63 | 115 |
| Binary | 10100110 | 10111110 | 11100010 | 11011 | 10000 | 0 | 1011 | 11011000 | 110011 | 1001101 |
Color Harmonies of #A6BEE2
Complementary color
Monochromatic Colors of #A6BEE2
Black with #A6BEE2
Text Example
Text Example
White with #A6BEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BEE2; }
p { color: rgb(166,190,226); }
H1.HeaderClassName
{
color: #A6BEE2;
}
.AnyTagClassName
{
color: #A6BEE2;
}
</style>
background-color css
<style>
a { background-color: #A6BEE2; }
a { background-color: rgb(166,190,226); }
div.DivClassName
{
background-color: #A6BEE2;
}
.BgClassName
{
background-color: #A6BEE2;
}
</style>
border-color css
<style>
span { border-color: #A6BEE2; }
span { border-color: rgb(166,190,226); }
td.TdClassName
{
border-color: #A6BEE2;
}
.TagClassName
{
border-color: #A6BEE2;
}
</style>