Shades of Glacier #7EABB8
Tints of Glacier #7EABB8
RGB
CMYK
RGB Variations
Color information
#7EABB8 (or 0x7EABB8) is known color: Glacier. HEX triplet: 7E, AB and B8. RGB value is (126,171,184). Sum of RGB (Red+Green+Blue) = 126+171+184=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 184 - color contains mainly: blue. Hex color #7EABB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABB8 is #815447. Grayscale: #9E9E9E. Windows color (decimal): -8475720 or 12102526. OLE color: 12102526.
HSL color Cylindrical-coordinate representation of color #7EABB8: hue angle of 193.45º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EABB8 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 171 | 184 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.28 |
| HSL | 193.45º | 0.29% | 0.61% | - |
| HSV(B) | 193.45º | 0.32% | 0.72% | - |
| XYZ | 31.82 | 37.02 | 50.82 | - |
| YUV | 159.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 184 | 0.32 | 0.07 | 0 | 0.28 | 193.45 | 0.29 | 0.61 |
| Hex | 7E | AB | B8 | 20 | 7 | 0 | 1C | C1 | 1D | 3D |
| Octal | 176 | 253 | 270 | 40 | 7 | 0 | 34 | 301 | 35 | 75 |
| Binary | 1111110 | 10101011 | 10111000 | 100000 | 111 | 0 | 11100 | 11000001 | 11101 | 111101 |
Color Harmonies of #7EABB8
Complementary color
Monochromatic Colors of #7EABB8
Black with #7EABB8
Text Example
Text Example
White with #7EABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EABB8; }
p { color: rgb(126,171,184); }
H1.HeaderClassName
{
color: #7EABB8;
}
.AnyTagClassName
{
color: #7EABB8;
}
</style>
background-color css
<style>
a { background-color: #7EABB8; }
a { background-color: rgb(126,171,184); }
div.DivClassName
{
background-color: #7EABB8;
}
.BgClassName
{
background-color: #7EABB8;
}
</style>
border-color css
<style>
span { border-color: #7EABB8; }
span { border-color: rgb(126,171,184); }
td.TdClassName
{
border-color: #7EABB8;
}
.TagClassName
{
border-color: #7EABB8;
}
</style>