Shades of Glacier #7FAABA
Tints of Glacier #7FAABA
RGB
CMYK
RGB Variations
Color information
#7FAABA (or 0x7FAABA) is known color: Glacier. HEX triplet: 7F, AA and BA. RGB value is (127,170,186). Sum of RGB (Red+Green+Blue) = 127+170+186=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #7FAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAABA is #805545. Grayscale: #9E9E9E. Windows color (decimal): -8410438 or 12233343. OLE color: 12233343.
HSL color Cylindrical-coordinate representation of color #7FAABA: hue angle of 196.27º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FAABA is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 170 | 186 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.27 |
| HSL | 196.27º | 0.3% | 0.61% | - |
| HSV(B) | 196.27º | 0.32% | 0.73% | - |
| XYZ | 31.99 | 36.81 | 51.87 | - |
| YUV | 158.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 186 | 0.32 | 0.09 | 0 | 0.27 | 196.27 | 0.3 | 0.61 |
| Hex | 7F | AA | BA | 20 | 9 | 0 | 1B | C4 | 1E | 3D |
| Octal | 177 | 252 | 272 | 40 | 11 | 0 | 33 | 304 | 36 | 75 |
| Binary | 1111111 | 10101010 | 10111010 | 100000 | 1001 | 0 | 11011 | 11000100 | 11110 | 111101 |
Color Harmonies of #7FAABA
Complementary color
Monochromatic Colors of #7FAABA
Black with #7FAABA
Text Example
Text Example
White with #7FAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAABA; }
p { color: rgb(127,170,186); }
H1.HeaderClassName
{
color: #7FAABA;
}
.AnyTagClassName
{
color: #7FAABA;
}
</style>
background-color css
<style>
a { background-color: #7FAABA; }
a { background-color: rgb(127,170,186); }
div.DivClassName
{
background-color: #7FAABA;
}
.BgClassName
{
background-color: #7FAABA;
}
</style>
border-color css
<style>
span { border-color: #7FAABA; }
span { border-color: rgb(127,170,186); }
td.TdClassName
{
border-color: #7FAABA;
}
.TagClassName
{
border-color: #7FAABA;
}
</style>