Shades of Glacier #79A5BD
Tints of Glacier #79A5BD
RGB
CMYK
RGB Variations
Color information
#79A5BD (or 0x79A5BD) is known color: Glacier. HEX triplet: 79, A5 and BD. RGB value is (121,165,189). Sum of RGB (Red+Green+Blue) = 121+165+189=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #79A5BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A5BD is #865A42. Grayscale: #9A9A9A. Windows color (decimal): -8804931 or 12428665. OLE color: 12428665.
HSL color Cylindrical-coordinate representation of color #79A5BD: hue angle of 201.18º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79A5BD is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 165 | 189 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.26 |
| HSL | 201.18º | 0.34% | 0.61% | - |
| HSV(B) | 201.18º | 0.36% | 0.74% | - |
| XYZ | 30.53 | 34.65 | 53.22 | - |
| YUV | 154.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 165 | 189 | 0.36 | 0.13 | 0 | 0.26 | 201.18 | 0.34 | 0.61 |
| Hex | 79 | A5 | BD | 24 | D | 0 | 1A | C9 | 22 | 3D |
| Octal | 171 | 245 | 275 | 44 | 15 | 0 | 32 | 311 | 42 | 75 |
| Binary | 1111001 | 10100101 | 10111101 | 100100 | 1101 | 0 | 11010 | 11001001 | 100010 | 111101 |
Color Harmonies of #79A5BD
Complementary color
Monochromatic Colors of #79A5BD
Black with #79A5BD
Text Example
Text Example
White with #79A5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A5BD; }
p { color: rgb(121,165,189); }
H1.HeaderClassName
{
color: #79A5BD;
}
.AnyTagClassName
{
color: #79A5BD;
}
</style>
background-color css
<style>
a { background-color: #79A5BD; }
a { background-color: rgb(121,165,189); }
div.DivClassName
{
background-color: #79A5BD;
}
.BgClassName
{
background-color: #79A5BD;
}
</style>
border-color css
<style>
span { border-color: #79A5BD; }
span { border-color: rgb(121,165,189); }
td.TdClassName
{
border-color: #79A5BD;
}
.TagClassName
{
border-color: #79A5BD;
}
</style>