Shades of Glacier #73AAC1
Tints of Glacier #73AAC1
RGB
CMYK
RGB Variations
Color information
#73AAC1 (or 0x73AAC1) is known color: Glacier. HEX triplet: 73, AA and C1. RGB value is (115,170,193). Sum of RGB (Red+Green+Blue) = 115+170+193=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #73AAC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AAC1 is #8C553E. Grayscale: #9C9C9C. Windows color (decimal): -9196863 or 12692083. OLE color: 12692083.
HSL color Cylindrical-coordinate representation of color #73AAC1: hue angle of 197.69º 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 #73AAC1 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 170 | 193 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.24 |
| HSL | 197.69º | 0.39% | 0.6% | - |
| HSV(B) | 197.69º | 0.4% | 0.76% | - |
| XYZ | 31.07 | 36.24 | 55.81 | - |
| YUV | 156.18 | 148.78 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 193 | 0.40 | 0.12 | 0 | 0.24 | 197.69 | 0.39 | 0.6 |
| Hex | 73 | AA | C1 | 28 | C | 0 | 18 | C6 | 27 | 3C |
| Octal | 163 | 252 | 301 | 50 | 14 | 0 | 30 | 306 | 47 | 74 |
| Binary | 1110011 | 10101010 | 11000001 | 101000 | 1100 | 0 | 11000 | 11000110 | 100111 | 111100 |
Color Harmonies of #73AAC1
Complementary color
Monochromatic Colors of #73AAC1
Black with #73AAC1
Text Example
Text Example
White with #73AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AAC1; }
p { color: rgb(115,170,193); }
H1.HeaderClassName
{
color: #73AAC1;
}
.AnyTagClassName
{
color: #73AAC1;
}
</style>
background-color css
<style>
a { background-color: #73AAC1; }
a { background-color: rgb(115,170,193); }
div.DivClassName
{
background-color: #73AAC1;
}
.BgClassName
{
background-color: #73AAC1;
}
</style>
border-color css
<style>
span { border-color: #73AAC1; }
span { border-color: rgb(115,170,193); }
td.TdClassName
{
border-color: #73AAC1;
}
.TagClassName
{
border-color: #73AAC1;
}
</style>