Shades of Glacier #73A9BE
Tints of Glacier #73A9BE
RGB
CMYK
RGB Variations
Color information
#73A9BE (or 0x73A9BE) is known color: Glacier. HEX triplet: 73, A9 and BE. RGB value is (115,169,190). Sum of RGB (Red+Green+Blue) = 115+169+190=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #73A9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A9BE is #8C5641. Grayscale: #9B9B9B. Windows color (decimal): -9197122 or 12495219. OLE color: 12495219.
HSL color Cylindrical-coordinate representation of color #73A9BE: hue angle of 196.8º 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 #73A9BE is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 169 | 190 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.25 |
| HSL | 196.8º | 0.37% | 0.6% | - |
| HSV(B) | 196.8º | 0.39% | 0.75% | - |
| XYZ | 30.55 | 35.74 | 54 | - |
| YUV | 155.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 190 | 0.39 | 0.11 | 0 | 0.25 | 196.8 | 0.37 | 0.6 |
| Hex | 73 | A9 | BE | 27 | B | 0 | 19 | C5 | 25 | 3C |
| Octal | 163 | 251 | 276 | 47 | 13 | 0 | 31 | 305 | 45 | 74 |
| Binary | 1110011 | 10101001 | 10111110 | 100111 | 1011 | 0 | 11001 | 11000101 | 100101 | 111100 |
Color Harmonies of #73A9BE
Complementary color
Monochromatic Colors of #73A9BE
Black with #73A9BE
Text Example
Text Example
White with #73A9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A9BE; }
p { color: rgb(115,169,190); }
H1.HeaderClassName
{
color: #73A9BE;
}
.AnyTagClassName
{
color: #73A9BE;
}
</style>
background-color css
<style>
a { background-color: #73A9BE; }
a { background-color: rgb(115,169,190); }
div.DivClassName
{
background-color: #73A9BE;
}
.BgClassName
{
background-color: #73A9BE;
}
</style>
border-color css
<style>
span { border-color: #73A9BE; }
span { border-color: rgb(115,169,190); }
td.TdClassName
{
border-color: #73A9BE;
}
.TagClassName
{
border-color: #73A9BE;
}
</style>