Shades of Glacier #76AAC1
Tints of Glacier #76AAC1
RGB
CMYK
RGB Variations
Color information
#76AAC1 (or 0x76AAC1) is known color: Glacier. HEX triplet: 76, AA and C1. RGB value is (118,170,193). Sum of RGB (Red+Green+Blue) = 118+170+193=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #76AAC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AAC1 is #89553E. Grayscale: #9C9C9C. Windows color (decimal): -9000255 or 12692086. OLE color: 12692086.
HSL color Cylindrical-coordinate representation of color #76AAC1: hue angle of 198.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76AAC1 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 170 | 193 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.24 |
| HSL | 198.4º | 0.38% | 0.61% | - |
| HSV(B) | 198.4º | 0.39% | 0.76% | - |
| XYZ | 31.47 | 36.45 | 55.83 | - |
| YUV | 157.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 193 | 0.39 | 0.12 | 0 | 0.24 | 198.4 | 0.38 | 0.61 |
| Hex | 76 | AA | C1 | 27 | C | 0 | 18 | C6 | 26 | 3D |
| Octal | 166 | 252 | 301 | 47 | 14 | 0 | 30 | 306 | 46 | 75 |
| Binary | 1110110 | 10101010 | 11000001 | 100111 | 1100 | 0 | 11000 | 11000110 | 100110 | 111101 |
Color Harmonies of #76AAC1
Complementary color
Monochromatic Colors of #76AAC1
Black with #76AAC1
Text Example
Text Example
White with #76AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AAC1; }
p { color: rgb(118,170,193); }
H1.HeaderClassName
{
color: #76AAC1;
}
.AnyTagClassName
{
color: #76AAC1;
}
</style>
background-color css
<style>
a { background-color: #76AAC1; }
a { background-color: rgb(118,170,193); }
div.DivClassName
{
background-color: #76AAC1;
}
.BgClassName
{
background-color: #76AAC1;
}
</style>
border-color css
<style>
span { border-color: #76AAC1; }
span { border-color: rgb(118,170,193); }
td.TdClassName
{
border-color: #76AAC1;
}
.TagClassName
{
border-color: #76AAC1;
}
</style>