Shades of Glacier #79A6C0
Tints of Glacier #79A6C0
RGB
CMYK
RGB Variations
Color information
#79A6C0 (or 0x79A6C0) is known color: Glacier. HEX triplet: 79, A6 and C0. RGB value is (121,166,192). Sum of RGB (Red+Green+Blue) = 121+166+192=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #79A6C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A6C0 is #86593F. Grayscale: #9B9B9B. Windows color (decimal): -8804672 or 12625529. OLE color: 12625529.
HSL color Cylindrical-coordinate representation of color #79A6C0: hue angle of 201.97º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79A6C0 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 166 | 192 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.25 |
| HSL | 201.97º | 0.36% | 0.61% | - |
| HSV(B) | 201.97º | 0.37% | 0.75% | - |
| XYZ | 31.04 | 35.14 | 55.02 | - |
| YUV | 155.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 166 | 192 | 0.37 | 0.14 | 0 | 0.25 | 201.97 | 0.36 | 0.61 |
| Hex | 79 | A6 | C0 | 25 | E | 0 | 19 | CA | 24 | 3D |
| Octal | 171 | 246 | 300 | 45 | 16 | 0 | 31 | 312 | 44 | 75 |
| Binary | 1111001 | 10100110 | 11000000 | 100101 | 1110 | 0 | 11001 | 11001010 | 100100 | 111101 |
Color Harmonies of #79A6C0
Complementary color
Monochromatic Colors of #79A6C0
Black with #79A6C0
Text Example
Text Example
White with #79A6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A6C0; }
p { color: rgb(121,166,192); }
H1.HeaderClassName
{
color: #79A6C0;
}
.AnyTagClassName
{
color: #79A6C0;
}
</style>
background-color css
<style>
a { background-color: #79A6C0; }
a { background-color: rgb(121,166,192); }
div.DivClassName
{
background-color: #79A6C0;
}
.BgClassName
{
background-color: #79A6C0;
}
</style>
border-color css
<style>
span { border-color: #79A6C0; }
span { border-color: rgb(121,166,192); }
td.TdClassName
{
border-color: #79A6C0;
}
.TagClassName
{
border-color: #79A6C0;
}
</style>