Shades of Light Steel Blue #A7C2E1
Tints of Light Steel Blue #A7C2E1
RGB
CMYK
RGB Variations
Color information
#A7C2E1 (or 0xA7C2E1) is known color: Light Steel Blue. HEX triplet: A7, C2 and E1. RGB value is (167,194,225). Sum of RGB (Red+Green+Blue) = 167+194+225=586 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.50% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #A7C2E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C2E1 is #583D1E. Grayscale: #BDBDBD. Windows color (decimal): -5782815 or 14795431. OLE color: 14795431.
HSL color Cylindrical-coordinate representation of color #A7C2E1: hue angle of 212.07º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7C2E1 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 194 | 225 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.12 |
| HSL | 212.07º | 0.49% | 0.77% | - |
| HSV(B) | 212.07º | 0.26% | 0.88% | - |
| XYZ | 48.82 | 52.24 | 78.74 | - |
| YUV | 189.46 | 148.05 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 194 | 225 | 0.26 | 0.14 | 0 | 0.12 | 212.07 | 0.49 | 0.77 |
| Hex | A7 | C2 | E1 | 1A | E | 0 | C | D4 | 31 | 4D |
| Octal | 247 | 302 | 341 | 32 | 16 | 0 | 14 | 324 | 61 | 115 |
| Binary | 10100111 | 11000010 | 11100001 | 11010 | 1110 | 0 | 1100 | 11010100 | 110001 | 1001101 |
Color Harmonies of #A7C2E1
Complementary color
Monochromatic Colors of #A7C2E1
Black with #A7C2E1
Text Example
Text Example
White with #A7C2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C2E1; }
p { color: rgb(167,194,225); }
H1.HeaderClassName
{
color: #A7C2E1;
}
.AnyTagClassName
{
color: #A7C2E1;
}
</style>
background-color css
<style>
a { background-color: #A7C2E1; }
a { background-color: rgb(167,194,225); }
div.DivClassName
{
background-color: #A7C2E1;
}
.BgClassName
{
background-color: #A7C2E1;
}
</style>
border-color css
<style>
span { border-color: #A7C2E1; }
span { border-color: rgb(167,194,225); }
td.TdClassName
{
border-color: #A7C2E1;
}
.TagClassName
{
border-color: #A7C2E1;
}
</style>