Shades of Glacier #7FABBE
Tints of Glacier #7FABBE
RGB
CMYK
RGB Variations
Color information
#7FABBE (or 0x7FABBE) is known color: Glacier. HEX triplet: 7F, AB and BE. RGB value is (127,171,190). Sum of RGB (Red+Green+Blue) = 127+171+190=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABBE is #805441. Grayscale: #9F9F9F. Windows color (decimal): -8410178 or 12495743. OLE color: 12495743.
HSL color Cylindrical-coordinate representation of color #7FABBE: hue angle of 198.1º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FABBE is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 171 | 190 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.25 |
| HSL | 198.1º | 0.33% | 0.62% | - |
| HSV(B) | 198.1º | 0.33% | 0.75% | - |
| XYZ | 32.61 | 37.36 | 54.21 | - |
| YUV | 160.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 190 | 0.33 | 0.10 | 0 | 0.25 | 198.1 | 0.33 | 0.62 |
| Hex | 7F | AB | BE | 21 | A | 0 | 19 | C6 | 21 | 3E |
| Octal | 177 | 253 | 276 | 41 | 12 | 0 | 31 | 306 | 41 | 76 |
| Binary | 1111111 | 10101011 | 10111110 | 100001 | 1010 | 0 | 11001 | 11000110 | 100001 | 111110 |
Color Harmonies of #7FABBE
Complementary color
Monochromatic Colors of #7FABBE
Black with #7FABBE
Text Example
Text Example
White with #7FABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FABBE; }
p { color: rgb(127,171,190); }
H1.HeaderClassName
{
color: #7FABBE;
}
.AnyTagClassName
{
color: #7FABBE;
}
</style>
background-color css
<style>
a { background-color: #7FABBE; }
a { background-color: rgb(127,171,190); }
div.DivClassName
{
background-color: #7FABBE;
}
.BgClassName
{
background-color: #7FABBE;
}
</style>
border-color css
<style>
span { border-color: #7FABBE; }
span { border-color: rgb(127,171,190); }
td.TdClassName
{
border-color: #7FABBE;
}
.TagClassName
{
border-color: #7FABBE;
}
</style>