Shades of Glacier #72B4C7
Tints of Glacier #72B4C7
RGB
CMYK
RGB Variations
Color information
#72B4C7 (or 0x72B4C7) is known color: Glacier. HEX triplet: 72, B4 and C7. RGB value is (114,180,199). Sum of RGB (Red+Green+Blue) = 114+180+199=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #72B4C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B4C7 is #8D4B38. Grayscale: #A2A2A2. Windows color (decimal): -9259833 or 13087858. OLE color: 13087858.
HSL color Cylindrical-coordinate representation of color #72B4C7: hue angle of 193.41º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72B4C7 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 180 | 199 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.22 |
| HSL | 193.41º | 0.43% | 0.61% | - |
| HSV(B) | 193.41º | 0.43% | 0.78% | - |
| XYZ | 33.57 | 40.34 | 60.05 | - |
| YUV | 162.43 | 148.63 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 180 | 199 | 0.43 | 0.10 | 0 | 0.22 | 193.41 | 0.43 | 0.61 |
| Hex | 72 | B4 | C7 | 2B | A | 0 | 16 | C1 | 2B | 3D |
| Octal | 162 | 264 | 307 | 53 | 12 | 0 | 26 | 301 | 53 | 75 |
| Binary | 1110010 | 10110100 | 11000111 | 101011 | 1010 | 0 | 10110 | 11000001 | 101011 | 111101 |
Color Harmonies of #72B4C7
Complementary color
Monochromatic Colors of #72B4C7
Black with #72B4C7
Text Example
Text Example
White with #72B4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B4C7; }
p { color: rgb(114,180,199); }
H1.HeaderClassName
{
color: #72B4C7;
}
.AnyTagClassName
{
color: #72B4C7;
}
</style>
background-color css
<style>
a { background-color: #72B4C7; }
a { background-color: rgb(114,180,199); }
div.DivClassName
{
background-color: #72B4C7;
}
.BgClassName
{
background-color: #72B4C7;
}
</style>
border-color css
<style>
span { border-color: #72B4C7; }
span { border-color: rgb(114,180,199); }
td.TdClassName
{
border-color: #72B4C7;
}
.TagClassName
{
border-color: #72B4C7;
}
</style>