Shades of Glacier #73B5BD
Tints of Glacier #73B5BD
RGB
CMYK
RGB Variations
Color information
#73B5BD (or 0x73B5BD) is known color: Glacier. HEX triplet: 73, B5 and BD. RGB value is (115,181,189). Sum of RGB (Red+Green+Blue) = 115+181+189=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #73B5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B5BD is #8C4A42. Grayscale: #A2A2A2. Windows color (decimal): -9194051 or 12432755. OLE color: 12432755.
HSL color Cylindrical-coordinate representation of color #73B5BD: hue angle of 186.49º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73B5BD is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 181 | 189 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.26 |
| HSL | 186.49º | 0.36% | 0.6% | - |
| HSV(B) | 186.49º | 0.39% | 0.74% | - |
| XYZ | 32.78 | 40.37 | 54.21 | - |
| YUV | 162.18 | 143.13 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 181 | 189 | 0.39 | 0.04 | 0 | 0.26 | 186.49 | 0.36 | 0.6 |
| Hex | 73 | B5 | BD | 27 | 4 | 0 | 1A | BA | 24 | 3C |
| Octal | 163 | 265 | 275 | 47 | 4 | 0 | 32 | 272 | 44 | 74 |
| Binary | 1110011 | 10110101 | 10111101 | 100111 | 100 | 0 | 11010 | 10111010 | 100100 | 111100 |
Color Harmonies of #73B5BD
Complementary color
Monochromatic Colors of #73B5BD
Black with #73B5BD
Text Example
Text Example
White with #73B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B5BD; }
p { color: rgb(115,181,189); }
H1.HeaderClassName
{
color: #73B5BD;
}
.AnyTagClassName
{
color: #73B5BD;
}
</style>
background-color css
<style>
a { background-color: #73B5BD; }
a { background-color: rgb(115,181,189); }
div.DivClassName
{
background-color: #73B5BD;
}
.BgClassName
{
background-color: #73B5BD;
}
</style>
border-color css
<style>
span { border-color: #73B5BD; }
span { border-color: rgb(115,181,189); }
td.TdClassName
{
border-color: #73B5BD;
}
.TagClassName
{
border-color: #73B5BD;
}
</style>