Shades of Glacier #79BDC2
Tints of Glacier #79BDC2
RGB
CMYK
RGB Variations
Color information
#79BDC2 (or 0x79BDC2) is known color: Glacier. HEX triplet: 79, BD and C2. RGB value is (121,189,194). Sum of RGB (Red+Green+Blue) = 121+189+194=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #79BDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BDC2 is #86423D. Grayscale: #A9A9A9. Windows color (decimal): -8798782 or 12762489. OLE color: 12762489.
HSL color Cylindrical-coordinate representation of color #79BDC2: hue angle of 184.11º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79BDC2 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 189 | 194 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.24 |
| HSL | 184.11º | 0.37% | 0.62% | - |
| HSV(B) | 184.11º | 0.38% | 0.76% | - |
| XYZ | 35.82 | 44.36 | 57.71 | - |
| YUV | 169.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 189 | 194 | 0.38 | 0.03 | 0 | 0.24 | 184.11 | 0.37 | 0.62 |
| Hex | 79 | BD | C2 | 26 | 3 | 0 | 18 | B8 | 25 | 3E |
| Octal | 171 | 275 | 302 | 46 | 3 | 0 | 30 | 270 | 45 | 76 |
| Binary | 1111001 | 10111101 | 11000010 | 100110 | 11 | 0 | 11000 | 10111000 | 100101 | 111110 |
Color Harmonies of #79BDC2
Complementary color
Monochromatic Colors of #79BDC2
Black with #79BDC2
Text Example
Text Example
White with #79BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BDC2; }
p { color: rgb(121,189,194); }
H1.HeaderClassName
{
color: #79BDC2;
}
.AnyTagClassName
{
color: #79BDC2;
}
</style>
background-color css
<style>
a { background-color: #79BDC2; }
a { background-color: rgb(121,189,194); }
div.DivClassName
{
background-color: #79BDC2;
}
.BgClassName
{
background-color: #79BDC2;
}
</style>
border-color css
<style>
span { border-color: #79BDC2; }
span { border-color: rgb(121,189,194); }
td.TdClassName
{
border-color: #79BDC2;
}
.TagClassName
{
border-color: #79BDC2;
}
</style>