Shades of Light Steel Blue #A6BEDC
Tints of Light Steel Blue #A6BEDC
RGB
CMYK
RGB Variations
Color information
#A6BEDC (or 0xA6BEDC) is known color: Light Steel Blue. HEX triplet: A6, BE and DC. RGB value is (166,190,220). Sum of RGB (Red+Green+Blue) = 166+190+220=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEDC is #594123. Grayscale: #BABABA. Windows color (decimal): -5849380 or 14466726. OLE color: 14466726.
HSL color Cylindrical-coordinate representation of color #A6BEDC: hue angle of 213.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6BEDC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 190 | 220 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.14 |
| HSL | 213.33º | 0.44% | 0.76% | - |
| HSV(B) | 213.33º | 0.25% | 0.86% | - |
| XYZ | 47.06 | 50.1 | 74.9 | - |
| YUV | 186.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 220 | 0.25 | 0.14 | 0 | 0.14 | 213.33 | 0.44 | 0.76 |
| Hex | A6 | BE | DC | 19 | E | 0 | E | D5 | 2C | 4C |
| Octal | 246 | 276 | 334 | 31 | 16 | 0 | 16 | 325 | 54 | 114 |
| Binary | 10100110 | 10111110 | 11011100 | 11001 | 1110 | 0 | 1110 | 11010101 | 101100 | 1001100 |
Color Harmonies of #A6BEDC
Complementary color
Monochromatic Colors of #A6BEDC
Black with #A6BEDC
Text Example
Text Example
White with #A6BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BEDC; }
p { color: rgb(166,190,220); }
H1.HeaderClassName
{
color: #A6BEDC;
}
.AnyTagClassName
{
color: #A6BEDC;
}
</style>
background-color css
<style>
a { background-color: #A6BEDC; }
a { background-color: rgb(166,190,220); }
div.DivClassName
{
background-color: #A6BEDC;
}
.BgClassName
{
background-color: #A6BEDC;
}
</style>
border-color css
<style>
span { border-color: #A6BEDC; }
span { border-color: rgb(166,190,220); }
td.TdClassName
{
border-color: #A6BEDC;
}
.TagClassName
{
border-color: #A6BEDC;
}
</style>