Shades of Light Steel Blue #A3BFDD
Tints of Light Steel Blue #A3BFDD
RGB
CMYK
RGB Variations
Color information
#A3BFDD (or 0xA3BFDD) is known color: Light Steel Blue. HEX triplet: A3, BF and DD. RGB value is (163,191,221). Sum of RGB (Red+Green+Blue) = 163+191+221=575 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.35% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFDD is #5C4022. Grayscale: #B9B9B9. Windows color (decimal): -6045731 or 14532515. OLE color: 14532515.
HSL color Cylindrical-coordinate representation of color #A3BFDD: hue angle of 211.03º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3BFDD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 191 | 221 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.13 |
| HSL | 211.03º | 0.46% | 0.75% | - |
| HSV(B) | 211.03º | 0.26% | 0.87% | - |
| XYZ | 46.79 | 50.27 | 75.64 | - |
| YUV | 186.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 221 | 0.26 | 0.14 | 0 | 0.13 | 211.03 | 0.46 | 0.75 |
| Hex | A3 | BF | DD | 1A | E | 0 | D | D3 | 2E | 4B |
| Octal | 243 | 277 | 335 | 32 | 16 | 0 | 15 | 323 | 56 | 113 |
| Binary | 10100011 | 10111111 | 11011101 | 11010 | 1110 | 0 | 1101 | 11010011 | 101110 | 1001011 |
Color Harmonies of #A3BFDD
Complementary color
Monochromatic Colors of #A3BFDD
Black with #A3BFDD
Text Example
Text Example
White with #A3BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BFDD; }
p { color: rgb(163,191,221); }
H1.HeaderClassName
{
color: #A3BFDD;
}
.AnyTagClassName
{
color: #A3BFDD;
}
</style>
background-color css
<style>
a { background-color: #A3BFDD; }
a { background-color: rgb(163,191,221); }
div.DivClassName
{
background-color: #A3BFDD;
}
.BgClassName
{
background-color: #A3BFDD;
}
</style>
border-color css
<style>
span { border-color: #A3BFDD; }
span { border-color: rgb(163,191,221); }
td.TdClassName
{
border-color: #A3BFDD;
}
.TagClassName
{
border-color: #A3BFDD;
}
</style>