Shades of Glacier #79A3BB
Tints of Glacier #79A3BB
RGB
CMYK
RGB Variations
Color information
#79A3BB (or 0x79A3BB) is known color: Glacier. HEX triplet: 79, A3 and BB. RGB value is (121,163,187). Sum of RGB (Red+Green+Blue) = 121+163+187=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #79A3BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A3BB is #865C44. Grayscale: #999999. Windows color (decimal): -8805445 or 12297081. OLE color: 12297081.
HSL color Cylindrical-coordinate representation of color #79A3BB: hue angle of 201.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79A3BB is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 163 | 187 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.27 |
| HSL | 201.82º | 0.33% | 0.6% | - |
| HSV(B) | 201.82º | 0.35% | 0.73% | - |
| XYZ | 29.95 | 33.85 | 51.97 | - |
| YUV | 153.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 163 | 187 | 0.35 | 0.13 | 0 | 0.27 | 201.82 | 0.33 | 0.6 |
| Hex | 79 | A3 | BB | 23 | D | 0 | 1B | CA | 21 | 3C |
| Octal | 171 | 243 | 273 | 43 | 15 | 0 | 33 | 312 | 41 | 74 |
| Binary | 1111001 | 10100011 | 10111011 | 100011 | 1101 | 0 | 11011 | 11001010 | 100001 | 111100 |
Color Harmonies of #79A3BB
Complementary color
Monochromatic Colors of #79A3BB
Black with #79A3BB
Text Example
Text Example
White with #79A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A3BB; }
p { color: rgb(121,163,187); }
H1.HeaderClassName
{
color: #79A3BB;
}
.AnyTagClassName
{
color: #79A3BB;
}
</style>
background-color css
<style>
a { background-color: #79A3BB; }
a { background-color: rgb(121,163,187); }
div.DivClassName
{
background-color: #79A3BB;
}
.BgClassName
{
background-color: #79A3BB;
}
</style>
border-color css
<style>
span { border-color: #79A3BB; }
span { border-color: rgb(121,163,187); }
td.TdClassName
{
border-color: #79A3BB;
}
.TagClassName
{
border-color: #79A3BB;
}
</style>