Shades of Glacier #79BBBE
Tints of Glacier #79BBBE
RGB
CMYK
RGB Variations
Color information
#79BBBE (or 0x79BBBE) is known color: Glacier. HEX triplet: 79, BB and BE. RGB value is (121,187,190). Sum of RGB (Red+Green+Blue) = 121+187+190=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #79BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BBBE is #864441. Grayscale: #A7A7A7. Windows color (decimal): -8799298 or 12499833. OLE color: 12499833.
HSL color Cylindrical-coordinate representation of color #79BBBE: hue angle of 182.61º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79BBBE is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 187 | 190 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.25 |
| HSL | 182.61º | 0.35% | 0.61% | - |
| HSV(B) | 182.61º | 0.36% | 0.75% | - |
| XYZ | 34.95 | 43.32 | 55.24 | - |
| YUV | 167.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 187 | 190 | 0.36 | 0.02 | 0 | 0.25 | 182.61 | 0.35 | 0.61 |
| Hex | 79 | BB | BE | 24 | 2 | 0 | 19 | B7 | 23 | 3D |
| Octal | 171 | 273 | 276 | 44 | 2 | 0 | 31 | 267 | 43 | 75 |
| Binary | 1111001 | 10111011 | 10111110 | 100100 | 10 | 0 | 11001 | 10110111 | 100011 | 111101 |
Color Harmonies of #79BBBE
Complementary color
Monochromatic Colors of #79BBBE
Black with #79BBBE
Text Example
Text Example
White with #79BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BBBE; }
p { color: rgb(121,187,190); }
H1.HeaderClassName
{
color: #79BBBE;
}
.AnyTagClassName
{
color: #79BBBE;
}
</style>
background-color css
<style>
a { background-color: #79BBBE; }
a { background-color: rgb(121,187,190); }
div.DivClassName
{
background-color: #79BBBE;
}
.BgClassName
{
background-color: #79BBBE;
}
</style>
border-color css
<style>
span { border-color: #79BBBE; }
span { border-color: rgb(121,187,190); }
td.TdClassName
{
border-color: #79BBBE;
}
.TagClassName
{
border-color: #79BBBE;
}
</style>