Shades of Glacier #79ADC1
Tints of Glacier #79ADC1
RGB
CMYK
RGB Variations
Color information
#79ADC1 (or 0x79ADC1) is known color: Glacier. HEX triplet: 79, AD and C1. RGB value is (121,173,193). Sum of RGB (Red+Green+Blue) = 121+173+193=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #79ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ADC1 is #86523E. Grayscale: #9F9F9F. Windows color (decimal): -8802879 or 12692857. OLE color: 12692857.
HSL color Cylindrical-coordinate representation of color #79ADC1: hue angle of 196.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79ADC1 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 173 | 193 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.24 |
| HSL | 196.67º | 0.37% | 0.62% | - |
| HSV(B) | 196.67º | 0.37% | 0.76% | - |
| XYZ | 32.45 | 37.8 | 56.04 | - |
| YUV | 159.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 173 | 193 | 0.37 | 0.10 | 0 | 0.24 | 196.67 | 0.37 | 0.62 |
| Hex | 79 | AD | C1 | 25 | A | 0 | 18 | C5 | 25 | 3E |
| Octal | 171 | 255 | 301 | 45 | 12 | 0 | 30 | 305 | 45 | 76 |
| Binary | 1111001 | 10101101 | 11000001 | 100101 | 1010 | 0 | 11000 | 11000101 | 100101 | 111110 |
Color Harmonies of #79ADC1
Complementary color
Monochromatic Colors of #79ADC1
Black with #79ADC1
Text Example
Text Example
White with #79ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79ADC1; }
p { color: rgb(121,173,193); }
H1.HeaderClassName
{
color: #79ADC1;
}
.AnyTagClassName
{
color: #79ADC1;
}
</style>
background-color css
<style>
a { background-color: #79ADC1; }
a { background-color: rgb(121,173,193); }
div.DivClassName
{
background-color: #79ADC1;
}
.BgClassName
{
background-color: #79ADC1;
}
</style>
border-color css
<style>
span { border-color: #79ADC1; }
span { border-color: rgb(121,173,193); }
td.TdClassName
{
border-color: #79ADC1;
}
.TagClassName
{
border-color: #79ADC1;
}
</style>