Shades of Glacier #7EABBD
Tints of Glacier #7EABBD
RGB
CMYK
RGB Variations
Color information
#7EABBD (or 0x7EABBD) is known color: Glacier. HEX triplet: 7E, AB and BD. RGB value is (126,171,189). Sum of RGB (Red+Green+Blue) = 126+171+189=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #7EABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABBD is #815442. Grayscale: #9F9F9F. Windows color (decimal): -8475715 or 12430206. OLE color: 12430206.
HSL color Cylindrical-coordinate representation of color #7EABBD: hue angle of 197.14º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EABBD is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 171 | 189 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.26 |
| HSL | 197.14º | 0.32% | 0.62% | - |
| HSV(B) | 197.14º | 0.33% | 0.74% | - |
| XYZ | 32.35 | 37.24 | 53.63 | - |
| YUV | 159.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 189 | 0.33 | 0.10 | 0 | 0.26 | 197.14 | 0.32 | 0.62 |
| Hex | 7E | AB | BD | 21 | A | 0 | 1A | C5 | 20 | 3E |
| Octal | 176 | 253 | 275 | 41 | 12 | 0 | 32 | 305 | 40 | 76 |
| Binary | 1111110 | 10101011 | 10111101 | 100001 | 1010 | 0 | 11010 | 11000101 | 100000 | 111110 |
Color Harmonies of #7EABBD
Complementary color
Monochromatic Colors of #7EABBD
Black with #7EABBD
Text Example
Text Example
White with #7EABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EABBD; }
p { color: rgb(126,171,189); }
H1.HeaderClassName
{
color: #7EABBD;
}
.AnyTagClassName
{
color: #7EABBD;
}
</style>
background-color css
<style>
a { background-color: #7EABBD; }
a { background-color: rgb(126,171,189); }
div.DivClassName
{
background-color: #7EABBD;
}
.BgClassName
{
background-color: #7EABBD;
}
</style>
border-color css
<style>
span { border-color: #7EABBD; }
span { border-color: rgb(126,171,189); }
td.TdClassName
{
border-color: #7EABBD;
}
.TagClassName
{
border-color: #7EABBD;
}
</style>