Shades of Glacier #79B8C4
Tints of Glacier #79B8C4
RGB
CMYK
RGB Variations
Color information
#79B8C4 (or 0x79B8C4) is known color: Glacier. HEX triplet: 79, B8 and C4. RGB value is (121,184,196). Sum of RGB (Red+Green+Blue) = 121+184+196=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #79B8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B8C4 is #86473B. Grayscale: #A6A6A6. Windows color (decimal): -8800060 or 12892281. OLE color: 12892281.
HSL color Cylindrical-coordinate representation of color #79B8C4: hue angle of 189.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79B8C4 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 184 | 196 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.23 |
| HSL | 189.6º | 0.39% | 0.62% | - |
| HSV(B) | 189.6º | 0.38% | 0.77% | - |
| XYZ | 34.99 | 42.33 | 58.55 | - |
| YUV | 166.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 184 | 196 | 0.38 | 0.06 | 0 | 0.23 | 189.6 | 0.39 | 0.62 |
| Hex | 79 | B8 | C4 | 26 | 6 | 0 | 17 | BE | 27 | 3E |
| Octal | 171 | 270 | 304 | 46 | 6 | 0 | 27 | 276 | 47 | 76 |
| Binary | 1111001 | 10111000 | 11000100 | 100110 | 110 | 0 | 10111 | 10111110 | 100111 | 111110 |
Color Harmonies of #79B8C4
Complementary color
Monochromatic Colors of #79B8C4
Black with #79B8C4
Text Example
Text Example
White with #79B8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B8C4; }
p { color: rgb(121,184,196); }
H1.HeaderClassName
{
color: #79B8C4;
}
.AnyTagClassName
{
color: #79B8C4;
}
</style>
background-color css
<style>
a { background-color: #79B8C4; }
a { background-color: rgb(121,184,196); }
div.DivClassName
{
background-color: #79B8C4;
}
.BgClassName
{
background-color: #79B8C4;
}
</style>
border-color css
<style>
span { border-color: #79B8C4; }
span { border-color: rgb(121,184,196); }
td.TdClassName
{
border-color: #79B8C4;
}
.TagClassName
{
border-color: #79B8C4;
}
</style>