Shades of Light Steel Blue #A7C3DC
Tints of Light Steel Blue #A7C3DC
RGB
CMYK
RGB Variations
Color information
#A7C3DC (or 0xA7C3DC) is known color: Light Steel Blue. HEX triplet: A7, C3 and DC. RGB value is (167,195,220). Sum of RGB (Red+Green+Blue) = 167+195+220=582 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.69% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7C3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C3DC is #583C23. Grayscale: #BDBDBD. Windows color (decimal): -5782564 or 14468007. OLE color: 14468007.
HSL color Cylindrical-coordinate representation of color #A7C3DC: hue angle of 208.3º degrees, saturation: 0.43, 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 #A7C3DC is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 195 | 220 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.14 |
| HSL | 208.3º | 0.43% | 0.76% | - |
| HSV(B) | 208.3º | 0.24% | 0.86% | - |
| XYZ | 48.37 | 52.41 | 75.28 | - |
| YUV | 189.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 220 | 0.24 | 0.11 | 0 | 0.14 | 208.3 | 0.43 | 0.76 |
| Hex | A7 | C3 | DC | 18 | B | 0 | E | D0 | 2B | 4C |
| Octal | 247 | 303 | 334 | 30 | 13 | 0 | 16 | 320 | 53 | 114 |
| Binary | 10100111 | 11000011 | 11011100 | 11000 | 1011 | 0 | 1110 | 11010000 | 101011 | 1001100 |
Color Harmonies of #A7C3DC
Complementary color
Monochromatic Colors of #A7C3DC
Black with #A7C3DC
Text Example
Text Example
White with #A7C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C3DC; }
p { color: rgb(167,195,220); }
H1.HeaderClassName
{
color: #A7C3DC;
}
.AnyTagClassName
{
color: #A7C3DC;
}
</style>
background-color css
<style>
a { background-color: #A7C3DC; }
a { background-color: rgb(167,195,220); }
div.DivClassName
{
background-color: #A7C3DC;
}
.BgClassName
{
background-color: #A7C3DC;
}
</style>
border-color css
<style>
span { border-color: #A7C3DC; }
span { border-color: rgb(167,195,220); }
td.TdClassName
{
border-color: #A7C3DC;
}
.TagClassName
{
border-color: #A7C3DC;
}
</style>