Shades of Glacier #72A8B9
Tints of Glacier #72A8B9
RGB
CMYK
RGB Variations
Color information
#72A8B9 (or 0x72A8B9) is known color: Glacier. HEX triplet: 72, A8 and B9. RGB value is (114,168,185). Sum of RGB (Red+Green+Blue) = 114+168+185=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 185 - color contains mainly: blue. Hex color #72A8B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A8B9 is #8D5746. Grayscale: #999999. Windows color (decimal): -9262919 or 12167282. OLE color: 12167282.
HSL color Cylindrical-coordinate representation of color #72A8B9: hue angle of 194.37º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72A8B9 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 168 | 185 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.27 |
| HSL | 194.37º | 0.34% | 0.59% | - |
| HSV(B) | 194.37º | 0.38% | 0.73% | - |
| XYZ | 29.7 | 35.09 | 51.11 | - |
| YUV | 153.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 185 | 0.38 | 0.09 | 0 | 0.27 | 194.37 | 0.34 | 0.59 |
| Hex | 72 | A8 | B9 | 26 | 9 | 0 | 1B | C2 | 22 | 3B |
| Octal | 162 | 250 | 271 | 46 | 11 | 0 | 33 | 302 | 42 | 73 |
| Binary | 1110010 | 10101000 | 10111001 | 100110 | 1001 | 0 | 11011 | 11000010 | 100010 | 111011 |
Color Harmonies of #72A8B9
Complementary color
Monochromatic Colors of #72A8B9
Black with #72A8B9
Text Example
Text Example
White with #72A8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A8B9; }
p { color: rgb(114,168,185); }
H1.HeaderClassName
{
color: #72A8B9;
}
.AnyTagClassName
{
color: #72A8B9;
}
</style>
background-color css
<style>
a { background-color: #72A8B9; }
a { background-color: rgb(114,168,185); }
div.DivClassName
{
background-color: #72A8B9;
}
.BgClassName
{
background-color: #72A8B9;
}
</style>
border-color css
<style>
span { border-color: #72A8B9; }
span { border-color: rgb(114,168,185); }
td.TdClassName
{
border-color: #72A8B9;
}
.TagClassName
{
border-color: #72A8B9;
}
</style>