Shades of Light Steel Blue #A3BFDC
Tints of Light Steel Blue #A3BFDC
RGB
CMYK
RGB Variations
Color information
#A3BFDC (or 0xA3BFDC) is known color: Light Steel Blue. HEX triplet: A3, BF and DC. RGB value is (163,191,220). Sum of RGB (Red+Green+Blue) = 163+191+220=574 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.40% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFDC is #5C4023. Grayscale: #B9B9B9. Windows color (decimal): -6045732 or 14466979. OLE color: 14466979.
HSL color Cylindrical-coordinate representation of color #A3BFDC: hue angle of 210.53º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3BFDC is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 191 | 220 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.14 |
| HSL | 210.53º | 0.45% | 0.75% | - |
| HSV(B) | 210.53º | 0.26% | 0.86% | - |
| XYZ | 46.65 | 50.22 | 74.94 | - |
| YUV | 185.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 220 | 0.26 | 0.13 | 0 | 0.14 | 210.53 | 0.45 | 0.75 |
| Hex | A3 | BF | DC | 1A | D | 0 | E | D3 | 2D | 4B |
| Octal | 243 | 277 | 334 | 32 | 15 | 0 | 16 | 323 | 55 | 113 |
| Binary | 10100011 | 10111111 | 11011100 | 11010 | 1101 | 0 | 1110 | 11010011 | 101101 | 1001011 |
Color Harmonies of #A3BFDC
Complementary color
Monochromatic Colors of #A3BFDC
Black with #A3BFDC
Text Example
Text Example
White with #A3BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BFDC; }
p { color: rgb(163,191,220); }
H1.HeaderClassName
{
color: #A3BFDC;
}
.AnyTagClassName
{
color: #A3BFDC;
}
</style>
background-color css
<style>
a { background-color: #A3BFDC; }
a { background-color: rgb(163,191,220); }
div.DivClassName
{
background-color: #A3BFDC;
}
.BgClassName
{
background-color: #A3BFDC;
}
</style>
border-color css
<style>
span { border-color: #A3BFDC; }
span { border-color: rgb(163,191,220); }
td.TdClassName
{
border-color: #A3BFDC;
}
.TagClassName
{
border-color: #A3BFDC;
}
</style>