Shades of Glacier #73A2B8
Tints of Glacier #73A2B8
RGB
CMYK
RGB Variations
Color information
#73A2B8 (or 0x73A2B8) is known color: Glacier. HEX triplet: 73, A2 and B8. RGB value is (115,162,184). Sum of RGB (Red+Green+Blue) = 115+162+184=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 184 - color contains mainly: blue. Hex color #73A2B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A2B8 is #8C5D47. Grayscale: #969696. Windows color (decimal): -9198920 or 12100211. OLE color: 12100211.
HSL color Cylindrical-coordinate representation of color #73A2B8: hue angle of 199.13º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73A2B8 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 162 | 184 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.28 |
| HSL | 199.13º | 0.33% | 0.59% | - |
| HSV(B) | 199.13º | 0.38% | 0.72% | - |
| XYZ | 28.64 | 32.95 | 50.2 | - |
| YUV | 150.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 184 | 0.38 | 0.12 | 0 | 0.28 | 199.13 | 0.33 | 0.59 |
| Hex | 73 | A2 | B8 | 26 | C | 0 | 1C | C7 | 21 | 3B |
| Octal | 163 | 242 | 270 | 46 | 14 | 0 | 34 | 307 | 41 | 73 |
| Binary | 1110011 | 10100010 | 10111000 | 100110 | 1100 | 0 | 11100 | 11000111 | 100001 | 111011 |
Color Harmonies of #73A2B8
Complementary color
Monochromatic Colors of #73A2B8
Black with #73A2B8
Text Example
Text Example
White with #73A2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A2B8; }
p { color: rgb(115,162,184); }
H1.HeaderClassName
{
color: #73A2B8;
}
.AnyTagClassName
{
color: #73A2B8;
}
</style>
background-color css
<style>
a { background-color: #73A2B8; }
a { background-color: rgb(115,162,184); }
div.DivClassName
{
background-color: #73A2B8;
}
.BgClassName
{
background-color: #73A2B8;
}
</style>
border-color css
<style>
span { border-color: #73A2B8; }
span { border-color: rgb(115,162,184); }
td.TdClassName
{
border-color: #73A2B8;
}
.TagClassName
{
border-color: #73A2B8;
}
</style>