Shades of Glacier #72A8BA
Tints of Glacier #72A8BA
RGB
CMYK
RGB Variations
Color information
#72A8BA (or 0x72A8BA) is known color: Glacier. HEX triplet: 72, A8 and BA. RGB value is (114,168,186). Sum of RGB (Red+Green+Blue) = 114+168+186=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #72A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A8BA is #8D5745. Grayscale: #999999. Windows color (decimal): -9262918 or 12232818. OLE color: 12232818.
HSL color Cylindrical-coordinate representation of color #72A8BA: hue angle of 195º 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 #72A8BA is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 168 | 186 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.27 |
| HSL | 195º | 0.34% | 0.59% | - |
| HSV(B) | 195º | 0.39% | 0.73% | - |
| XYZ | 29.8 | 35.13 | 51.66 | - |
| YUV | 153.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 186 | 0.39 | 0.10 | 0 | 0.27 | 195 | 0.34 | 0.59 |
| Hex | 72 | A8 | BA | 27 | A | 0 | 1B | C3 | 22 | 3B |
| Octal | 162 | 250 | 272 | 47 | 12 | 0 | 33 | 303 | 42 | 73 |
| Binary | 1110010 | 10101000 | 10111010 | 100111 | 1010 | 0 | 11011 | 11000011 | 100010 | 111011 |
Color Harmonies of #72A8BA
Complementary color
Monochromatic Colors of #72A8BA
Black with #72A8BA
Text Example
Text Example
White with #72A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A8BA; }
p { color: rgb(114,168,186); }
H1.HeaderClassName
{
color: #72A8BA;
}
.AnyTagClassName
{
color: #72A8BA;
}
</style>
background-color css
<style>
a { background-color: #72A8BA; }
a { background-color: rgb(114,168,186); }
div.DivClassName
{
background-color: #72A8BA;
}
.BgClassName
{
background-color: #72A8BA;
}
</style>
border-color css
<style>
span { border-color: #72A8BA; }
span { border-color: rgb(114,168,186); }
td.TdClassName
{
border-color: #72A8BA;
}
.TagClassName
{
border-color: #72A8BA;
}
</style>