Shades of Light Steel Blue #A6BEDF
Tints of Light Steel Blue #A6BEDF
RGB
CMYK
RGB Variations
Color information
#A6BEDF (or 0xA6BEDF) is known color: Light Steel Blue. HEX triplet: A6, BE and DF. RGB value is (166,190,223). Sum of RGB (Red+Green+Blue) = 166+190+223=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEDF is #594120. Grayscale: #BABABA. Windows color (decimal): -5849377 or 14663334. OLE color: 14663334.
HSL color Cylindrical-coordinate representation of color #A6BEDF: hue angle of 214.74º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6BEDF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 190 | 223 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.13 |
| HSL | 214.74º | 0.47% | 0.76% | - |
| HSV(B) | 214.74º | 0.26% | 0.87% | - |
| XYZ | 47.46 | 50.26 | 77.01 | - |
| YUV | 186.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 223 | 0.26 | 0.15 | 0 | 0.13 | 214.74 | 0.47 | 0.76 |
| Hex | A6 | BE | DF | 1A | F | 0 | D | D7 | 2F | 4C |
| Octal | 246 | 276 | 337 | 32 | 17 | 0 | 15 | 327 | 57 | 114 |
| Binary | 10100110 | 10111110 | 11011111 | 11010 | 1111 | 0 | 1101 | 11010111 | 101111 | 1001100 |
Color Harmonies of #A6BEDF
Complementary color
Monochromatic Colors of #A6BEDF
Black with #A6BEDF
Text Example
Text Example
White with #A6BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BEDF; }
p { color: rgb(166,190,223); }
H1.HeaderClassName
{
color: #A6BEDF;
}
.AnyTagClassName
{
color: #A6BEDF;
}
</style>
background-color css
<style>
a { background-color: #A6BEDF; }
a { background-color: rgb(166,190,223); }
div.DivClassName
{
background-color: #A6BEDF;
}
.BgClassName
{
background-color: #A6BEDF;
}
</style>
border-color css
<style>
span { border-color: #A6BEDF; }
span { border-color: rgb(166,190,223); }
td.TdClassName
{
border-color: #A6BEDF;
}
.TagClassName
{
border-color: #A6BEDF;
}
</style>