Shades of Glacier #79A3B9
Tints of Glacier #79A3B9
RGB
CMYK
RGB Variations
Color information
#79A3B9 (or 0x79A3B9) is known color: Glacier. HEX triplet: 79, A3 and B9. RGB value is (121,163,185). Sum of RGB (Red+Green+Blue) = 121+163+185=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 185 - color contains mainly: blue. Hex color #79A3B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A3B9 is #865C46. Grayscale: #989898. Windows color (decimal): -8805447 or 12166009. OLE color: 12166009.
HSL color Cylindrical-coordinate representation of color #79A3B9: hue angle of 200.62º 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 #79A3B9 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 163 | 185 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.27 |
| HSL | 200.63º | 0.31% | 0.6% | - |
| HSV(B) | 200.63º | 0.35% | 0.73% | - |
| XYZ | 29.74 | 33.76 | 50.85 | - |
| YUV | 152.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 163 | 185 | 0.35 | 0.12 | 0 | 0.27 | 200.63 | 0.31 | 0.6 |
| Hex | 79 | A3 | B9 | 23 | C | 0 | 1B | C9 | 1F | 3C |
| Octal | 171 | 243 | 271 | 43 | 14 | 0 | 33 | 311 | 37 | 74 |
| Binary | 1111001 | 10100011 | 10111001 | 100011 | 1100 | 0 | 11011 | 11001001 | 11111 | 111100 |
Color Harmonies of #79A3B9
Complementary color
Monochromatic Colors of #79A3B9
Black with #79A3B9
Text Example
Text Example
White with #79A3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A3B9; }
p { color: rgb(121,163,185); }
H1.HeaderClassName
{
color: #79A3B9;
}
.AnyTagClassName
{
color: #79A3B9;
}
</style>
background-color css
<style>
a { background-color: #79A3B9; }
a { background-color: rgb(121,163,185); }
div.DivClassName
{
background-color: #79A3B9;
}
.BgClassName
{
background-color: #79A3B9;
}
</style>
border-color css
<style>
span { border-color: #79A3B9; }
span { border-color: rgb(121,163,185); }
td.TdClassName
{
border-color: #79A3B9;
}
.TagClassName
{
border-color: #79A3B9;
}
</style>