Shades of Glacier #73A3B9
Tints of Glacier #73A3B9
RGB
CMYK
RGB Variations
Color information
#73A3B9 (or 0x73A3B9) is known color: Glacier. HEX triplet: 73, A3 and B9. RGB value is (115,163,185). Sum of RGB (Red+Green+Blue) = 115+163+185=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #73A3B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A3B9 is #8C5C46. Grayscale: #979797. Windows color (decimal): -9198663 or 12166003. OLE color: 12166003.
HSL color Cylindrical-coordinate representation of color #73A3B9: hue angle of 198.86º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73A3B9 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 163 | 185 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.27 |
| HSL | 198.86º | 0.33% | 0.59% | - |
| HSV(B) | 198.86º | 0.38% | 0.73% | - |
| XYZ | 28.92 | 33.34 | 50.81 | - |
| YUV | 151.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 163 | 185 | 0.38 | 0.12 | 0 | 0.27 | 198.86 | 0.33 | 0.59 |
| Hex | 73 | A3 | B9 | 26 | C | 0 | 1B | C7 | 21 | 3B |
| Octal | 163 | 243 | 271 | 46 | 14 | 0 | 33 | 307 | 41 | 73 |
| Binary | 1110011 | 10100011 | 10111001 | 100110 | 1100 | 0 | 11011 | 11000111 | 100001 | 111011 |
Color Harmonies of #73A3B9
Complementary color
Monochromatic Colors of #73A3B9
Black with #73A3B9
Text Example
Text Example
White with #73A3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A3B9; }
p { color: rgb(115,163,185); }
H1.HeaderClassName
{
color: #73A3B9;
}
.AnyTagClassName
{
color: #73A3B9;
}
</style>
background-color css
<style>
a { background-color: #73A3B9; }
a { background-color: rgb(115,163,185); }
div.DivClassName
{
background-color: #73A3B9;
}
.BgClassName
{
background-color: #73A3B9;
}
</style>
border-color css
<style>
span { border-color: #73A3B9; }
span { border-color: rgb(115,163,185); }
td.TdClassName
{
border-color: #73A3B9;
}
.TagClassName
{
border-color: #73A3B9;
}
</style>