Shades of Glacier #7EABC5
Tints of Glacier #7EABC5
RGB
CMYK
RGB Variations
Color information
#7EABC5 (or 0x7EABC5) is known color: Glacier. HEX triplet: 7E, AB and C5. RGB value is (126,171,197). Sum of RGB (Red+Green+Blue) = 126+171+197=494 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.51% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 197 - color contains mainly: blue. Hex color #7EABC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABC5 is #81543A. Grayscale: #A0A0A0. Windows color (decimal): -8475707 or 12954494. OLE color: 12954494.
HSL color Cylindrical-coordinate representation of color #7EABC5: hue angle of 201.97º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EABC5 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 171 | 197 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.23 |
| HSL | 201.97º | 0.38% | 0.63% | - |
| HSV(B) | 201.97º | 0.36% | 0.77% | - |
| XYZ | 33.25 | 37.59 | 58.33 | - |
| YUV | 160.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 197 | 0.36 | 0.13 | 0 | 0.23 | 201.97 | 0.38 | 0.63 |
| Hex | 7E | AB | C5 | 24 | D | 0 | 17 | CA | 26 | 3F |
| Octal | 176 | 253 | 305 | 44 | 15 | 0 | 27 | 312 | 46 | 77 |
| Binary | 1111110 | 10101011 | 11000101 | 100100 | 1101 | 0 | 10111 | 11001010 | 100110 | 111111 |
Color Harmonies of #7EABC5
Complementary color
Monochromatic Colors of #7EABC5
Black with #7EABC5
Text Example
Text Example
White with #7EABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EABC5; }
p { color: rgb(126,171,197); }
H1.HeaderClassName
{
color: #7EABC5;
}
.AnyTagClassName
{
color: #7EABC5;
}
</style>
background-color css
<style>
a { background-color: #7EABC5; }
a { background-color: rgb(126,171,197); }
div.DivClassName
{
background-color: #7EABC5;
}
.BgClassName
{
background-color: #7EABC5;
}
</style>
border-color css
<style>
span { border-color: #7EABC5; }
span { border-color: rgb(126,171,197); }
td.TdClassName
{
border-color: #7EABC5;
}
.TagClassName
{
border-color: #7EABC5;
}
</style>