Shades of Glacier #79ACB9
Tints of Glacier #79ACB9
RGB
CMYK
RGB Variations
Color information
#79ACB9 (or 0x79ACB9) is known color: Glacier. HEX triplet: 79, AC and B9. RGB value is (121,172,185). Sum of RGB (Red+Green+Blue) = 121+172+185=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #79ACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ACB9 is #865346. Grayscale: #9E9E9E. Windows color (decimal): -8803143 or 12168313. OLE color: 12168313.
HSL color Cylindrical-coordinate representation of color #79ACB9: hue angle of 192.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79ACB9 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 172 | 185 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.27 |
| HSL | 192.19º | 0.31% | 0.6% | - |
| HSV(B) | 192.19º | 0.35% | 0.73% | - |
| XYZ | 31.39 | 37.07 | 51.4 | - |
| YUV | 158.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 172 | 185 | 0.35 | 0.07 | 0 | 0.27 | 192.19 | 0.31 | 0.6 |
| Hex | 79 | AC | B9 | 23 | 7 | 0 | 1B | C0 | 1F | 3C |
| Octal | 171 | 254 | 271 | 43 | 7 | 0 | 33 | 300 | 37 | 74 |
| Binary | 1111001 | 10101100 | 10111001 | 100011 | 111 | 0 | 11011 | 11000000 | 11111 | 111100 |
Color Harmonies of #79ACB9
Complementary color
Monochromatic Colors of #79ACB9
Black with #79ACB9
Text Example
Text Example
White with #79ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79ACB9; }
p { color: rgb(121,172,185); }
H1.HeaderClassName
{
color: #79ACB9;
}
.AnyTagClassName
{
color: #79ACB9;
}
</style>
background-color css
<style>
a { background-color: #79ACB9; }
a { background-color: rgb(121,172,185); }
div.DivClassName
{
background-color: #79ACB9;
}
.BgClassName
{
background-color: #79ACB9;
}
</style>
border-color css
<style>
span { border-color: #79ACB9; }
span { border-color: rgb(121,172,185); }
td.TdClassName
{
border-color: #79ACB9;
}
.TagClassName
{
border-color: #79ACB9;
}
</style>