Shades of Glacier #72BBC5
Tints of Glacier #72BBC5
RGB
CMYK
RGB Variations
Color information
#72BBC5 (or 0x72BBC5) is known color: Glacier. HEX triplet: 72, BB and C5. RGB value is (114,187,197). Sum of RGB (Red+Green+Blue) = 114+187+197=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 197 - color contains mainly: blue. Hex color #72BBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBC5 is #8D443A. Grayscale: #A6A6A6. Windows color (decimal): -9258043 or 12958578. OLE color: 12958578.
HSL color Cylindrical-coordinate representation of color #72BBC5: hue angle of 187.23º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72BBC5 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 187 | 197 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.23 |
| HSL | 187.23º | 0.42% | 0.61% | - |
| HSV(B) | 187.23º | 0.42% | 0.77% | - |
| XYZ | 34.79 | 43.15 | 59.32 | - |
| YUV | 166.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 187 | 197 | 0.42 | 0.05 | 0 | 0.23 | 187.23 | 0.42 | 0.61 |
| Hex | 72 | BB | C5 | 2A | 5 | 0 | 17 | BB | 2A | 3D |
| Octal | 162 | 273 | 305 | 52 | 5 | 0 | 27 | 273 | 52 | 75 |
| Binary | 1110010 | 10111011 | 11000101 | 101010 | 101 | 0 | 10111 | 10111011 | 101010 | 111101 |
Color Harmonies of #72BBC5
Complementary color
Monochromatic Colors of #72BBC5
Black with #72BBC5
Text Example
Text Example
White with #72BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BBC5; }
p { color: rgb(114,187,197); }
H1.HeaderClassName
{
color: #72BBC5;
}
.AnyTagClassName
{
color: #72BBC5;
}
</style>
background-color css
<style>
a { background-color: #72BBC5; }
a { background-color: rgb(114,187,197); }
div.DivClassName
{
background-color: #72BBC5;
}
.BgClassName
{
background-color: #72BBC5;
}
</style>
border-color css
<style>
span { border-color: #72BBC5; }
span { border-color: rgb(114,187,197); }
td.TdClassName
{
border-color: #72BBC5;
}
.TagClassName
{
border-color: #72BBC5;
}
</style>