Shades of Light Steel Blue #A6BFE5
Tints of Light Steel Blue #A6BFE5
RGB
CMYK
RGB Variations
Color information
#A6BFE5 (or 0xA6BFE5) is known color: Light Steel Blue. HEX triplet: A6, BF and E5. RGB value is (166,191,229). Sum of RGB (Red+Green+Blue) = 166+191+229=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6BFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFE5 is #59401A. Grayscale: #BBBBBB. Windows color (decimal): -5849115 or 15056806. OLE color: 15056806.
HSL color Cylindrical-coordinate representation of color #A6BFE5: hue angle of 216.19º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6BFE5 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 191 | 229 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.10 |
| HSL | 216.19º | 0.55% | 0.77% | - |
| HSV(B) | 216.19º | 0.28% | 0.9% | - |
| XYZ | 48.5 | 51.03 | 81.42 | - |
| YUV | 187.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 229 | 0.28 | 0.17 | 0 | 0.10 | 216.19 | 0.55 | 0.77 |
| Hex | A6 | BF | E5 | 1C | 11 | 0 | A | D8 | 37 | 4D |
| Octal | 246 | 277 | 345 | 34 | 21 | 0 | 12 | 330 | 67 | 115 |
| Binary | 10100110 | 10111111 | 11100101 | 11100 | 10001 | 0 | 1010 | 11011000 | 110111 | 1001101 |
Color Harmonies of #A6BFE5
Complementary color
Monochromatic Colors of #A6BFE5
Black with #A6BFE5
Text Example
Text Example
White with #A6BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFE5; }
p { color: rgb(166,191,229); }
H1.HeaderClassName
{
color: #A6BFE5;
}
.AnyTagClassName
{
color: #A6BFE5;
}
</style>
background-color css
<style>
a { background-color: #A6BFE5; }
a { background-color: rgb(166,191,229); }
div.DivClassName
{
background-color: #A6BFE5;
}
.BgClassName
{
background-color: #A6BFE5;
}
</style>
border-color css
<style>
span { border-color: #A6BFE5; }
span { border-color: rgb(166,191,229); }
td.TdClassName
{
border-color: #A6BFE5;
}
.TagClassName
{
border-color: #A6BFE5;
}
</style>