Shades of Light Steel Blue #A5BCDA
Tints of Light Steel Blue #A5BCDA
RGB
CMYK
RGB Variations
Color information
#A5BCDA (or 0xA5BCDA) is known color: Light Steel Blue. HEX triplet: A5, BC and DA. RGB value is (165,188,218). Sum of RGB (Red+Green+Blue) = 165+188+218=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #A5BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCDA is #5A4325. Grayscale: #B8B8B8. Windows color (decimal): -5915430 or 14335141. OLE color: 14335141.
HSL color Cylindrical-coordinate representation of color #A5BCDA: hue angle of 213.96º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5BCDA is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 188 | 218 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.15 |
| HSL | 213.96º | 0.42% | 0.75% | - |
| HSV(B) | 213.96º | 0.24% | 0.85% | - |
| XYZ | 46.16 | 49.03 | 73.36 | - |
| YUV | 184.54 | 146.88 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 218 | 0.24 | 0.14 | 0 | 0.15 | 213.96 | 0.42 | 0.75 |
| Hex | A5 | BC | DA | 18 | E | 0 | F | D6 | 2A | 4B |
| Octal | 245 | 274 | 332 | 30 | 16 | 0 | 17 | 326 | 52 | 113 |
| Binary | 10100101 | 10111100 | 11011010 | 11000 | 1110 | 0 | 1111 | 11010110 | 101010 | 1001011 |
Color Harmonies of #A5BCDA
Complementary color
Monochromatic Colors of #A5BCDA
Black with #A5BCDA
Text Example
Text Example
White with #A5BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BCDA; }
p { color: rgb(165,188,218); }
H1.HeaderClassName
{
color: #A5BCDA;
}
.AnyTagClassName
{
color: #A5BCDA;
}
</style>
background-color css
<style>
a { background-color: #A5BCDA; }
a { background-color: rgb(165,188,218); }
div.DivClassName
{
background-color: #A5BCDA;
}
.BgClassName
{
background-color: #A5BCDA;
}
</style>
border-color css
<style>
span { border-color: #A5BCDA; }
span { border-color: rgb(165,188,218); }
td.TdClassName
{
border-color: #A5BCDA;
}
.TagClassName
{
border-color: #A5BCDA;
}
</style>