Shades of Glacier #7EADBA
Tints of Glacier #7EADBA
RGB
CMYK
RGB Variations
Color information
#7EADBA (or 0x7EADBA) is known color: Glacier. HEX triplet: 7E, AD and BA. RGB value is (126,173,186). Sum of RGB (Red+Green+Blue) = 126+173+186=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #7EADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADBA is #815245. Grayscale: #A0A0A0. Windows color (decimal): -8475206 or 12234110. OLE color: 12234110.
HSL color Cylindrical-coordinate representation of color #7EADBA: hue angle of 193º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EADBA is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 173 | 186 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.27 |
| HSL | 193º | 0.3% | 0.61% | - |
| HSV(B) | 193º | 0.32% | 0.73% | - |
| XYZ | 32.41 | 37.87 | 52.06 | - |
| YUV | 160.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 186 | 0.32 | 0.07 | 0 | 0.27 | 193 | 0.3 | 0.61 |
| Hex | 7E | AD | BA | 20 | 7 | 0 | 1B | C1 | 1E | 3D |
| Octal | 176 | 255 | 272 | 40 | 7 | 0 | 33 | 301 | 36 | 75 |
| Binary | 1111110 | 10101101 | 10111010 | 100000 | 111 | 0 | 11011 | 11000001 | 11110 | 111101 |
Color Harmonies of #7EADBA
Complementary color
Monochromatic Colors of #7EADBA
Black with #7EADBA
Text Example
Text Example
White with #7EADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EADBA; }
p { color: rgb(126,173,186); }
H1.HeaderClassName
{
color: #7EADBA;
}
.AnyTagClassName
{
color: #7EADBA;
}
</style>
background-color css
<style>
a { background-color: #7EADBA; }
a { background-color: rgb(126,173,186); }
div.DivClassName
{
background-color: #7EADBA;
}
.BgClassName
{
background-color: #7EADBA;
}
</style>
border-color css
<style>
span { border-color: #7EADBA; }
span { border-color: rgb(126,173,186); }
td.TdClassName
{
border-color: #7EADBA;
}
.TagClassName
{
border-color: #7EADBA;
}
</style>