Shades of Glacier #72A8BF
Tints of Glacier #72A8BF
RGB
CMYK
RGB Variations
Color information
#72A8BF (or 0x72A8BF) is known color: Glacier. HEX triplet: 72, A8 and BF. RGB value is (114,168,191). Sum of RGB (Red+Green+Blue) = 114+168+191=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #72A8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A8BF is #8D5740. Grayscale: #9A9A9A. Windows color (decimal): -9262913 or 12560498. OLE color: 12560498.
HSL color Cylindrical-coordinate representation of color #72A8BF: hue angle of 197.92º 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 #72A8BF is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 168 | 191 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.25 |
| HSL | 197.92º | 0.38% | 0.6% | - |
| HSV(B) | 197.92º | 0.4% | 0.75% | - |
| XYZ | 30.35 | 35.34 | 54.51 | - |
| YUV | 154.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 191 | 0.40 | 0.12 | 0 | 0.25 | 197.92 | 0.38 | 0.6 |
| Hex | 72 | A8 | BF | 28 | C | 0 | 19 | C6 | 26 | 3C |
| Octal | 162 | 250 | 277 | 50 | 14 | 0 | 31 | 306 | 46 | 74 |
| Binary | 1110010 | 10101000 | 10111111 | 101000 | 1100 | 0 | 11001 | 11000110 | 100110 | 111100 |
Color Harmonies of #72A8BF
Complementary color
Monochromatic Colors of #72A8BF
Black with #72A8BF
Text Example
Text Example
White with #72A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A8BF; }
p { color: rgb(114,168,191); }
H1.HeaderClassName
{
color: #72A8BF;
}
.AnyTagClassName
{
color: #72A8BF;
}
</style>
background-color css
<style>
a { background-color: #72A8BF; }
a { background-color: rgb(114,168,191); }
div.DivClassName
{
background-color: #72A8BF;
}
.BgClassName
{
background-color: #72A8BF;
}
</style>
border-color css
<style>
span { border-color: #72A8BF; }
span { border-color: rgb(114,168,191); }
td.TdClassName
{
border-color: #72A8BF;
}
.TagClassName
{
border-color: #72A8BF;
}
</style>