Shades of Glacier #73A4BD
Tints of Glacier #73A4BD
RGB
CMYK
RGB Variations
Color information
#73A4BD (or 0x73A4BD) is known color: Glacier. HEX triplet: 73, A4 and BD. RGB value is (115,164,189). Sum of RGB (Red+Green+Blue) = 115+164+189=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #73A4BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A4BD is #8C5B42. Grayscale: #989898. Windows color (decimal): -9198403 or 12428403. OLE color: 12428403.
HSL color Cylindrical-coordinate representation of color #73A4BD: hue angle of 200.27º 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 #73A4BD is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 164 | 189 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.26 |
| HSL | 200.27º | 0.36% | 0.6% | - |
| HSV(B) | 200.27º | 0.39% | 0.74% | - |
| XYZ | 29.53 | 33.87 | 53.13 | - |
| YUV | 152.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 189 | 0.39 | 0.13 | 0 | 0.26 | 200.27 | 0.36 | 0.6 |
| Hex | 73 | A4 | BD | 27 | D | 0 | 1A | C8 | 24 | 3C |
| Octal | 163 | 244 | 275 | 47 | 15 | 0 | 32 | 310 | 44 | 74 |
| Binary | 1110011 | 10100100 | 10111101 | 100111 | 1101 | 0 | 11010 | 11001000 | 100100 | 111100 |
Color Harmonies of #73A4BD
Complementary color
Monochromatic Colors of #73A4BD
Black with #73A4BD
Text Example
Text Example
White with #73A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A4BD; }
p { color: rgb(115,164,189); }
H1.HeaderClassName
{
color: #73A4BD;
}
.AnyTagClassName
{
color: #73A4BD;
}
</style>
background-color css
<style>
a { background-color: #73A4BD; }
a { background-color: rgb(115,164,189); }
div.DivClassName
{
background-color: #73A4BD;
}
.BgClassName
{
background-color: #73A4BD;
}
</style>
border-color css
<style>
span { border-color: #73A4BD; }
span { border-color: rgb(115,164,189); }
td.TdClassName
{
border-color: #73A4BD;
}
.TagClassName
{
border-color: #73A4BD;
}
</style>