Shades of Glacier #72B3B9
Tints of Glacier #72B3B9
RGB
CMYK
RGB Variations
Color information
#72B3B9 (or 0x72B3B9) is known color: Glacier. HEX triplet: 72, B3 and B9. RGB value is (114,179,185). Sum of RGB (Red+Green+Blue) = 114+179+185=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #72B3B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B3B9 is #8D4C46. Grayscale: #A0A0A0. Windows color (decimal): -9260103 or 12170098. OLE color: 12170098.
HSL color Cylindrical-coordinate representation of color #72B3B9: hue angle of 185.07º 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 #72B3B9 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 179 | 185 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.27 |
| HSL | 185.07º | 0.34% | 0.59% | - |
| HSV(B) | 185.07º | 0.38% | 0.73% | - |
| XYZ | 31.82 | 39.32 | 51.81 | - |
| YUV | 160.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 179 | 185 | 0.38 | 0.03 | 0 | 0.27 | 185.07 | 0.34 | 0.59 |
| Hex | 72 | B3 | B9 | 26 | 3 | 0 | 1B | B9 | 22 | 3B |
| Octal | 162 | 263 | 271 | 46 | 3 | 0 | 33 | 271 | 42 | 73 |
| Binary | 1110010 | 10110011 | 10111001 | 100110 | 11 | 0 | 11011 | 10111001 | 100010 | 111011 |
Color Harmonies of #72B3B9
Complementary color
Monochromatic Colors of #72B3B9
Black with #72B3B9
Text Example
Text Example
White with #72B3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B3B9; }
p { color: rgb(114,179,185); }
H1.HeaderClassName
{
color: #72B3B9;
}
.AnyTagClassName
{
color: #72B3B9;
}
</style>
background-color css
<style>
a { background-color: #72B3B9; }
a { background-color: rgb(114,179,185); }
div.DivClassName
{
background-color: #72B3B9;
}
.BgClassName
{
background-color: #72B3B9;
}
</style>
border-color css
<style>
span { border-color: #72B3B9; }
span { border-color: rgb(114,179,185); }
td.TdClassName
{
border-color: #72B3B9;
}
.TagClassName
{
border-color: #72B3B9;
}
</style>