Shades of Glacier #76A8BF
Tints of Glacier #76A8BF
RGB
CMYK
RGB Variations
Color information
#76A8BF (or 0x76A8BF) is known color: Glacier. HEX triplet: 76, A8 and BF. RGB value is (118,168,191). Sum of RGB (Red+Green+Blue) = 118+168+191=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #76A8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8BF is #895740. Grayscale: #9B9B9B. Windows color (decimal): -9000769 or 12560502. OLE color: 12560502.
HSL color Cylindrical-coordinate representation of color #76A8BF: hue angle of 198.9º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76A8BF is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 168 | 191 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.25 |
| HSL | 198.9º | 0.36% | 0.61% | - |
| HSV(B) | 198.9º | 0.38% | 0.75% | - |
| XYZ | 30.88 | 35.62 | 54.54 | - |
| YUV | 155.67 | 147.94 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 191 | 0.38 | 0.12 | 0 | 0.25 | 198.9 | 0.36 | 0.61 |
| Hex | 76 | A8 | BF | 26 | C | 0 | 19 | C7 | 24 | 3D |
| Octal | 166 | 250 | 277 | 46 | 14 | 0 | 31 | 307 | 44 | 75 |
| Binary | 1110110 | 10101000 | 10111111 | 100110 | 1100 | 0 | 11001 | 11000111 | 100100 | 111101 |
Color Harmonies of #76A8BF
Complementary color
Monochromatic Colors of #76A8BF
Black with #76A8BF
Text Example
Text Example
White with #76A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A8BF; }
p { color: rgb(118,168,191); }
H1.HeaderClassName
{
color: #76A8BF;
}
.AnyTagClassName
{
color: #76A8BF;
}
</style>
background-color css
<style>
a { background-color: #76A8BF; }
a { background-color: rgb(118,168,191); }
div.DivClassName
{
background-color: #76A8BF;
}
.BgClassName
{
background-color: #76A8BF;
}
</style>
border-color css
<style>
span { border-color: #76A8BF; }
span { border-color: rgb(118,168,191); }
td.TdClassName
{
border-color: #76A8BF;
}
.TagClassName
{
border-color: #76A8BF;
}
</style>