Shades of Light Steel Blue #A7BBDA
Tints of Light Steel Blue #A7BBDA
RGB
CMYK
RGB Variations
Color information
#A7BBDA (or 0xA7BBDA) is known color: Light Steel Blue. HEX triplet: A7, BB and DA. RGB value is (167,187,218). Sum of RGB (Red+Green+Blue) = 167+187+218=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #A7BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBDA is #584425. Grayscale: #B8B8B8. Windows color (decimal): -5784614 or 14334887. OLE color: 14334887.
HSL color Cylindrical-coordinate representation of color #A7BBDA: hue angle of 216.47º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7BBDA is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 187 | 218 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.15 |
| HSL | 216.47º | 0.41% | 0.75% | - |
| HSV(B) | 216.47º | 0.23% | 0.85% | - |
| XYZ | 46.36 | 48.82 | 73.31 | - |
| YUV | 184.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 218 | 0.23 | 0.14 | 0 | 0.15 | 216.47 | 0.41 | 0.75 |
| Hex | A7 | BB | DA | 17 | E | 0 | F | D8 | 29 | 4B |
| Octal | 247 | 273 | 332 | 27 | 16 | 0 | 17 | 330 | 51 | 113 |
| Binary | 10100111 | 10111011 | 11011010 | 10111 | 1110 | 0 | 1111 | 11011000 | 101001 | 1001011 |
Color Harmonies of #A7BBDA
Complementary color
Monochromatic Colors of #A7BBDA
Black with #A7BBDA
Text Example
Text Example
White with #A7BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BBDA; }
p { color: rgb(167,187,218); }
H1.HeaderClassName
{
color: #A7BBDA;
}
.AnyTagClassName
{
color: #A7BBDA;
}
</style>
background-color css
<style>
a { background-color: #A7BBDA; }
a { background-color: rgb(167,187,218); }
div.DivClassName
{
background-color: #A7BBDA;
}
.BgClassName
{
background-color: #A7BBDA;
}
</style>
border-color css
<style>
span { border-color: #A7BBDA; }
span { border-color: rgb(167,187,218); }
td.TdClassName
{
border-color: #A7BBDA;
}
.TagClassName
{
border-color: #A7BBDA;
}
</style>