Shades of Glacier #73B7BE
Tints of Glacier #73B7BE
RGB
CMYK
RGB Variations
Color information
#73B7BE (or 0x73B7BE) is known color: Glacier. HEX triplet: 73, B7 and BE. RGB value is (115,183,190). Sum of RGB (Red+Green+Blue) = 115+183+190=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #73B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B7BE is #8C4841. Grayscale: #A3A3A3. Windows color (decimal): -9193538 or 12498803. OLE color: 12498803.
HSL color Cylindrical-coordinate representation of color #73B7BE: hue angle of 185.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73B7BE is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 183 | 190 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.25 |
| HSL | 185.6º | 0.37% | 0.6% | - |
| HSV(B) | 185.6º | 0.39% | 0.75% | - |
| XYZ | 33.3 | 41.23 | 54.92 | - |
| YUV | 163.47 | 142.97 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 190 | 0.39 | 0.04 | 0 | 0.25 | 185.6 | 0.37 | 0.6 |
| Hex | 73 | B7 | BE | 27 | 4 | 0 | 19 | BA | 25 | 3C |
| Octal | 163 | 267 | 276 | 47 | 4 | 0 | 31 | 272 | 45 | 74 |
| Binary | 1110011 | 10110111 | 10111110 | 100111 | 100 | 0 | 11001 | 10111010 | 100101 | 111100 |
Color Harmonies of #73B7BE
Complementary color
Monochromatic Colors of #73B7BE
Black with #73B7BE
Text Example
Text Example
White with #73B7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B7BE; }
p { color: rgb(115,183,190); }
H1.HeaderClassName
{
color: #73B7BE;
}
.AnyTagClassName
{
color: #73B7BE;
}
</style>
background-color css
<style>
a { background-color: #73B7BE; }
a { background-color: rgb(115,183,190); }
div.DivClassName
{
background-color: #73B7BE;
}
.BgClassName
{
background-color: #73B7BE;
}
</style>
border-color css
<style>
span { border-color: #73B7BE; }
span { border-color: rgb(115,183,190); }
td.TdClassName
{
border-color: #73B7BE;
}
.TagClassName
{
border-color: #73B7BE;
}
</style>