Shades of Glacier #7FAAB6
Tints of Glacier #7FAAB6
RGB
CMYK
RGB Variations
Color information
#7FAAB6 (or 0x7FAAB6) is known color: Glacier. HEX triplet: 7F, AA and B6. RGB value is (127,170,182). Sum of RGB (Red+Green+Blue) = 127+170+182=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 182 - color contains mainly: blue. Hex color #7FAAB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAAB6 is #805549. Grayscale: #9E9E9E. Windows color (decimal): -8410442 or 11971199. OLE color: 11971199.
HSL color Cylindrical-coordinate representation of color #7FAAB6: hue angle of 193.09º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FAAB6 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 170 | 182 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.29 |
| HSL | 193.09º | 0.27% | 0.61% | - |
| HSV(B) | 193.09º | 0.3% | 0.71% | - |
| XYZ | 31.57 | 36.64 | 49.66 | - |
| YUV | 158.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 182 | 0.30 | 0.07 | 0 | 0.29 | 193.09 | 0.27 | 0.61 |
| Hex | 7F | AA | B6 | 1E | 7 | 0 | 1D | C1 | 1B | 3D |
| Octal | 177 | 252 | 266 | 36 | 7 | 0 | 35 | 301 | 33 | 75 |
| Binary | 1111111 | 10101010 | 10110110 | 11110 | 111 | 0 | 11101 | 11000001 | 11011 | 111101 |
Color Harmonies of #7FAAB6
Complementary color
Monochromatic Colors of #7FAAB6
Black with #7FAAB6
Text Example
Text Example
White with #7FAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAAB6; }
p { color: rgb(127,170,182); }
H1.HeaderClassName
{
color: #7FAAB6;
}
.AnyTagClassName
{
color: #7FAAB6;
}
</style>
background-color css
<style>
a { background-color: #7FAAB6; }
a { background-color: rgb(127,170,182); }
div.DivClassName
{
background-color: #7FAAB6;
}
.BgClassName
{
background-color: #7FAAB6;
}
</style>
border-color css
<style>
span { border-color: #7FAAB6; }
span { border-color: rgb(127,170,182); }
td.TdClassName
{
border-color: #7FAAB6;
}
.TagClassName
{
border-color: #7FAAB6;
}
</style>