Shades of Glacier #79A5BF
Tints of Glacier #79A5BF
RGB
CMYK
RGB Variations
Color information
#79A5BF (or 0x79A5BF) is known color: Glacier. HEX triplet: 79, A5 and BF. RGB value is (121,165,191). Sum of RGB (Red+Green+Blue) = 121+165+191=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #79A5BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A5BF is #865A40. Grayscale: #9A9A9A. Windows color (decimal): -8804929 or 12559737. OLE color: 12559737.
HSL color Cylindrical-coordinate representation of color #79A5BF: hue angle of 202.29º degrees, saturation: 0.35, 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 #79A5BF is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 165 | 191 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.25 |
| HSL | 202.29º | 0.35% | 0.61% | - |
| HSV(B) | 202.29º | 0.37% | 0.75% | - |
| XYZ | 30.74 | 34.74 | 54.37 | - |
| YUV | 154.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 165 | 191 | 0.37 | 0.14 | 0 | 0.25 | 202.29 | 0.35 | 0.61 |
| Hex | 79 | A5 | BF | 25 | E | 0 | 19 | CA | 23 | 3D |
| Octal | 171 | 245 | 277 | 45 | 16 | 0 | 31 | 312 | 43 | 75 |
| Binary | 1111001 | 10100101 | 10111111 | 100101 | 1110 | 0 | 11001 | 11001010 | 100011 | 111101 |
Color Harmonies of #79A5BF
Complementary color
Monochromatic Colors of #79A5BF
Black with #79A5BF
Text Example
Text Example
White with #79A5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A5BF; }
p { color: rgb(121,165,191); }
H1.HeaderClassName
{
color: #79A5BF;
}
.AnyTagClassName
{
color: #79A5BF;
}
</style>
background-color css
<style>
a { background-color: #79A5BF; }
a { background-color: rgb(121,165,191); }
div.DivClassName
{
background-color: #79A5BF;
}
.BgClassName
{
background-color: #79A5BF;
}
</style>
border-color css
<style>
span { border-color: #79A5BF; }
span { border-color: rgb(121,165,191); }
td.TdClassName
{
border-color: #79A5BF;
}
.TagClassName
{
border-color: #79A5BF;
}
</style>