Shades of Glacier #79A9B9
Tints of Glacier #79A9B9
RGB
CMYK
RGB Variations
Color information
#79A9B9 (or 0x79A9B9) is known color: Glacier. HEX triplet: 79, A9 and B9. RGB value is (121,169,185). Sum of RGB (Red+Green+Blue) = 121+169+185=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #79A9B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A9B9 is #865646. Grayscale: #9C9C9C. Windows color (decimal): -8803911 or 12167545. OLE color: 12167545.
HSL color Cylindrical-coordinate representation of color #79A9B9: hue angle of 195º 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 #79A9B9 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 169 | 185 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.27 |
| HSL | 195º | 0.31% | 0.6% | - |
| HSV(B) | 195º | 0.35% | 0.73% | - |
| XYZ | 30.83 | 35.94 | 51.21 | - |
| YUV | 156.47 | 144.1 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 169 | 185 | 0.35 | 0.09 | 0 | 0.27 | 195 | 0.31 | 0.6 |
| Hex | 79 | A9 | B9 | 23 | 9 | 0 | 1B | C3 | 1F | 3C |
| Octal | 171 | 251 | 271 | 43 | 11 | 0 | 33 | 303 | 37 | 74 |
| Binary | 1111001 | 10101001 | 10111001 | 100011 | 1001 | 0 | 11011 | 11000011 | 11111 | 111100 |
Color Harmonies of #79A9B9
Complementary color
Monochromatic Colors of #79A9B9
Black with #79A9B9
Text Example
Text Example
White with #79A9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A9B9; }
p { color: rgb(121,169,185); }
H1.HeaderClassName
{
color: #79A9B9;
}
.AnyTagClassName
{
color: #79A9B9;
}
</style>
background-color css
<style>
a { background-color: #79A9B9; }
a { background-color: rgb(121,169,185); }
div.DivClassName
{
background-color: #79A9B9;
}
.BgClassName
{
background-color: #79A9B9;
}
</style>
border-color css
<style>
span { border-color: #79A9B9; }
span { border-color: rgb(121,169,185); }
td.TdClassName
{
border-color: #79A9B9;
}
.TagClassName
{
border-color: #79A9B9;
}
</style>