Shades of Glacier #72A8B7
Tints of Glacier #72A8B7
RGB
CMYK
RGB Variations
Color information
#72A8B7 (or 0x72A8B7) is known color: Glacier. HEX triplet: 72, A8 and B7. RGB value is (114,168,183). Sum of RGB (Red+Green+Blue) = 114+168+183=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 183 - color contains mainly: blue. Hex color #72A8B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A8B7 is #8D5748. Grayscale: #999999. Windows color (decimal): -9262921 or 12036210. OLE color: 12036210.
HSL color Cylindrical-coordinate representation of color #72A8B7: hue angle of 193.04º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72A8B7 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 168 | 183 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.28 |
| HSL | 193.04º | 0.32% | 0.58% | - |
| HSV(B) | 193.04º | 0.38% | 0.72% | - |
| XYZ | 29.49 | 35 | 50 | - |
| YUV | 153.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 183 | 0.38 | 0.08 | 0 | 0.28 | 193.04 | 0.32 | 0.58 |
| Hex | 72 | A8 | B7 | 26 | 8 | 0 | 1C | C1 | 20 | 3A |
| Octal | 162 | 250 | 267 | 46 | 10 | 0 | 34 | 301 | 40 | 72 |
| Binary | 1110010 | 10101000 | 10110111 | 100110 | 1000 | 0 | 11100 | 11000001 | 100000 | 111010 |
Color Harmonies of #72A8B7
Complementary color
Monochromatic Colors of #72A8B7
Black with #72A8B7
Text Example
Text Example
White with #72A8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A8B7; }
p { color: rgb(114,168,183); }
H1.HeaderClassName
{
color: #72A8B7;
}
.AnyTagClassName
{
color: #72A8B7;
}
</style>
background-color css
<style>
a { background-color: #72A8B7; }
a { background-color: rgb(114,168,183); }
div.DivClassName
{
background-color: #72A8B7;
}
.BgClassName
{
background-color: #72A8B7;
}
</style>
border-color css
<style>
span { border-color: #72A8B7; }
span { border-color: rgb(114,168,183); }
td.TdClassName
{
border-color: #72A8B7;
}
.TagClassName
{
border-color: #72A8B7;
}
</style>