Shades of Glacier #79ADB9
Tints of Glacier #79ADB9
RGB
CMYK
RGB Variations
Color information
#79ADB9 (or 0x79ADB9) is known color: Glacier. HEX triplet: 79, AD and B9. RGB value is (121,173,185). Sum of RGB (Red+Green+Blue) = 121+173+185=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 185 - color contains mainly: blue. Hex color #79ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ADB9 is #865246. Grayscale: #9E9E9E. Windows color (decimal): -8802887 or 12168569. OLE color: 12168569.
HSL color Cylindrical-coordinate representation of color #79ADB9: hue angle of 191.25º 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 #79ADB9 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 173 | 185 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.27 |
| HSL | 191.25º | 0.31% | 0.6% | - |
| HSV(B) | 191.25º | 0.35% | 0.73% | - |
| XYZ | 31.59 | 37.45 | 51.46 | - |
| YUV | 158.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 173 | 185 | 0.35 | 0.06 | 0 | 0.27 | 191.25 | 0.31 | 0.6 |
| Hex | 79 | AD | B9 | 23 | 6 | 0 | 1B | BF | 1F | 3C |
| Octal | 171 | 255 | 271 | 43 | 6 | 0 | 33 | 277 | 37 | 74 |
| Binary | 1111001 | 10101101 | 10111001 | 100011 | 110 | 0 | 11011 | 10111111 | 11111 | 111100 |
Color Harmonies of #79ADB9
Complementary color
Monochromatic Colors of #79ADB9
Black with #79ADB9
Text Example
Text Example
White with #79ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79ADB9; }
p { color: rgb(121,173,185); }
H1.HeaderClassName
{
color: #79ADB9;
}
.AnyTagClassName
{
color: #79ADB9;
}
</style>
background-color css
<style>
a { background-color: #79ADB9; }
a { background-color: rgb(121,173,185); }
div.DivClassName
{
background-color: #79ADB9;
}
.BgClassName
{
background-color: #79ADB9;
}
</style>
border-color css
<style>
span { border-color: #79ADB9; }
span { border-color: rgb(121,173,185); }
td.TdClassName
{
border-color: #79ADB9;
}
.TagClassName
{
border-color: #79ADB9;
}
</style>