Shades of Light Steel Blue #A5BFDC
Tints of Light Steel Blue #A5BFDC
RGB
CMYK
RGB Variations
Color information
#A5BFDC (or 0xA5BFDC) is known color: Light Steel Blue. HEX triplet: A5, BF and DC. RGB value is (165,191,220). Sum of RGB (Red+Green+Blue) = 165+191+220=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFDC is #5A4023. Grayscale: #BABABA. Windows color (decimal): -5914660 or 14466981. OLE color: 14466981.
HSL color Cylindrical-coordinate representation of color #A5BFDC: hue angle of 211.64º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5BFDC is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 191 | 220 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.14 |
| HSL | 211.64º | 0.44% | 0.75% | - |
| HSV(B) | 211.64º | 0.25% | 0.86% | - |
| XYZ | 47.07 | 50.43 | 74.96 | - |
| YUV | 186.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 191 | 220 | 0.25 | 0.13 | 0 | 0.14 | 211.64 | 0.44 | 0.75 |
| Hex | A5 | BF | DC | 19 | D | 0 | E | D4 | 2C | 4B |
| Octal | 245 | 277 | 334 | 31 | 15 | 0 | 16 | 324 | 54 | 113 |
| Binary | 10100101 | 10111111 | 11011100 | 11001 | 1101 | 0 | 1110 | 11010100 | 101100 | 1001011 |
Color Harmonies of #A5BFDC
Complementary color
Monochromatic Colors of #A5BFDC
Black with #A5BFDC
Text Example
Text Example
White with #A5BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BFDC; }
p { color: rgb(165,191,220); }
H1.HeaderClassName
{
color: #A5BFDC;
}
.AnyTagClassName
{
color: #A5BFDC;
}
</style>
background-color css
<style>
a { background-color: #A5BFDC; }
a { background-color: rgb(165,191,220); }
div.DivClassName
{
background-color: #A5BFDC;
}
.BgClassName
{
background-color: #A5BFDC;
}
</style>
border-color css
<style>
span { border-color: #A5BFDC; }
span { border-color: rgb(165,191,220); }
td.TdClassName
{
border-color: #A5BFDC;
}
.TagClassName
{
border-color: #A5BFDC;
}
</style>