Shades of Light Steel Blue #A6BEDA
Tints of Light Steel Blue #A6BEDA
RGB
CMYK
RGB Variations
Color information
#A6BEDA (or 0xA6BEDA) is known color: Light Steel Blue. HEX triplet: A6, BE and DA. RGB value is (166,190,218). Sum of RGB (Red+Green+Blue) = 166+190+218=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEDA is #594125. Grayscale: #B9B9B9. Windows color (decimal): -5849382 or 14335654. OLE color: 14335654.
HSL color Cylindrical-coordinate representation of color #A6BEDA: hue angle of 212.31º 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 #A6BEDA is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 190 | 218 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.15 |
| HSL | 212.31º | 0.41% | 0.75% | - |
| HSV(B) | 212.31º | 0.24% | 0.85% | - |
| XYZ | 46.79 | 50 | 73.51 | - |
| YUV | 186.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 218 | 0.24 | 0.13 | 0 | 0.15 | 212.31 | 0.41 | 0.75 |
| Hex | A6 | BE | DA | 18 | D | 0 | F | D4 | 29 | 4B |
| Octal | 246 | 276 | 332 | 30 | 15 | 0 | 17 | 324 | 51 | 113 |
| Binary | 10100110 | 10111110 | 11011010 | 11000 | 1101 | 0 | 1111 | 11010100 | 101001 | 1001011 |
Color Harmonies of #A6BEDA
Complementary color
Monochromatic Colors of #A6BEDA
Black with #A6BEDA
Text Example
Text Example
White with #A6BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BEDA; }
p { color: rgb(166,190,218); }
H1.HeaderClassName
{
color: #A6BEDA;
}
.AnyTagClassName
{
color: #A6BEDA;
}
</style>
background-color css
<style>
a { background-color: #A6BEDA; }
a { background-color: rgb(166,190,218); }
div.DivClassName
{
background-color: #A6BEDA;
}
.BgClassName
{
background-color: #A6BEDA;
}
</style>
border-color css
<style>
span { border-color: #A6BEDA; }
span { border-color: rgb(166,190,218); }
td.TdClassName
{
border-color: #A6BEDA;
}
.TagClassName
{
border-color: #A6BEDA;
}
</style>