Shades of Glacier #73A8BB
Tints of Glacier #73A8BB
RGB
CMYK
RGB Variations
Color information
#73A8BB (or 0x73A8BB) is known color: Glacier. HEX triplet: 73, A8 and BB. RGB value is (115,168,187). Sum of RGB (Red+Green+Blue) = 115+168+187=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #73A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A8BB is #8C5744. Grayscale: #9A9A9A. Windows color (decimal): -9197381 or 12298355. OLE color: 12298355.
HSL color Cylindrical-coordinate representation of color #73A8BB: hue angle of 195.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 #73A8BB is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 168 | 187 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.27 |
| HSL | 195.83º | 0.35% | 0.59% | - |
| HSV(B) | 195.83º | 0.39% | 0.73% | - |
| XYZ | 30.04 | 35.24 | 52.23 | - |
| YUV | 154.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 187 | 0.39 | 0.10 | 0 | 0.27 | 195.83 | 0.35 | 0.59 |
| Hex | 73 | A8 | BB | 27 | A | 0 | 1B | C4 | 23 | 3B |
| Octal | 163 | 250 | 273 | 47 | 12 | 0 | 33 | 304 | 43 | 73 |
| Binary | 1110011 | 10101000 | 10111011 | 100111 | 1010 | 0 | 11011 | 11000100 | 100011 | 111011 |
Color Harmonies of #73A8BB
Complementary color
Monochromatic Colors of #73A8BB
Black with #73A8BB
Text Example
Text Example
White with #73A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A8BB; }
p { color: rgb(115,168,187); }
H1.HeaderClassName
{
color: #73A8BB;
}
.AnyTagClassName
{
color: #73A8BB;
}
</style>
background-color css
<style>
a { background-color: #73A8BB; }
a { background-color: rgb(115,168,187); }
div.DivClassName
{
background-color: #73A8BB;
}
.BgClassName
{
background-color: #73A8BB;
}
</style>
border-color css
<style>
span { border-color: #73A8BB; }
span { border-color: rgb(115,168,187); }
td.TdClassName
{
border-color: #73A8BB;
}
.TagClassName
{
border-color: #73A8BB;
}
</style>