Shades of Glacier #79A5BE
Tints of Glacier #79A5BE
RGB
CMYK
RGB Variations
Color information
#79A5BE (or 0x79A5BE) is known color: Glacier. HEX triplet: 79, A5 and BE. RGB value is (121,165,190). Sum of RGB (Red+Green+Blue) = 121+165+190=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #79A5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A5BE is #865A41. Grayscale: #9A9A9A. Windows color (decimal): -8804930 or 12494201. OLE color: 12494201.
HSL color Cylindrical-coordinate representation of color #79A5BE: hue angle of 201.74º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79A5BE is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 165 | 190 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.25 |
| HSL | 201.74º | 0.35% | 0.61% | - |
| HSV(B) | 201.74º | 0.36% | 0.75% | - |
| XYZ | 30.63 | 34.69 | 53.8 | - |
| YUV | 154.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 165 | 190 | 0.36 | 0.13 | 0 | 0.25 | 201.74 | 0.35 | 0.61 |
| Hex | 79 | A5 | BE | 24 | D | 0 | 19 | CA | 23 | 3D |
| Octal | 171 | 245 | 276 | 44 | 15 | 0 | 31 | 312 | 43 | 75 |
| Binary | 1111001 | 10100101 | 10111110 | 100100 | 1101 | 0 | 11001 | 11001010 | 100011 | 111101 |
Color Harmonies of #79A5BE
Complementary color
Monochromatic Colors of #79A5BE
Black with #79A5BE
Text Example
Text Example
White with #79A5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A5BE; }
p { color: rgb(121,165,190); }
H1.HeaderClassName
{
color: #79A5BE;
}
.AnyTagClassName
{
color: #79A5BE;
}
</style>
background-color css
<style>
a { background-color: #79A5BE; }
a { background-color: rgb(121,165,190); }
div.DivClassName
{
background-color: #79A5BE;
}
.BgClassName
{
background-color: #79A5BE;
}
</style>
border-color css
<style>
span { border-color: #79A5BE; }
span { border-color: rgb(121,165,190); }
td.TdClassName
{
border-color: #79A5BE;
}
.TagClassName
{
border-color: #79A5BE;
}
</style>