Shades of Glacier #73A9BB
Tints of Glacier #73A9BB
RGB
CMYK
RGB Variations
Color information
#73A9BB (or 0x73A9BB) is known color: Glacier. HEX triplet: 73, A9 and BB. RGB value is (115,169,187). Sum of RGB (Red+Green+Blue) = 115+169+187=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #73A9BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A9BB is #8C5644. Grayscale: #9A9A9A. Windows color (decimal): -9197125 or 12298611. OLE color: 12298611.
HSL color Cylindrical-coordinate representation of color #73A9BB: hue angle of 195º 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 #73A9BB is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 169 | 187 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.27 |
| HSL | 195º | 0.35% | 0.59% | - |
| HSV(B) | 195º | 0.39% | 0.73% | - |
| XYZ | 30.23 | 35.61 | 52.29 | - |
| YUV | 154.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 187 | 0.39 | 0.10 | 0 | 0.27 | 195 | 0.35 | 0.59 |
| Hex | 73 | A9 | BB | 27 | A | 0 | 1B | C3 | 23 | 3B |
| Octal | 163 | 251 | 273 | 47 | 12 | 0 | 33 | 303 | 43 | 73 |
| Binary | 1110011 | 10101001 | 10111011 | 100111 | 1010 | 0 | 11011 | 11000011 | 100011 | 111011 |
Color Harmonies of #73A9BB
Complementary color
Monochromatic Colors of #73A9BB
Black with #73A9BB
Text Example
Text Example
White with #73A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A9BB; }
p { color: rgb(115,169,187); }
H1.HeaderClassName
{
color: #73A9BB;
}
.AnyTagClassName
{
color: #73A9BB;
}
</style>
background-color css
<style>
a { background-color: #73A9BB; }
a { background-color: rgb(115,169,187); }
div.DivClassName
{
background-color: #73A9BB;
}
.BgClassName
{
background-color: #73A9BB;
}
</style>
border-color css
<style>
span { border-color: #73A9BB; }
span { border-color: rgb(115,169,187); }
td.TdClassName
{
border-color: #73A9BB;
}
.TagClassName
{
border-color: #73A9BB;
}
</style>