Shades of Glacier #79A4BC
Tints of Glacier #79A4BC
RGB
CMYK
RGB Variations
Color information
#79A4BC (or 0x79A4BC) is known color: Glacier. HEX triplet: 79, A4 and BC. RGB value is (121,164,188). Sum of RGB (Red+Green+Blue) = 121+164+188=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #79A4BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A4BC is #865B43. Grayscale: #999999. Windows color (decimal): -8805188 or 12362873. OLE color: 12362873.
HSL color Cylindrical-coordinate representation of color #79A4BC: hue angle of 201.49º degrees, saturation: 0.33, 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 #79A4BC is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 164 | 188 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.26 |
| HSL | 201.49º | 0.33% | 0.61% | - |
| HSV(B) | 201.49º | 0.36% | 0.74% | - |
| XYZ | 30.24 | 34.25 | 52.59 | - |
| YUV | 153.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 164 | 188 | 0.36 | 0.13 | 0 | 0.26 | 201.49 | 0.33 | 0.61 |
| Hex | 79 | A4 | BC | 24 | D | 0 | 1A | C9 | 21 | 3D |
| Octal | 171 | 244 | 274 | 44 | 15 | 0 | 32 | 311 | 41 | 75 |
| Binary | 1111001 | 10100100 | 10111100 | 100100 | 1101 | 0 | 11010 | 11001001 | 100001 | 111101 |
Color Harmonies of #79A4BC
Complementary color
Monochromatic Colors of #79A4BC
Black with #79A4BC
Text Example
Text Example
White with #79A4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A4BC; }
p { color: rgb(121,164,188); }
H1.HeaderClassName
{
color: #79A4BC;
}
.AnyTagClassName
{
color: #79A4BC;
}
</style>
background-color css
<style>
a { background-color: #79A4BC; }
a { background-color: rgb(121,164,188); }
div.DivClassName
{
background-color: #79A4BC;
}
.BgClassName
{
background-color: #79A4BC;
}
</style>
border-color css
<style>
span { border-color: #79A4BC; }
span { border-color: rgb(121,164,188); }
td.TdClassName
{
border-color: #79A4BC;
}
.TagClassName
{
border-color: #79A4BC;
}
</style>