Shades of Glacier #73A2BB
Tints of Glacier #73A2BB
RGB
CMYK
RGB Variations
Color information
#73A2BB (or 0x73A2BB) is known color: Glacier. HEX triplet: 73, A2 and BB. RGB value is (115,162,187). Sum of RGB (Red+Green+Blue) = 115+162+187=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #73A2BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A2BB is #8C5D44. Grayscale: #969696. Windows color (decimal): -9198917 or 12296819. OLE color: 12296819.
HSL color Cylindrical-coordinate representation of color #73A2BB: hue angle of 200.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73A2BB is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 162 | 187 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.27 |
| HSL | 200.83º | 0.35% | 0.59% | - |
| HSV(B) | 200.83º | 0.39% | 0.73% | - |
| XYZ | 28.96 | 33.07 | 51.87 | - |
| YUV | 150.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 187 | 0.39 | 0.13 | 0 | 0.27 | 200.83 | 0.35 | 0.59 |
| Hex | 73 | A2 | BB | 27 | D | 0 | 1B | C9 | 23 | 3B |
| Octal | 163 | 242 | 273 | 47 | 15 | 0 | 33 | 311 | 43 | 73 |
| Binary | 1110011 | 10100010 | 10111011 | 100111 | 1101 | 0 | 11011 | 11001001 | 100011 | 111011 |
Color Harmonies of #73A2BB
Complementary color
Monochromatic Colors of #73A2BB
Black with #73A2BB
Text Example
Text Example
White with #73A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A2BB; }
p { color: rgb(115,162,187); }
H1.HeaderClassName
{
color: #73A2BB;
}
.AnyTagClassName
{
color: #73A2BB;
}
</style>
background-color css
<style>
a { background-color: #73A2BB; }
a { background-color: rgb(115,162,187); }
div.DivClassName
{
background-color: #73A2BB;
}
.BgClassName
{
background-color: #73A2BB;
}
</style>
border-color css
<style>
span { border-color: #73A2BB; }
span { border-color: rgb(115,162,187); }
td.TdClassName
{
border-color: #73A2BB;
}
.TagClassName
{
border-color: #73A2BB;
}
</style>