Shades of Light Steel Blue #A3BBD5
Tints of Light Steel Blue #A3BBD5
RGB
CMYK
RGB Variations
Color information
#A3BBD5 (or 0xA3BBD5) is known color: Light Steel Blue. HEX triplet: A3, BB and D5. RGB value is (163,187,213). Sum of RGB (Red+Green+Blue) = 163+187+213=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #A3BBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBD5 is #5C442A. Grayscale: #B6B6B6. Windows color (decimal): -6046763 or 14007203. OLE color: 14007203.
HSL color Cylindrical-coordinate representation of color #A3BBD5: hue angle of 211.2º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3BBD5 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 187 | 213 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.16 |
| HSL | 211.2º | 0.37% | 0.74% | - |
| HSV(B) | 211.2º | 0.23% | 0.84% | - |
| XYZ | 44.88 | 48.13 | 69.88 | - |
| YUV | 182.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 213 | 0.23 | 0.12 | 0 | 0.16 | 211.2 | 0.37 | 0.74 |
| Hex | A3 | BB | D5 | 17 | C | 0 | 10 | D3 | 25 | 4A |
| Octal | 243 | 273 | 325 | 27 | 14 | 0 | 20 | 323 | 45 | 112 |
| Binary | 10100011 | 10111011 | 11010101 | 10111 | 1100 | 0 | 10000 | 11010011 | 100101 | 1001010 |
Color Harmonies of #A3BBD5
Complementary color
Monochromatic Colors of #A3BBD5
Black with #A3BBD5
Text Example
Text Example
White with #A3BBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BBD5; }
p { color: rgb(163,187,213); }
H1.HeaderClassName
{
color: #A3BBD5;
}
.AnyTagClassName
{
color: #A3BBD5;
}
</style>
background-color css
<style>
a { background-color: #A3BBD5; }
a { background-color: rgb(163,187,213); }
div.DivClassName
{
background-color: #A3BBD5;
}
.BgClassName
{
background-color: #A3BBD5;
}
</style>
border-color css
<style>
span { border-color: #A3BBD5; }
span { border-color: rgb(163,187,213); }
td.TdClassName
{
border-color: #A3BBD5;
}
.TagClassName
{
border-color: #A3BBD5;
}
</style>