Shades of Glacier #7FABBA
Tints of Glacier #7FABBA
RGB
CMYK
RGB Variations
Color information
#7FABBA (or 0x7FABBA) is known color: Glacier. HEX triplet: 7F, AB and BA. RGB value is (127,171,186). Sum of RGB (Red+Green+Blue) = 127+171+186=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #7FABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABBA is #805445. Grayscale: #9F9F9F. Windows color (decimal): -8410182 or 12233599. OLE color: 12233599.
HSL color Cylindrical-coordinate representation of color #7FABBA: hue angle of 195.25º 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 #7FABBA is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 171 | 186 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.27 |
| HSL | 195.25º | 0.3% | 0.61% | - |
| HSV(B) | 195.25º | 0.32% | 0.73% | - |
| XYZ | 32.18 | 37.18 | 51.94 | - |
| YUV | 159.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 186 | 0.32 | 0.08 | 0 | 0.27 | 195.25 | 0.3 | 0.61 |
| Hex | 7F | AB | BA | 20 | 8 | 0 | 1B | C3 | 1E | 3D |
| Octal | 177 | 253 | 272 | 40 | 10 | 0 | 33 | 303 | 36 | 75 |
| Binary | 1111111 | 10101011 | 10111010 | 100000 | 1000 | 0 | 11011 | 11000011 | 11110 | 111101 |
Color Harmonies of #7FABBA
Complementary color
Monochromatic Colors of #7FABBA
Black with #7FABBA
Text Example
Text Example
White with #7FABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FABBA; }
p { color: rgb(127,171,186); }
H1.HeaderClassName
{
color: #7FABBA;
}
.AnyTagClassName
{
color: #7FABBA;
}
</style>
background-color css
<style>
a { background-color: #7FABBA; }
a { background-color: rgb(127,171,186); }
div.DivClassName
{
background-color: #7FABBA;
}
.BgClassName
{
background-color: #7FABBA;
}
</style>
border-color css
<style>
span { border-color: #7FABBA; }
span { border-color: rgb(127,171,186); }
td.TdClassName
{
border-color: #7FABBA;
}
.TagClassName
{
border-color: #7FABBA;
}
</style>