Shades of Glacier #79BFC1
Tints of Glacier #79BFC1
RGB
CMYK
RGB Variations
Color information
#79BFC1 (or 0x79BFC1) is known color: Glacier. HEX triplet: 79, BF and C1. RGB value is (121,191,193). Sum of RGB (Red+Green+Blue) = 121+191+193=505 (66% of max value = 765). Red value is 121 (47.66% from 255 or 23.96% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #79BFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BFC1 is #86403E. Grayscale: #AAAAAA. Windows color (decimal): -8798271 or 12697465. OLE color: 12697465.
HSL color Cylindrical-coordinate representation of color #79BFC1: hue angle of 181.67º 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 #79BFC1 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 191 | 193 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.24 |
| HSL | 181.67º | 0.37% | 0.62% | - |
| HSV(B) | 181.67º | 0.37% | 0.76% | - |
| XYZ | 36.14 | 45.18 | 57.27 | - |
| YUV | 170.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 191 | 193 | 0.37 | 0.01 | 0 | 0.24 | 181.67 | 0.37 | 0.62 |
| Hex | 79 | BF | C1 | 25 | 1 | 0 | 18 | B6 | 25 | 3E |
| Octal | 171 | 277 | 301 | 45 | 1 | 0 | 30 | 266 | 45 | 76 |
| Binary | 1111001 | 10111111 | 11000001 | 100101 | 1 | 0 | 11000 | 10110110 | 100101 | 111110 |
Color Harmonies of #79BFC1
Complementary color
Monochromatic Colors of #79BFC1
Black with #79BFC1
Text Example
Text Example
White with #79BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BFC1; }
p { color: rgb(121,191,193); }
H1.HeaderClassName
{
color: #79BFC1;
}
.AnyTagClassName
{
color: #79BFC1;
}
</style>
background-color css
<style>
a { background-color: #79BFC1; }
a { background-color: rgb(121,191,193); }
div.DivClassName
{
background-color: #79BFC1;
}
.BgClassName
{
background-color: #79BFC1;
}
</style>
border-color css
<style>
span { border-color: #79BFC1; }
span { border-color: rgb(121,191,193); }
td.TdClassName
{
border-color: #79BFC1;
}
.TagClassName
{
border-color: #79BFC1;
}
</style>