Shades of Light Steel Blue #A6BFDF
Tints of Light Steel Blue #A6BFDF
RGB
CMYK
RGB Variations
Color information
#A6BFDF (or 0xA6BFDF) is known color: Light Steel Blue. HEX triplet: A6, BF and DF. RGB value is (166,191,223). Sum of RGB (Red+Green+Blue) = 166+191+223=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFDF is #594020. Grayscale: #BBBBBB. Windows color (decimal): -5849121 or 14663590. OLE color: 14663590.
HSL color Cylindrical-coordinate representation of color #A6BFDF: hue angle of 213.68º 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 #A6BFDF is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 191 | 223 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.13 |
| HSL | 213.68º | 0.47% | 0.76% | - |
| HSV(B) | 213.68º | 0.26% | 0.87% | - |
| XYZ | 47.68 | 50.7 | 77.08 | - |
| YUV | 187.17 | 148.22 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 223 | 0.26 | 0.14 | 0 | 0.13 | 213.68 | 0.47 | 0.76 |
| Hex | A6 | BF | DF | 1A | E | 0 | D | D6 | 2F | 4C |
| Octal | 246 | 277 | 337 | 32 | 16 | 0 | 15 | 326 | 57 | 114 |
| Binary | 10100110 | 10111111 | 11011111 | 11010 | 1110 | 0 | 1101 | 11010110 | 101111 | 1001100 |
Color Harmonies of #A6BFDF
Complementary color
Monochromatic Colors of #A6BFDF
Black with #A6BFDF
Text Example
Text Example
White with #A6BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFDF; }
p { color: rgb(166,191,223); }
H1.HeaderClassName
{
color: #A6BFDF;
}
.AnyTagClassName
{
color: #A6BFDF;
}
</style>
background-color css
<style>
a { background-color: #A6BFDF; }
a { background-color: rgb(166,191,223); }
div.DivClassName
{
background-color: #A6BFDF;
}
.BgClassName
{
background-color: #A6BFDF;
}
</style>
border-color css
<style>
span { border-color: #A6BFDF; }
span { border-color: rgb(166,191,223); }
td.TdClassName
{
border-color: #A6BFDF;
}
.TagClassName
{
border-color: #A6BFDF;
}
</style>