Shades of Glacier #72A3BA
Tints of Glacier #72A3BA
RGB
CMYK
RGB Variations
Color information
#72A3BA (or 0x72A3BA) is known color: Glacier. HEX triplet: 72, A3 and BA. RGB value is (114,163,186). Sum of RGB (Red+Green+Blue) = 114+163+186=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #72A3BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A3BA is #8D5C45. Grayscale: #969696. Windows color (decimal): -9264198 or 12231538. OLE color: 12231538.
HSL color Cylindrical-coordinate representation of color #72A3BA: hue angle of 199.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72A3BA is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 163 | 186 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.27 |
| HSL | 199.17º | 0.34% | 0.59% | - |
| HSV(B) | 199.17º | 0.39% | 0.73% | - |
| XYZ | 28.9 | 33.32 | 51.36 | - |
| YUV | 150.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 186 | 0.39 | 0.12 | 0 | 0.27 | 199.17 | 0.34 | 0.59 |
| Hex | 72 | A3 | BA | 27 | C | 0 | 1B | C7 | 22 | 3B |
| Octal | 162 | 243 | 272 | 47 | 14 | 0 | 33 | 307 | 42 | 73 |
| Binary | 1110010 | 10100011 | 10111010 | 100111 | 1100 | 0 | 11011 | 11000111 | 100010 | 111011 |
Color Harmonies of #72A3BA
Complementary color
Monochromatic Colors of #72A3BA
Black with #72A3BA
Text Example
Text Example
White with #72A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A3BA; }
p { color: rgb(114,163,186); }
H1.HeaderClassName
{
color: #72A3BA;
}
.AnyTagClassName
{
color: #72A3BA;
}
</style>
background-color css
<style>
a { background-color: #72A3BA; }
a { background-color: rgb(114,163,186); }
div.DivClassName
{
background-color: #72A3BA;
}
.BgClassName
{
background-color: #72A3BA;
}
</style>
border-color css
<style>
span { border-color: #72A3BA; }
span { border-color: rgb(114,163,186); }
td.TdClassName
{
border-color: #72A3BA;
}
.TagClassName
{
border-color: #72A3BA;
}
</style>