Shades of Glacier #7AA9BA
Tints of Glacier #7AA9BA
RGB
CMYK
RGB Variations
Color information
#7AA9BA (or 0x7AA9BA) is known color: Glacier. HEX triplet: 7A, A9 and BA. RGB value is (122,169,186). Sum of RGB (Red+Green+Blue) = 122+169+186=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #7AA9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA9BA is #855645. Grayscale: #9C9C9C. Windows color (decimal): -8738374 or 12233082. OLE color: 12233082.
HSL color Cylindrical-coordinate representation of color #7AA9BA: hue angle of 195.94º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AA9BA is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 169 | 186 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.27 |
| HSL | 195.94º | 0.32% | 0.6% | - |
| HSV(B) | 195.94º | 0.34% | 0.73% | - |
| XYZ | 31.08 | 36.06 | 51.78 | - |
| YUV | 156.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 186 | 0.34 | 0.09 | 0 | 0.27 | 195.94 | 0.32 | 0.6 |
| Hex | 7A | A9 | BA | 22 | 9 | 0 | 1B | C4 | 20 | 3C |
| Octal | 172 | 251 | 272 | 42 | 11 | 0 | 33 | 304 | 40 | 74 |
| Binary | 1111010 | 10101001 | 10111010 | 100010 | 1001 | 0 | 11011 | 11000100 | 100000 | 111100 |
Color Harmonies of #7AA9BA
Complementary color
Monochromatic Colors of #7AA9BA
Black with #7AA9BA
Text Example
Text Example
White with #7AA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA9BA; }
p { color: rgb(122,169,186); }
H1.HeaderClassName
{
color: #7AA9BA;
}
.AnyTagClassName
{
color: #7AA9BA;
}
</style>
background-color css
<style>
a { background-color: #7AA9BA; }
a { background-color: rgb(122,169,186); }
div.DivClassName
{
background-color: #7AA9BA;
}
.BgClassName
{
background-color: #7AA9BA;
}
</style>
border-color css
<style>
span { border-color: #7AA9BA; }
span { border-color: rgb(122,169,186); }
td.TdClassName
{
border-color: #7AA9BA;
}
.TagClassName
{
border-color: #7AA9BA;
}
</style>