Shades of Glacier #72ACB9
Tints of Glacier #72ACB9
RGB
CMYK
RGB Variations
Color information
#72ACB9 (or 0x72ACB9) is known color: Glacier. HEX triplet: 72, AC and B9. RGB value is (114,172,185). Sum of RGB (Red+Green+Blue) = 114+172+185=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: blue. Hex color #72ACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACB9 is #8D5346. Grayscale: #9C9C9C. Windows color (decimal): -9261895 or 12168306. OLE color: 12168306.
HSL color Cylindrical-coordinate representation of color #72ACB9: hue angle of 190.99º 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 #72ACB9 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 172 | 185 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.27 |
| HSL | 190.99º | 0.34% | 0.59% | - |
| HSV(B) | 190.99º | 0.38% | 0.73% | - |
| XYZ | 30.45 | 36.59 | 51.36 | - |
| YUV | 156.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 172 | 185 | 0.38 | 0.07 | 0 | 0.27 | 190.99 | 0.34 | 0.59 |
| Hex | 72 | AC | B9 | 26 | 7 | 0 | 1B | BF | 22 | 3B |
| Octal | 162 | 254 | 271 | 46 | 7 | 0 | 33 | 277 | 42 | 73 |
| Binary | 1110010 | 10101100 | 10111001 | 100110 | 111 | 0 | 11011 | 10111111 | 100010 | 111011 |
Color Harmonies of #72ACB9
Complementary color
Monochromatic Colors of #72ACB9
Black with #72ACB9
Text Example
Text Example
White with #72ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ACB9; }
p { color: rgb(114,172,185); }
H1.HeaderClassName
{
color: #72ACB9;
}
.AnyTagClassName
{
color: #72ACB9;
}
</style>
background-color css
<style>
a { background-color: #72ACB9; }
a { background-color: rgb(114,172,185); }
div.DivClassName
{
background-color: #72ACB9;
}
.BgClassName
{
background-color: #72ACB9;
}
</style>
border-color css
<style>
span { border-color: #72ACB9; }
span { border-color: rgb(114,172,185); }
td.TdClassName
{
border-color: #72ACB9;
}
.TagClassName
{
border-color: #72ACB9;
}
</style>