Shades of Glacier #76B0BD
Tints of Glacier #76B0BD
RGB
CMYK
RGB Variations
Color information
#76B0BD (or 0x76B0BD) is known color: Glacier. HEX triplet: 76, B0 and BD. RGB value is (118,176,189). Sum of RGB (Red+Green+Blue) = 118+176+189=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #76B0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B0BD is #894F42. Grayscale: #A0A0A0. Windows color (decimal): -8998723 or 12431478. OLE color: 12431478.
HSL color Cylindrical-coordinate representation of color #76B0BD: hue angle of 190.99º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76B0BD is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 176 | 189 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.26 |
| HSL | 190.99º | 0.35% | 0.6% | - |
| HSV(B) | 190.99º | 0.38% | 0.74% | - |
| XYZ | 32.18 | 38.58 | 53.89 | - |
| YUV | 160.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 176 | 189 | 0.38 | 0.07 | 0 | 0.26 | 190.99 | 0.35 | 0.6 |
| Hex | 76 | B0 | BD | 26 | 7 | 0 | 1A | BF | 23 | 3C |
| Octal | 166 | 260 | 275 | 46 | 7 | 0 | 32 | 277 | 43 | 74 |
| Binary | 1110110 | 10110000 | 10111101 | 100110 | 111 | 0 | 11010 | 10111111 | 100011 | 111100 |
Color Harmonies of #76B0BD
Complementary color
Monochromatic Colors of #76B0BD
Black with #76B0BD
Text Example
Text Example
White with #76B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B0BD; }
p { color: rgb(118,176,189); }
H1.HeaderClassName
{
color: #76B0BD;
}
.AnyTagClassName
{
color: #76B0BD;
}
</style>
background-color css
<style>
a { background-color: #76B0BD; }
a { background-color: rgb(118,176,189); }
div.DivClassName
{
background-color: #76B0BD;
}
.BgClassName
{
background-color: #76B0BD;
}
</style>
border-color css
<style>
span { border-color: #76B0BD; }
span { border-color: rgb(118,176,189); }
td.TdClassName
{
border-color: #76B0BD;
}
.TagClassName
{
border-color: #76B0BD;
}
</style>