Shades of Glacier #73ABC1
Tints of Glacier #73ABC1
RGB
CMYK
RGB Variations
Color information
#73ABC1 (or 0x73ABC1) is known color: Glacier. HEX triplet: 73, AB and C1. RGB value is (115,171,193). Sum of RGB (Red+Green+Blue) = 115+171+193=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #73ABC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABC1 is #8C543E. Grayscale: #9C9C9C. Windows color (decimal): -9196607 or 12692339. OLE color: 12692339.
HSL color Cylindrical-coordinate representation of color #73ABC1: hue angle of 196.92º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73ABC1 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 171 | 193 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.24 |
| HSL | 196.92º | 0.39% | 0.6% | - |
| HSV(B) | 196.92º | 0.4% | 0.76% | - |
| XYZ | 31.26 | 36.62 | 55.87 | - |
| YUV | 156.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 193 | 0.40 | 0.11 | 0 | 0.24 | 196.92 | 0.39 | 0.6 |
| Hex | 73 | AB | C1 | 28 | B | 0 | 18 | C5 | 27 | 3C |
| Octal | 163 | 253 | 301 | 50 | 13 | 0 | 30 | 305 | 47 | 74 |
| Binary | 1110011 | 10101011 | 11000001 | 101000 | 1011 | 0 | 11000 | 11000101 | 100111 | 111100 |
Color Harmonies of #73ABC1
Complementary color
Monochromatic Colors of #73ABC1
Black with #73ABC1
Text Example
Text Example
White with #73ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABC1; }
p { color: rgb(115,171,193); }
H1.HeaderClassName
{
color: #73ABC1;
}
.AnyTagClassName
{
color: #73ABC1;
}
</style>
background-color css
<style>
a { background-color: #73ABC1; }
a { background-color: rgb(115,171,193); }
div.DivClassName
{
background-color: #73ABC1;
}
.BgClassName
{
background-color: #73ABC1;
}
</style>
border-color css
<style>
span { border-color: #73ABC1; }
span { border-color: rgb(115,171,193); }
td.TdClassName
{
border-color: #73ABC1;
}
.TagClassName
{
border-color: #73ABC1;
}
</style>