Shades of Glacier #7EABC2
Tints of Glacier #7EABC2
RGB
CMYK
RGB Variations
Color information
#7EABC2 (or 0x7EABC2) is known color: Glacier. HEX triplet: 7E, AB and C2. RGB value is (126,171,194). Sum of RGB (Red+Green+Blue) = 126+171+194=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #7EABC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABC2 is #81543D. Grayscale: #A0A0A0. Windows color (decimal): -8475710 or 12757886. OLE color: 12757886.
HSL color Cylindrical-coordinate representation of color #7EABC2: hue angle of 200.29º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EABC2 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 171 | 194 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.24 |
| HSL | 200.29º | 0.36% | 0.63% | - |
| HSV(B) | 200.29º | 0.35% | 0.76% | - |
| XYZ | 32.9 | 37.46 | 56.53 | - |
| YUV | 160.17 | 147.09 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 194 | 0.35 | 0.12 | 0 | 0.24 | 200.29 | 0.36 | 0.63 |
| Hex | 7E | AB | C2 | 23 | C | 0 | 18 | C8 | 24 | 3F |
| Octal | 176 | 253 | 302 | 43 | 14 | 0 | 30 | 310 | 44 | 77 |
| Binary | 1111110 | 10101011 | 11000010 | 100011 | 1100 | 0 | 11000 | 11001000 | 100100 | 111111 |
Color Harmonies of #7EABC2
Complementary color
Monochromatic Colors of #7EABC2
Black with #7EABC2
Text Example
Text Example
White with #7EABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EABC2; }
p { color: rgb(126,171,194); }
H1.HeaderClassName
{
color: #7EABC2;
}
.AnyTagClassName
{
color: #7EABC2;
}
</style>
background-color css
<style>
a { background-color: #7EABC2; }
a { background-color: rgb(126,171,194); }
div.DivClassName
{
background-color: #7EABC2;
}
.BgClassName
{
background-color: #7EABC2;
}
</style>
border-color css
<style>
span { border-color: #7EABC2; }
span { border-color: rgb(126,171,194); }
td.TdClassName
{
border-color: #7EABC2;
}
.TagClassName
{
border-color: #7EABC2;
}
</style>