Shades of Light Steel Blue #A7C6DB
Tints of Light Steel Blue #A7C6DB
RGB
CMYK
RGB Variations
Color information
#A7C6DB (or 0xA7C6DB) is known color: Light Steel Blue. HEX triplet: A7, C6 and DB. RGB value is (167,198,219). Sum of RGB (Red+Green+Blue) = 167+198+219=584 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.60% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7C6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C6DB is #583924. Grayscale: #BFBFBF. Windows color (decimal): -5781797 or 14403239. OLE color: 14403239.
HSL color Cylindrical-coordinate representation of color #A7C6DB: hue angle of 204.23º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7C6DB is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 198 | 219 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.14 |
| HSL | 204.23º | 0.42% | 0.76% | - |
| HSV(B) | 204.23º | 0.24% | 0.86% | - |
| XYZ | 48.92 | 53.72 | 74.81 | - |
| YUV | 191.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 198 | 219 | 0.24 | 0.10 | 0 | 0.14 | 204.23 | 0.42 | 0.76 |
| Hex | A7 | C6 | DB | 18 | A | 0 | E | CC | 2A | 4C |
| Octal | 247 | 306 | 333 | 30 | 12 | 0 | 16 | 314 | 52 | 114 |
| Binary | 10100111 | 11000110 | 11011011 | 11000 | 1010 | 0 | 1110 | 11001100 | 101010 | 1001100 |
Color Harmonies of #A7C6DB
Complementary color
Monochromatic Colors of #A7C6DB
Black with #A7C6DB
Text Example
Text Example
White with #A7C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C6DB; }
p { color: rgb(167,198,219); }
H1.HeaderClassName
{
color: #A7C6DB;
}
.AnyTagClassName
{
color: #A7C6DB;
}
</style>
background-color css
<style>
a { background-color: #A7C6DB; }
a { background-color: rgb(167,198,219); }
div.DivClassName
{
background-color: #A7C6DB;
}
.BgClassName
{
background-color: #A7C6DB;
}
</style>
border-color css
<style>
span { border-color: #A7C6DB; }
span { border-color: rgb(167,198,219); }
td.TdClassName
{
border-color: #A7C6DB;
}
.TagClassName
{
border-color: #A7C6DB;
}
</style>