Shades of Glacier #76A9BA
Tints of Glacier #76A9BA
RGB
CMYK
RGB Variations
Color information
#76A9BA (or 0x76A9BA) is known color: Glacier. HEX triplet: 76, A9 and BA. RGB value is (118,169,186). Sum of RGB (Red+Green+Blue) = 118+169+186=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #76A9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A9BA is #895645. Grayscale: #9B9B9B. Windows color (decimal): -9000518 or 12233078. OLE color: 12233078.
HSL color Cylindrical-coordinate representation of color #76A9BA: hue angle of 195º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76A9BA is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 169 | 186 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.27 |
| HSL | 195º | 0.33% | 0.6% | - |
| HSV(B) | 195º | 0.37% | 0.73% | - |
| XYZ | 30.52 | 35.77 | 51.75 | - |
| YUV | 155.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 186 | 0.37 | 0.09 | 0 | 0.27 | 195 | 0.33 | 0.6 |
| Hex | 76 | A9 | BA | 25 | 9 | 0 | 1B | C3 | 21 | 3C |
| Octal | 166 | 251 | 272 | 45 | 11 | 0 | 33 | 303 | 41 | 74 |
| Binary | 1110110 | 10101001 | 10111010 | 100101 | 1001 | 0 | 11011 | 11000011 | 100001 | 111100 |
Color Harmonies of #76A9BA
Complementary color
Monochromatic Colors of #76A9BA
Black with #76A9BA
Text Example
Text Example
White with #76A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A9BA; }
p { color: rgb(118,169,186); }
H1.HeaderClassName
{
color: #76A9BA;
}
.AnyTagClassName
{
color: #76A9BA;
}
</style>
background-color css
<style>
a { background-color: #76A9BA; }
a { background-color: rgb(118,169,186); }
div.DivClassName
{
background-color: #76A9BA;
}
.BgClassName
{
background-color: #76A9BA;
}
</style>
border-color css
<style>
span { border-color: #76A9BA; }
span { border-color: rgb(118,169,186); }
td.TdClassName
{
border-color: #76A9BA;
}
.TagClassName
{
border-color: #76A9BA;
}
</style>