Shades of Glacier #7AABC5
Tints of Glacier #7AABC5
RGB
CMYK
RGB Variations
Color information
#7AABC5 (or 0x7AABC5) is known color: Glacier. HEX triplet: 7A, AB and C5. RGB value is (122,171,197). Sum of RGB (Red+Green+Blue) = 122+171+197=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 197 - color contains mainly: blue. Hex color #7AABC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABC5 is #85543A. Grayscale: #9F9F9F. Windows color (decimal): -8737851 or 12954490. OLE color: 12954490.
HSL color Cylindrical-coordinate representation of color #7AABC5: hue angle of 200.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AABC5 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 171 | 197 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.23 |
| HSL | 200.8º | 0.39% | 0.63% | - |
| HSV(B) | 200.8º | 0.38% | 0.77% | - |
| XYZ | 32.67 | 37.29 | 58.3 | - |
| YUV | 159.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 197 | 0.38 | 0.13 | 0 | 0.23 | 200.8 | 0.39 | 0.63 |
| Hex | 7A | AB | C5 | 26 | D | 0 | 17 | C9 | 27 | 3F |
| Octal | 172 | 253 | 305 | 46 | 15 | 0 | 27 | 311 | 47 | 77 |
| Binary | 1111010 | 10101011 | 11000101 | 100110 | 1101 | 0 | 10111 | 11001001 | 100111 | 111111 |
Color Harmonies of #7AABC5
Complementary color
Monochromatic Colors of #7AABC5
Black with #7AABC5
Text Example
Text Example
White with #7AABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABC5; }
p { color: rgb(122,171,197); }
H1.HeaderClassName
{
color: #7AABC5;
}
.AnyTagClassName
{
color: #7AABC5;
}
</style>
background-color css
<style>
a { background-color: #7AABC5; }
a { background-color: rgb(122,171,197); }
div.DivClassName
{
background-color: #7AABC5;
}
.BgClassName
{
background-color: #7AABC5;
}
</style>
border-color css
<style>
span { border-color: #7AABC5; }
span { border-color: rgb(122,171,197); }
td.TdClassName
{
border-color: #7AABC5;
}
.TagClassName
{
border-color: #7AABC5;
}
</style>