Shades of Glacier #73A5BA
Tints of Glacier #73A5BA
RGB
CMYK
RGB Variations
Color information
#73A5BA (or 0x73A5BA) is known color: Glacier. HEX triplet: 73, A5 and BA. RGB value is (115,165,186). Sum of RGB (Red+Green+Blue) = 115+165+186=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #73A5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A5BA is #8C5A45. Grayscale: #989898. Windows color (decimal): -9198150 or 12232051. OLE color: 12232051.
HSL color Cylindrical-coordinate representation of color #73A5BA: hue angle of 197.75º 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 #73A5BA is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 165 | 186 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.27 |
| HSL | 197.75º | 0.34% | 0.59% | - |
| HSV(B) | 197.75º | 0.38% | 0.73% | - |
| XYZ | 29.39 | 34.1 | 51.49 | - |
| YUV | 152.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 165 | 186 | 0.38 | 0.11 | 0 | 0.27 | 197.75 | 0.34 | 0.59 |
| Hex | 73 | A5 | BA | 26 | B | 0 | 1B | C6 | 22 | 3B |
| Octal | 163 | 245 | 272 | 46 | 13 | 0 | 33 | 306 | 42 | 73 |
| Binary | 1110011 | 10100101 | 10111010 | 100110 | 1011 | 0 | 11011 | 11000110 | 100010 | 111011 |
Color Harmonies of #73A5BA
Complementary color
Monochromatic Colors of #73A5BA
Black with #73A5BA
Text Example
Text Example
White with #73A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A5BA; }
p { color: rgb(115,165,186); }
H1.HeaderClassName
{
color: #73A5BA;
}
.AnyTagClassName
{
color: #73A5BA;
}
</style>
background-color css
<style>
a { background-color: #73A5BA; }
a { background-color: rgb(115,165,186); }
div.DivClassName
{
background-color: #73A5BA;
}
.BgClassName
{
background-color: #73A5BA;
}
</style>
border-color css
<style>
span { border-color: #73A5BA; }
span { border-color: rgb(115,165,186); }
td.TdClassName
{
border-color: #73A5BA;
}
.TagClassName
{
border-color: #73A5BA;
}
</style>