Shades of Glacier #79BBC1
Tints of Glacier #79BBC1
RGB
CMYK
RGB Variations
Color information
#79BBC1 (or 0x79BBC1) is known color: Glacier. HEX triplet: 79, BB and C1. RGB value is (121,187,193). Sum of RGB (Red+Green+Blue) = 121+187+193=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #79BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BBC1 is #86443E. Grayscale: #A7A7A7. Windows color (decimal): -8799295 or 12696441. OLE color: 12696441.
HSL color Cylindrical-coordinate representation of color #79BBC1: hue angle of 185º 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 #79BBC1 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 187 | 193 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.24 |
| HSL | 185º | 0.37% | 0.62% | - |
| HSV(B) | 185º | 0.37% | 0.76% | - |
| XYZ | 35.28 | 43.46 | 56.98 | - |
| YUV | 167.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 187 | 193 | 0.37 | 0.03 | 0 | 0.24 | 185 | 0.37 | 0.62 |
| Hex | 79 | BB | C1 | 25 | 3 | 0 | 18 | B9 | 25 | 3E |
| Octal | 171 | 273 | 301 | 45 | 3 | 0 | 30 | 271 | 45 | 76 |
| Binary | 1111001 | 10111011 | 11000001 | 100101 | 11 | 0 | 11000 | 10111001 | 100101 | 111110 |
Color Harmonies of #79BBC1
Complementary color
Monochromatic Colors of #79BBC1
Black with #79BBC1
Text Example
Text Example
White with #79BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BBC1; }
p { color: rgb(121,187,193); }
H1.HeaderClassName
{
color: #79BBC1;
}
.AnyTagClassName
{
color: #79BBC1;
}
</style>
background-color css
<style>
a { background-color: #79BBC1; }
a { background-color: rgb(121,187,193); }
div.DivClassName
{
background-color: #79BBC1;
}
.BgClassName
{
background-color: #79BBC1;
}
</style>
border-color css
<style>
span { border-color: #79BBC1; }
span { border-color: rgb(121,187,193); }
td.TdClassName
{
border-color: #79BBC1;
}
.TagClassName
{
border-color: #79BBC1;
}
</style>