Shades of Glacier #79A6B5
Tints of Glacier #79A6B5
RGB
CMYK
RGB Variations
Color information
#79A6B5 (or 0x79A6B5) is known color: Glacier. HEX triplet: 79, A6 and B5. RGB value is (121,166,181). Sum of RGB (Red+Green+Blue) = 121+166+181=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #79A6B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A6B5 is #86594A. Grayscale: #9A9A9A. Windows color (decimal): -8804683 or 11904633. OLE color: 11904633.
HSL color Cylindrical-coordinate representation of color #79A6B5: hue angle of 195º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79A6B5 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 121 | 166 | 181 | - |
CMYK | 0.33 | 0.08 | 0 | 0.29 |
HSL | 195º | 0.29% | 0.59% | - |
HSV(B) | 195º | 0.33% | 0.71% | - |
XYZ | 29.86 | 34.67 | 48.83 | - |
YUV | 154.26 | 143.09 | 104.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 121 | 166 | 181 | 0.33 | 0.08 | 0 | 0.29 | 195 | 0.29 | 0.59 |
Hex | 79 | A6 | B5 | 21 | 8 | 0 | 1D | C3 | 1D | 3B |
Octal | 171 | 246 | 265 | 41 | 10 | 0 | 35 | 303 | 35 | 73 |
Binary | 1111001 | 10100110 | 10110101 | 100001 | 1000 | 0 | 11101 | 11000011 | 11101 | 111011 |
Color Harmonies of #79A6B5
Complementary color
Monochromatic Colors of #79A6B5
Black with #79A6B5
Text Example
Text Example
White with #79A6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A6B5; }
p { color: rgb(121,166,181); }
H1.HeaderClassName
{
color: #79A6B5;
}
.AnyTagClassName
{
color: #79A6B5;
}
</style>
background-color css
<style>
a { background-color: #79A6B5; }
a { background-color: rgb(121,166,181); }
div.DivClassName
{
background-color: #79A6B5;
}
.BgClassName
{
background-color: #79A6B5;
}
</style>
border-color css
<style>
span { border-color: #79A6B5; }
span { border-color: rgb(121,166,181); }
td.TdClassName
{
border-color: #79A6B5;
}
.TagClassName
{
border-color: #79A6B5;
}
</style>