Shades of Glacier #72BBC1
Tints of Glacier #72BBC1
RGB
CMYK
RGB Variations
Color information
#72BBC1 (or 0x72BBC1) is known color: Glacier. HEX triplet: 72, BB and C1. RGB value is (114,187,193). Sum of RGB (Red+Green+Blue) = 114+187+193=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #72BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBC1 is #8D443E. Grayscale: #A5A5A5. Windows color (decimal): -9258047 or 12696434. OLE color: 12696434.
HSL color Cylindrical-coordinate representation of color #72BBC1: hue angle of 184.56º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72BBC1 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 187 | 193 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.24 |
| HSL | 184.56º | 0.39% | 0.6% | - |
| HSV(B) | 184.56º | 0.41% | 0.76% | - |
| XYZ | 34.34 | 42.97 | 56.94 | - |
| YUV | 165.86 | 143.32 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 187 | 193 | 0.41 | 0.03 | 0 | 0.24 | 184.56 | 0.39 | 0.6 |
| Hex | 72 | BB | C1 | 29 | 3 | 0 | 18 | B9 | 27 | 3C |
| Octal | 162 | 273 | 301 | 51 | 3 | 0 | 30 | 271 | 47 | 74 |
| Binary | 1110010 | 10111011 | 11000001 | 101001 | 11 | 0 | 11000 | 10111001 | 100111 | 111100 |
Color Harmonies of #72BBC1
Complementary color
Monochromatic Colors of #72BBC1
Black with #72BBC1
Text Example
Text Example
White with #72BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BBC1; }
p { color: rgb(114,187,193); }
H1.HeaderClassName
{
color: #72BBC1;
}
.AnyTagClassName
{
color: #72BBC1;
}
</style>
background-color css
<style>
a { background-color: #72BBC1; }
a { background-color: rgb(114,187,193); }
div.DivClassName
{
background-color: #72BBC1;
}
.BgClassName
{
background-color: #72BBC1;
}
</style>
border-color css
<style>
span { border-color: #72BBC1; }
span { border-color: rgb(114,187,193); }
td.TdClassName
{
border-color: #72BBC1;
}
.TagClassName
{
border-color: #72BBC1;
}
</style>