Shades of Glacier #73B0BC
Tints of Glacier #73B0BC
RGB
CMYK
RGB Variations
Color information
#73B0BC (or 0x73B0BC) is known color: Glacier. HEX triplet: 73, B0 and BC. RGB value is (115,176,188). Sum of RGB (Red+Green+Blue) = 115+176+188=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #73B0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B0BC is #8C4F43. Grayscale: #9F9F9F. Windows color (decimal): -9195332 or 12365939. OLE color: 12365939.
HSL color Cylindrical-coordinate representation of color #73B0BC: hue angle of 189.86º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73B0BC is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 176 | 188 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.26 |
| HSL | 189.86º | 0.35% | 0.59% | - |
| HSV(B) | 189.86º | 0.39% | 0.74% | - |
| XYZ | 31.67 | 38.33 | 53.31 | - |
| YUV | 159.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 176 | 188 | 0.39 | 0.06 | 0 | 0.26 | 189.86 | 0.35 | 0.59 |
| Hex | 73 | B0 | BC | 27 | 6 | 0 | 1A | BE | 23 | 3B |
| Octal | 163 | 260 | 274 | 47 | 6 | 0 | 32 | 276 | 43 | 73 |
| Binary | 1110011 | 10110000 | 10111100 | 100111 | 110 | 0 | 11010 | 10111110 | 100011 | 111011 |
Color Harmonies of #73B0BC
Complementary color
Monochromatic Colors of #73B0BC
Black with #73B0BC
Text Example
Text Example
White with #73B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B0BC; }
p { color: rgb(115,176,188); }
H1.HeaderClassName
{
color: #73B0BC;
}
.AnyTagClassName
{
color: #73B0BC;
}
</style>
background-color css
<style>
a { background-color: #73B0BC; }
a { background-color: rgb(115,176,188); }
div.DivClassName
{
background-color: #73B0BC;
}
.BgClassName
{
background-color: #73B0BC;
}
</style>
border-color css
<style>
span { border-color: #73B0BC; }
span { border-color: rgb(115,176,188); }
td.TdClassName
{
border-color: #73B0BC;
}
.TagClassName
{
border-color: #73B0BC;
}
</style>