Shades of Glacier #73A9BA
Tints of Glacier #73A9BA
RGB
CMYK
RGB Variations
Color information
#73A9BA (or 0x73A9BA) is known color: Glacier. HEX triplet: 73, A9 and BA. RGB value is (115,169,186). Sum of RGB (Red+Green+Blue) = 115+169+186=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #73A9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A9BA is #8C5645. Grayscale: #9A9A9A. Windows color (decimal): -9197126 or 12233075. OLE color: 12233075.
HSL color Cylindrical-coordinate representation of color #73A9BA: hue angle of 194.37º degrees, saturation: 0.34, 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 #73A9BA is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 169 | 186 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.27 |
| HSL | 194.37º | 0.34% | 0.59% | - |
| HSV(B) | 194.37º | 0.38% | 0.73% | - |
| XYZ | 30.12 | 35.57 | 51.73 | - |
| YUV | 154.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 186 | 0.38 | 0.09 | 0 | 0.27 | 194.37 | 0.34 | 0.59 |
| Hex | 73 | A9 | BA | 26 | 9 | 0 | 1B | C2 | 22 | 3B |
| Octal | 163 | 251 | 272 | 46 | 11 | 0 | 33 | 302 | 42 | 73 |
| Binary | 1110011 | 10101001 | 10111010 | 100110 | 1001 | 0 | 11011 | 11000010 | 100010 | 111011 |
Color Harmonies of #73A9BA
Complementary color
Monochromatic Colors of #73A9BA
Black with #73A9BA
Text Example
Text Example
White with #73A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A9BA; }
p { color: rgb(115,169,186); }
H1.HeaderClassName
{
color: #73A9BA;
}
.AnyTagClassName
{
color: #73A9BA;
}
</style>
background-color css
<style>
a { background-color: #73A9BA; }
a { background-color: rgb(115,169,186); }
div.DivClassName
{
background-color: #73A9BA;
}
.BgClassName
{
background-color: #73A9BA;
}
</style>
border-color css
<style>
span { border-color: #73A9BA; }
span { border-color: rgb(115,169,186); }
td.TdClassName
{
border-color: #73A9BA;
}
.TagClassName
{
border-color: #73A9BA;
}
</style>