Shades of Glacier #72A9BF
Tints of Glacier #72A9BF
RGB
CMYK
RGB Variations
Color information
#72A9BF (or 0x72A9BF) is known color: Glacier. HEX triplet: 72, A9 and BF. RGB value is (114,169,191). Sum of RGB (Red+Green+Blue) = 114+169+191=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #72A9BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A9BF is #8D5640. Grayscale: #9A9A9A. Windows color (decimal): -9262657 or 12560754. OLE color: 12560754.
HSL color Cylindrical-coordinate representation of color #72A9BF: hue angle of 197.14º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72A9BF is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 169 | 191 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.25 |
| HSL | 197.14º | 0.38% | 0.6% | - |
| HSV(B) | 197.14º | 0.4% | 0.75% | - |
| XYZ | 30.53 | 35.71 | 54.57 | - |
| YUV | 155.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 169 | 191 | 0.40 | 0.12 | 0 | 0.25 | 197.14 | 0.38 | 0.6 |
| Hex | 72 | A9 | BF | 28 | C | 0 | 19 | C5 | 26 | 3C |
| Octal | 162 | 251 | 277 | 50 | 14 | 0 | 31 | 305 | 46 | 74 |
| Binary | 1110010 | 10101001 | 10111111 | 101000 | 1100 | 0 | 11001 | 11000101 | 100110 | 111100 |
Color Harmonies of #72A9BF
Complementary color
Monochromatic Colors of #72A9BF
Black with #72A9BF
Text Example
Text Example
White with #72A9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A9BF; }
p { color: rgb(114,169,191); }
H1.HeaderClassName
{
color: #72A9BF;
}
.AnyTagClassName
{
color: #72A9BF;
}
</style>
background-color css
<style>
a { background-color: #72A9BF; }
a { background-color: rgb(114,169,191); }
div.DivClassName
{
background-color: #72A9BF;
}
.BgClassName
{
background-color: #72A9BF;
}
</style>
border-color css
<style>
span { border-color: #72A9BF; }
span { border-color: rgb(114,169,191); }
td.TdClassName
{
border-color: #72A9BF;
}
.TagClassName
{
border-color: #72A9BF;
}
</style>