Shades of Glacier #7AABBA
Tints of Glacier #7AABBA
RGB
CMYK
RGB Variations
Color information
#7AABBA (or 0x7AABBA) is known color: Glacier. HEX triplet: 7A, AB and BA. RGB value is (122,171,186). Sum of RGB (Red+Green+Blue) = 122+171+186=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #7AABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABBA is #855445. Grayscale: #9D9D9D. Windows color (decimal): -8737862 or 12233594. OLE color: 12233594.
HSL color Cylindrical-coordinate representation of color #7AABBA: hue angle of 194.06º 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 #7AABBA is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 171 | 186 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.27 |
| HSL | 194.06º | 0.32% | 0.6% | - |
| HSV(B) | 194.06º | 0.34% | 0.73% | - |
| XYZ | 31.45 | 36.81 | 51.9 | - |
| YUV | 158.06 | 143.77 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 186 | 0.34 | 0.08 | 0 | 0.27 | 194.06 | 0.32 | 0.6 |
| Hex | 7A | AB | BA | 22 | 8 | 0 | 1B | C2 | 20 | 3C |
| Octal | 172 | 253 | 272 | 42 | 10 | 0 | 33 | 302 | 40 | 74 |
| Binary | 1111010 | 10101011 | 10111010 | 100010 | 1000 | 0 | 11011 | 11000010 | 100000 | 111100 |
Color Harmonies of #7AABBA
Complementary color
Monochromatic Colors of #7AABBA
Black with #7AABBA
Text Example
Text Example
White with #7AABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABBA; }
p { color: rgb(122,171,186); }
H1.HeaderClassName
{
color: #7AABBA;
}
.AnyTagClassName
{
color: #7AABBA;
}
</style>
background-color css
<style>
a { background-color: #7AABBA; }
a { background-color: rgb(122,171,186); }
div.DivClassName
{
background-color: #7AABBA;
}
.BgClassName
{
background-color: #7AABBA;
}
</style>
border-color css
<style>
span { border-color: #7AABBA; }
span { border-color: rgb(122,171,186); }
td.TdClassName
{
border-color: #7AABBA;
}
.TagClassName
{
border-color: #7AABBA;
}
</style>