Shades of Glacier #72BDC5
Tints of Glacier #72BDC5
RGB
CMYK
RGB Variations
Color information
#72BDC5 (or 0x72BDC5) is known color: Glacier. HEX triplet: 72, BD and C5. RGB value is (114,189,197). Sum of RGB (Red+Green+Blue) = 114+189+197=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #72BDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BDC5 is #8D423A. Grayscale: #A7A7A7. Windows color (decimal): -9257531 or 12959090. OLE color: 12959090.
HSL color Cylindrical-coordinate representation of color #72BDC5: hue angle of 185.78º 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 #72BDC5 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 189 | 197 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.23 |
| HSL | 185.78º | 0.42% | 0.61% | - |
| HSV(B) | 185.78º | 0.42% | 0.77% | - |
| XYZ | 35.22 | 44 | 59.46 | - |
| YUV | 167.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 197 | 0.42 | 0.04 | 0 | 0.23 | 185.78 | 0.42 | 0.61 |
| Hex | 72 | BD | C5 | 2A | 4 | 0 | 17 | BA | 2A | 3D |
| Octal | 162 | 275 | 305 | 52 | 4 | 0 | 27 | 272 | 52 | 75 |
| Binary | 1110010 | 10111101 | 11000101 | 101010 | 100 | 0 | 10111 | 10111010 | 101010 | 111101 |
Color Harmonies of #72BDC5
Complementary color
Monochromatic Colors of #72BDC5
Black with #72BDC5
Text Example
Text Example
White with #72BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BDC5; }
p { color: rgb(114,189,197); }
H1.HeaderClassName
{
color: #72BDC5;
}
.AnyTagClassName
{
color: #72BDC5;
}
</style>
background-color css
<style>
a { background-color: #72BDC5; }
a { background-color: rgb(114,189,197); }
div.DivClassName
{
background-color: #72BDC5;
}
.BgClassName
{
background-color: #72BDC5;
}
</style>
border-color css
<style>
span { border-color: #72BDC5; }
span { border-color: rgb(114,189,197); }
td.TdClassName
{
border-color: #72BDC5;
}
.TagClassName
{
border-color: #72BDC5;
}
</style>