Shades of Light Steel Blue #A7C3DF
Tints of Light Steel Blue #A7C3DF
RGB
CMYK
RGB Variations
Color information
#A7C3DF (or 0xA7C3DF) is known color: Light Steel Blue. HEX triplet: A7, C3 and DF. RGB value is (167,195,223). Sum of RGB (Red+Green+Blue) = 167+195+223=585 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.55% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7C3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C3DF is #583C20. Grayscale: #BDBDBD. Windows color (decimal): -5782561 or 14664615. OLE color: 14664615.
HSL color Cylindrical-coordinate representation of color #A7C3DF: hue angle of 210º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7C3DF is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 195 | 223 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.13 |
| HSL | 210º | 0.47% | 0.76% | - |
| HSV(B) | 210º | 0.25% | 0.87% | - |
| XYZ | 48.77 | 52.57 | 77.39 | - |
| YUV | 189.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 223 | 0.25 | 0.13 | 0 | 0.13 | 210 | 0.47 | 0.76 |
| Hex | A7 | C3 | DF | 19 | D | 0 | D | D2 | 2F | 4C |
| Octal | 247 | 303 | 337 | 31 | 15 | 0 | 15 | 322 | 57 | 114 |
| Binary | 10100111 | 11000011 | 11011111 | 11001 | 1101 | 0 | 1101 | 11010010 | 101111 | 1001100 |
Color Harmonies of #A7C3DF
Complementary color
Monochromatic Colors of #A7C3DF
Black with #A7C3DF
Text Example
Text Example
White with #A7C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C3DF; }
p { color: rgb(167,195,223); }
H1.HeaderClassName
{
color: #A7C3DF;
}
.AnyTagClassName
{
color: #A7C3DF;
}
</style>
background-color css
<style>
a { background-color: #A7C3DF; }
a { background-color: rgb(167,195,223); }
div.DivClassName
{
background-color: #A7C3DF;
}
.BgClassName
{
background-color: #A7C3DF;
}
</style>
border-color css
<style>
span { border-color: #A7C3DF; }
span { border-color: rgb(167,195,223); }
td.TdClassName
{
border-color: #A7C3DF;
}
.TagClassName
{
border-color: #A7C3DF;
}
</style>