Shades of Glacier #73A3B5
Tints of Glacier #73A3B5
RGB
CMYK
RGB Variations
Color information
#73A3B5 (or 0x73A3B5) is known color: Glacier. HEX triplet: 73, A3 and B5. RGB value is (115,163,181). Sum of RGB (Red+Green+Blue) = 115+163+181=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 181 - color contains mainly: blue. Hex color #73A3B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A3B5 is #8C5C4A. Grayscale: #969696. Windows color (decimal): -9198667 or 11903859. OLE color: 11903859.
HSL color Cylindrical-coordinate representation of color #73A3B5: hue angle of 196.36º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73A3B5 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 163 | 181 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.29 |
| HSL | 196.36º | 0.31% | 0.58% | - |
| HSV(B) | 196.36º | 0.36% | 0.71% | - |
| XYZ | 28.51 | 33.18 | 48.62 | - |
| YUV | 150.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 163 | 181 | 0.36 | 0.10 | 0 | 0.29 | 196.36 | 0.31 | 0.58 |
| Hex | 73 | A3 | B5 | 24 | A | 0 | 1D | C4 | 1F | 3A |
| Octal | 163 | 243 | 265 | 44 | 12 | 0 | 35 | 304 | 37 | 72 |
| Binary | 1110011 | 10100011 | 10110101 | 100100 | 1010 | 0 | 11101 | 11000100 | 11111 | 111010 |
Color Harmonies of #73A3B5
Complementary color
Monochromatic Colors of #73A3B5
Black with #73A3B5
Text Example
Text Example
White with #73A3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A3B5; }
p { color: rgb(115,163,181); }
H1.HeaderClassName
{
color: #73A3B5;
}
.AnyTagClassName
{
color: #73A3B5;
}
</style>
background-color css
<style>
a { background-color: #73A3B5; }
a { background-color: rgb(115,163,181); }
div.DivClassName
{
background-color: #73A3B5;
}
.BgClassName
{
background-color: #73A3B5;
}
</style>
border-color css
<style>
span { border-color: #73A3B5; }
span { border-color: rgb(115,163,181); }
td.TdClassName
{
border-color: #73A3B5;
}
.TagClassName
{
border-color: #73A3B5;
}
</style>