Shades of Glacier #7EABBF
Tints of Glacier #7EABBF
RGB
CMYK
RGB Variations
Color information
#7EABBF (or 0x7EABBF) is known color: Glacier. HEX triplet: 7E, AB and BF. RGB value is (126,171,191). Sum of RGB (Red+Green+Blue) = 126+171+191=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #7EABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABBF is #815440. Grayscale: #9F9F9F. Windows color (decimal): -8475713 or 12561278. OLE color: 12561278.
HSL color Cylindrical-coordinate representation of color #7EABBF: hue angle of 198.46º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EABBF is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 171 | 191 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.25 |
| HSL | 198.46º | 0.34% | 0.62% | - |
| HSV(B) | 198.46º | 0.34% | 0.75% | - |
| XYZ | 32.57 | 37.32 | 54.78 | - |
| YUV | 159.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 191 | 0.34 | 0.10 | 0 | 0.25 | 198.46 | 0.34 | 0.62 |
| Hex | 7E | AB | BF | 22 | A | 0 | 19 | C6 | 22 | 3E |
| Octal | 176 | 253 | 277 | 42 | 12 | 0 | 31 | 306 | 42 | 76 |
| Binary | 1111110 | 10101011 | 10111111 | 100010 | 1010 | 0 | 11001 | 11000110 | 100010 | 111110 |
Color Harmonies of #7EABBF
Complementary color
Monochromatic Colors of #7EABBF
Black with #7EABBF
Text Example
Text Example
White with #7EABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EABBF; }
p { color: rgb(126,171,191); }
H1.HeaderClassName
{
color: #7EABBF;
}
.AnyTagClassName
{
color: #7EABBF;
}
</style>
background-color css
<style>
a { background-color: #7EABBF; }
a { background-color: rgb(126,171,191); }
div.DivClassName
{
background-color: #7EABBF;
}
.BgClassName
{
background-color: #7EABBF;
}
</style>
border-color css
<style>
span { border-color: #7EABBF; }
span { border-color: rgb(126,171,191); }
td.TdClassName
{
border-color: #7EABBF;
}
.TagClassName
{
border-color: #7EABBF;
}
</style>