Shades of Glacier #76A3BD
Tints of Glacier #76A3BD
RGB
CMYK
RGB Variations
Color information
#76A3BD (or 0x76A3BD) is known color: Glacier. HEX triplet: 76, A3 and BD. RGB value is (118,163,189). Sum of RGB (Red+Green+Blue) = 118+163+189=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #76A3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3BD is #895C42. Grayscale: #989898. Windows color (decimal): -9002051 or 12428150. OLE color: 12428150.
HSL color Cylindrical-coordinate representation of color #76A3BD: hue angle of 201.97º 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 #76A3BD is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 163 | 189 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.26 |
| HSL | 201.97º | 0.35% | 0.6% | - |
| HSV(B) | 201.97º | 0.38% | 0.74% | - |
| XYZ | 29.75 | 33.72 | 53.08 | - |
| YUV | 152.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 163 | 189 | 0.38 | 0.14 | 0 | 0.26 | 201.97 | 0.35 | 0.6 |
| Hex | 76 | A3 | BD | 26 | E | 0 | 1A | CA | 23 | 3C |
| Octal | 166 | 243 | 275 | 46 | 16 | 0 | 32 | 312 | 43 | 74 |
| Binary | 1110110 | 10100011 | 10111101 | 100110 | 1110 | 0 | 11010 | 11001010 | 100011 | 111100 |
Color Harmonies of #76A3BD
Complementary color
Monochromatic Colors of #76A3BD
Black with #76A3BD
Text Example
Text Example
White with #76A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A3BD; }
p { color: rgb(118,163,189); }
H1.HeaderClassName
{
color: #76A3BD;
}
.AnyTagClassName
{
color: #76A3BD;
}
</style>
background-color css
<style>
a { background-color: #76A3BD; }
a { background-color: rgb(118,163,189); }
div.DivClassName
{
background-color: #76A3BD;
}
.BgClassName
{
background-color: #76A3BD;
}
</style>
border-color css
<style>
span { border-color: #76A3BD; }
span { border-color: rgb(118,163,189); }
td.TdClassName
{
border-color: #76A3BD;
}
.TagClassName
{
border-color: #76A3BD;
}
</style>