Shades of Glacier #79AAC5
Tints of Glacier #79AAC5
RGB
CMYK
RGB Variations
Color information
#79AAC5 (or 0x79AAC5) is known color: Glacier. HEX triplet: 79, AA and C5. RGB value is (121,170,197). Sum of RGB (Red+Green+Blue) = 121+170+197=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #79AAC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AAC5 is #86553A. Grayscale: #9E9E9E. Windows color (decimal): -8803643 or 12954233. OLE color: 12954233.
HSL color Cylindrical-coordinate representation of color #79AAC5: hue angle of 201.32º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79AAC5 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 170 | 197 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.23 |
| HSL | 201.32º | 0.4% | 0.62% | - |
| HSV(B) | 201.32º | 0.39% | 0.77% | - |
| XYZ | 32.34 | 36.85 | 58.23 | - |
| YUV | 158.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 170 | 197 | 0.39 | 0.14 | 0 | 0.23 | 201.32 | 0.4 | 0.62 |
| Hex | 79 | AA | C5 | 27 | E | 0 | 17 | C9 | 28 | 3E |
| Octal | 171 | 252 | 305 | 47 | 16 | 0 | 27 | 311 | 50 | 76 |
| Binary | 1111001 | 10101010 | 11000101 | 100111 | 1110 | 0 | 10111 | 11001001 | 101000 | 111110 |
Color Harmonies of #79AAC5
Complementary color
Monochromatic Colors of #79AAC5
Black with #79AAC5
Text Example
Text Example
White with #79AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AAC5; }
p { color: rgb(121,170,197); }
H1.HeaderClassName
{
color: #79AAC5;
}
.AnyTagClassName
{
color: #79AAC5;
}
</style>
background-color css
<style>
a { background-color: #79AAC5; }
a { background-color: rgb(121,170,197); }
div.DivClassName
{
background-color: #79AAC5;
}
.BgClassName
{
background-color: #79AAC5;
}
</style>
border-color css
<style>
span { border-color: #79AAC5; }
span { border-color: rgb(121,170,197); }
td.TdClassName
{
border-color: #79AAC5;
}
.TagClassName
{
border-color: #79AAC5;
}
</style>