Shades of Glacier #73ABC5
Tints of Glacier #73ABC5
RGB
CMYK
RGB Variations
Color information
#73ABC5 (or 0x73ABC5) is known color: Glacier. HEX triplet: 73, AB and C5. RGB value is (115,171,197). Sum of RGB (Red+Green+Blue) = 115+171+197=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #73ABC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABC5 is #8C543A. Grayscale: #9D9D9D. Windows color (decimal): -9196603 or 12954483. OLE color: 12954483.
HSL color Cylindrical-coordinate representation of color #73ABC5: hue angle of 199.02º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73ABC5 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 171 | 197 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.23 |
| HSL | 199.02º | 0.41% | 0.61% | - |
| HSV(B) | 199.02º | 0.42% | 0.77% | - |
| XYZ | 31.71 | 36.8 | 58.26 | - |
| YUV | 157.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 197 | 0.42 | 0.13 | 0 | 0.23 | 199.02 | 0.41 | 0.61 |
| Hex | 73 | AB | C5 | 2A | D | 0 | 17 | C7 | 29 | 3D |
| Octal | 163 | 253 | 305 | 52 | 15 | 0 | 27 | 307 | 51 | 75 |
| Binary | 1110011 | 10101011 | 11000101 | 101010 | 1101 | 0 | 10111 | 11000111 | 101001 | 111101 |
Color Harmonies of #73ABC5
Complementary color
Monochromatic Colors of #73ABC5
Black with #73ABC5
Text Example
Text Example
White with #73ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABC5; }
p { color: rgb(115,171,197); }
H1.HeaderClassName
{
color: #73ABC5;
}
.AnyTagClassName
{
color: #73ABC5;
}
</style>
background-color css
<style>
a { background-color: #73ABC5; }
a { background-color: rgb(115,171,197); }
div.DivClassName
{
background-color: #73ABC5;
}
.BgClassName
{
background-color: #73ABC5;
}
</style>
border-color css
<style>
span { border-color: #73ABC5; }
span { border-color: rgb(115,171,197); }
td.TdClassName
{
border-color: #73ABC5;
}
.TagClassName
{
border-color: #73ABC5;
}
</style>