Shades of Glacier #73A5BB
Tints of Glacier #73A5BB
RGB
CMYK
RGB Variations
Color information
#73A5BB (or 0x73A5BB) is known color: Glacier. HEX triplet: 73, A5 and BB. RGB value is (115,165,187). Sum of RGB (Red+Green+Blue) = 115+165+187=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #73A5BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A5BB is #8C5A44. Grayscale: #989898. Windows color (decimal): -9198149 or 12297587. OLE color: 12297587.
HSL color Cylindrical-coordinate representation of color #73A5BB: hue angle of 198.33º 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 #73A5BB is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 165 | 187 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.27 |
| HSL | 198.33º | 0.35% | 0.59% | - |
| HSV(B) | 198.33º | 0.39% | 0.73% | - |
| XYZ | 29.5 | 34.14 | 52.05 | - |
| YUV | 152.56 | 147.44 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 165 | 187 | 0.39 | 0.12 | 0 | 0.27 | 198.33 | 0.35 | 0.59 |
| Hex | 73 | A5 | BB | 27 | C | 0 | 1B | C6 | 23 | 3B |
| Octal | 163 | 245 | 273 | 47 | 14 | 0 | 33 | 306 | 43 | 73 |
| Binary | 1110011 | 10100101 | 10111011 | 100111 | 1100 | 0 | 11011 | 11000110 | 100011 | 111011 |
Color Harmonies of #73A5BB
Complementary color
Monochromatic Colors of #73A5BB
Black with #73A5BB
Text Example
Text Example
White with #73A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A5BB; }
p { color: rgb(115,165,187); }
H1.HeaderClassName
{
color: #73A5BB;
}
.AnyTagClassName
{
color: #73A5BB;
}
</style>
background-color css
<style>
a { background-color: #73A5BB; }
a { background-color: rgb(115,165,187); }
div.DivClassName
{
background-color: #73A5BB;
}
.BgClassName
{
background-color: #73A5BB;
}
</style>
border-color css
<style>
span { border-color: #73A5BB; }
span { border-color: rgb(115,165,187); }
td.TdClassName
{
border-color: #73A5BB;
}
.TagClassName
{
border-color: #73A5BB;
}
</style>