Shades of Glacier #7AACC6
Tints of Glacier #7AACC6
RGB
CMYK
RGB Variations
Color information
#7AACC6 (or 0x7AACC6) is known color: Glacier. HEX triplet: 7A, AC and C6. RGB value is (122,172,198). Sum of RGB (Red+Green+Blue) = 122+172+198=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #7AACC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACC6 is #855339. Grayscale: #9F9F9F. Windows color (decimal): -8737594 or 13020282. OLE color: 13020282.
HSL color Cylindrical-coordinate representation of color #7AACC6: hue angle of 200.53º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AACC6 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 172 | 198 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.22 |
| HSL | 200.53º | 0.4% | 0.63% | - |
| HSV(B) | 200.53º | 0.38% | 0.78% | - |
| XYZ | 32.97 | 37.72 | 58.97 | - |
| YUV | 160.01 | 149.44 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 198 | 0.38 | 0.13 | 0 | 0.22 | 200.53 | 0.4 | 0.63 |
| Hex | 7A | AC | C6 | 26 | D | 0 | 16 | C9 | 28 | 3F |
| Octal | 172 | 254 | 306 | 46 | 15 | 0 | 26 | 311 | 50 | 77 |
| Binary | 1111010 | 10101100 | 11000110 | 100110 | 1101 | 0 | 10110 | 11001001 | 101000 | 111111 |
Color Harmonies of #7AACC6
Complementary color
Monochromatic Colors of #7AACC6
Black with #7AACC6
Text Example
Text Example
White with #7AACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACC6; }
p { color: rgb(122,172,198); }
H1.HeaderClassName
{
color: #7AACC6;
}
.AnyTagClassName
{
color: #7AACC6;
}
</style>
background-color css
<style>
a { background-color: #7AACC6; }
a { background-color: rgb(122,172,198); }
div.DivClassName
{
background-color: #7AACC6;
}
.BgClassName
{
background-color: #7AACC6;
}
</style>
border-color css
<style>
span { border-color: #7AACC6; }
span { border-color: rgb(122,172,198); }
td.TdClassName
{
border-color: #7AACC6;
}
.TagClassName
{
border-color: #7AACC6;
}
</style>