Shades of Glacier #73AEBC
Tints of Glacier #73AEBC
RGB
CMYK
RGB Variations
Color information
#73AEBC (or 0x73AEBC) is known color: Glacier. HEX triplet: 73, AE and BC. RGB value is (115,174,188). Sum of RGB (Red+Green+Blue) = 115+174+188=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #73AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AEBC is #8C5143. Grayscale: #9D9D9D. Windows color (decimal): -9195844 or 12365427. OLE color: 12365427.
HSL color Cylindrical-coordinate representation of color #73AEBC: hue angle of 191.51º 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 #73AEBC is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 174 | 188 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.26 |
| HSL | 191.51º | 0.35% | 0.59% | - |
| HSV(B) | 191.51º | 0.39% | 0.74% | - |
| XYZ | 31.28 | 37.55 | 53.18 | - |
| YUV | 157.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 174 | 188 | 0.39 | 0.07 | 0 | 0.26 | 191.51 | 0.35 | 0.59 |
| Hex | 73 | AE | BC | 27 | 7 | 0 | 1A | C0 | 23 | 3B |
| Octal | 163 | 256 | 274 | 47 | 7 | 0 | 32 | 300 | 43 | 73 |
| Binary | 1110011 | 10101110 | 10111100 | 100111 | 111 | 0 | 11010 | 11000000 | 100011 | 111011 |
Color Harmonies of #73AEBC
Complementary color
Monochromatic Colors of #73AEBC
Black with #73AEBC
Text Example
Text Example
White with #73AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AEBC; }
p { color: rgb(115,174,188); }
H1.HeaderClassName
{
color: #73AEBC;
}
.AnyTagClassName
{
color: #73AEBC;
}
</style>
background-color css
<style>
a { background-color: #73AEBC; }
a { background-color: rgb(115,174,188); }
div.DivClassName
{
background-color: #73AEBC;
}
.BgClassName
{
background-color: #73AEBC;
}
</style>
border-color css
<style>
span { border-color: #73AEBC; }
span { border-color: rgb(115,174,188); }
td.TdClassName
{
border-color: #73AEBC;
}
.TagClassName
{
border-color: #73AEBC;
}
</style>