Shades of Glacier #73B5BE
Tints of Glacier #73B5BE
RGB
CMYK
RGB Variations
Color information
#73B5BE (or 0x73B5BE) is known color: Glacier. HEX triplet: 73, B5 and BE. RGB value is (115,181,190). Sum of RGB (Red+Green+Blue) = 115+181+190=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #73B5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B5BE is #8C4A41. Grayscale: #A2A2A2. Windows color (decimal): -9194050 or 12498291. OLE color: 12498291.
HSL color Cylindrical-coordinate representation of color #73B5BE: hue angle of 187.2º 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 #73B5BE is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 181 | 190 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.25 |
| HSL | 187.2º | 0.37% | 0.6% | - |
| HSV(B) | 187.2º | 0.39% | 0.75% | - |
| XYZ | 32.89 | 40.41 | 54.78 | - |
| YUV | 162.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 181 | 190 | 0.39 | 0.05 | 0 | 0.25 | 187.2 | 0.37 | 0.6 |
| Hex | 73 | B5 | BE | 27 | 5 | 0 | 19 | BB | 25 | 3C |
| Octal | 163 | 265 | 276 | 47 | 5 | 0 | 31 | 273 | 45 | 74 |
| Binary | 1110011 | 10110101 | 10111110 | 100111 | 101 | 0 | 11001 | 10111011 | 100101 | 111100 |
Color Harmonies of #73B5BE
Complementary color
Monochromatic Colors of #73B5BE
Black with #73B5BE
Text Example
Text Example
White with #73B5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B5BE; }
p { color: rgb(115,181,190); }
H1.HeaderClassName
{
color: #73B5BE;
}
.AnyTagClassName
{
color: #73B5BE;
}
</style>
background-color css
<style>
a { background-color: #73B5BE; }
a { background-color: rgb(115,181,190); }
div.DivClassName
{
background-color: #73B5BE;
}
.BgClassName
{
background-color: #73B5BE;
}
</style>
border-color css
<style>
span { border-color: #73B5BE; }
span { border-color: rgb(115,181,190); }
td.TdClassName
{
border-color: #73B5BE;
}
.TagClassName
{
border-color: #73B5BE;
}
</style>