Shades of Glacier #72A7BA
Tints of Glacier #72A7BA
RGB
CMYK
RGB Variations
Color information
#72A7BA (or 0x72A7BA) is known color: Glacier. HEX triplet: 72, A7 and BA. RGB value is (114,167,186). Sum of RGB (Red+Green+Blue) = 114+167+186=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #72A7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A7BA is #8D5845. Grayscale: #999999. Windows color (decimal): -9263174 or 12232562. OLE color: 12232562.
HSL color Cylindrical-coordinate representation of color #72A7BA: hue angle of 195.83º 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 #72A7BA is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 167 | 186 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.27 |
| HSL | 195.83º | 0.34% | 0.59% | - |
| HSV(B) | 195.83º | 0.39% | 0.73% | - |
| XYZ | 29.62 | 34.76 | 51.6 | - |
| YUV | 153.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 167 | 186 | 0.39 | 0.10 | 0 | 0.27 | 195.83 | 0.34 | 0.59 |
| Hex | 72 | A7 | BA | 27 | A | 0 | 1B | C4 | 22 | 3B |
| Octal | 162 | 247 | 272 | 47 | 12 | 0 | 33 | 304 | 42 | 73 |
| Binary | 1110010 | 10100111 | 10111010 | 100111 | 1010 | 0 | 11011 | 11000100 | 100010 | 111011 |
Color Harmonies of #72A7BA
Complementary color
Monochromatic Colors of #72A7BA
Black with #72A7BA
Text Example
Text Example
White with #72A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A7BA; }
p { color: rgb(114,167,186); }
H1.HeaderClassName
{
color: #72A7BA;
}
.AnyTagClassName
{
color: #72A7BA;
}
</style>
background-color css
<style>
a { background-color: #72A7BA; }
a { background-color: rgb(114,167,186); }
div.DivClassName
{
background-color: #72A7BA;
}
.BgClassName
{
background-color: #72A7BA;
}
</style>
border-color css
<style>
span { border-color: #72A7BA; }
span { border-color: rgb(114,167,186); }
td.TdClassName
{
border-color: #72A7BA;
}
.TagClassName
{
border-color: #72A7BA;
}
</style>