Shades of Light Steel Blue #A7BDDA
Tints of Light Steel Blue #A7BDDA
RGB
CMYK
RGB Variations
Color information
#A7BDDA (or 0xA7BDDA) is known color: Light Steel Blue. HEX triplet: A7, BD and DA. RGB value is (167,189,218). Sum of RGB (Red+Green+Blue) = 167+189+218=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #A7BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDDA is #584225. Grayscale: #B9B9B9. Windows color (decimal): -5784102 or 14335399. OLE color: 14335399.
HSL color Cylindrical-coordinate representation of color #A7BDDA: hue angle of 214.12º 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 #A7BDDA is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 189 | 218 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.15 |
| HSL | 214.12º | 0.41% | 0.75% | - |
| HSV(B) | 214.12º | 0.23% | 0.85% | - |
| XYZ | 46.79 | 49.67 | 73.45 | - |
| YUV | 185.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 218 | 0.23 | 0.13 | 0 | 0.15 | 214.12 | 0.41 | 0.75 |
| Hex | A7 | BD | DA | 17 | D | 0 | F | D6 | 29 | 4B |
| Octal | 247 | 275 | 332 | 27 | 15 | 0 | 17 | 326 | 51 | 113 |
| Binary | 10100111 | 10111101 | 11011010 | 10111 | 1101 | 0 | 1111 | 11010110 | 101001 | 1001011 |
Color Harmonies of #A7BDDA
Complementary color
Monochromatic Colors of #A7BDDA
Black with #A7BDDA
Text Example
Text Example
White with #A7BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BDDA; }
p { color: rgb(167,189,218); }
H1.HeaderClassName
{
color: #A7BDDA;
}
.AnyTagClassName
{
color: #A7BDDA;
}
</style>
background-color css
<style>
a { background-color: #A7BDDA; }
a { background-color: rgb(167,189,218); }
div.DivClassName
{
background-color: #A7BDDA;
}
.BgClassName
{
background-color: #A7BDDA;
}
</style>
border-color css
<style>
span { border-color: #A7BDDA; }
span { border-color: rgb(167,189,218); }
td.TdClassName
{
border-color: #A7BDDA;
}
.TagClassName
{
border-color: #A7BDDA;
}
</style>