Shades of Glacier #7EB5BA
Tints of Glacier #7EB5BA
RGB
CMYK
RGB Variations
Color information
#7EB5BA (or 0x7EB5BA) is known color: Glacier. HEX triplet: 7E, B5 and BA. RGB value is (126,181,186). Sum of RGB (Red+Green+Blue) = 126+181+186=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #7EB5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB5BA is #814A45. Grayscale: #A5A5A5. Windows color (decimal): -8473158 or 12236158. OLE color: 12236158.
HSL color Cylindrical-coordinate representation of color #7EB5BA: hue angle of 185º 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 #7EB5BA is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 181 | 186 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.27 |
| HSL | 185º | 0.3% | 0.61% | - |
| HSV(B) | 185º | 0.32% | 0.73% | - |
| XYZ | 33.99 | 41.03 | 52.58 | - |
| YUV | 165.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 181 | 186 | 0.32 | 0.03 | 0 | 0.27 | 185 | 0.3 | 0.61 |
| Hex | 7E | B5 | BA | 20 | 3 | 0 | 1B | B9 | 1E | 3D |
| Octal | 176 | 265 | 272 | 40 | 3 | 0 | 33 | 271 | 36 | 75 |
| Binary | 1111110 | 10110101 | 10111010 | 100000 | 11 | 0 | 11011 | 10111001 | 11110 | 111101 |
Color Harmonies of #7EB5BA
Complementary color
Monochromatic Colors of #7EB5BA
Black with #7EB5BA
Text Example
Text Example
White with #7EB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB5BA; }
p { color: rgb(126,181,186); }
H1.HeaderClassName
{
color: #7EB5BA;
}
.AnyTagClassName
{
color: #7EB5BA;
}
</style>
background-color css
<style>
a { background-color: #7EB5BA; }
a { background-color: rgb(126,181,186); }
div.DivClassName
{
background-color: #7EB5BA;
}
.BgClassName
{
background-color: #7EB5BA;
}
</style>
border-color css
<style>
span { border-color: #7EB5BA; }
span { border-color: rgb(126,181,186); }
td.TdClassName
{
border-color: #7EB5BA;
}
.TagClassName
{
border-color: #7EB5BA;
}
</style>