Shades of Glacier #72ADBD
Tints of Glacier #72ADBD
RGB
CMYK
RGB Variations
Color information
#72ADBD (or 0x72ADBD) is known color: Glacier. HEX triplet: 72, AD and BD. RGB value is (114,173,189). Sum of RGB (Red+Green+Blue) = 114+173+189=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #72ADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADBD is #8D5242. Grayscale: #9D9D9D. Windows color (decimal): -9261635 or 12430706. OLE color: 12430706.
HSL color Cylindrical-coordinate representation of color #72ADBD: hue angle of 192.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72ADBD is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 173 | 189 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.26 |
| HSL | 192.8º | 0.36% | 0.59% | - |
| HSV(B) | 192.8º | 0.4% | 0.74% | - |
| XYZ | 31.07 | 37.14 | 53.68 | - |
| YUV | 157.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 189 | 0.40 | 0.08 | 0 | 0.26 | 192.8 | 0.36 | 0.59 |
| Hex | 72 | AD | BD | 28 | 8 | 0 | 1A | C1 | 24 | 3B |
| Octal | 162 | 255 | 275 | 50 | 10 | 0 | 32 | 301 | 44 | 73 |
| Binary | 1110010 | 10101101 | 10111101 | 101000 | 1000 | 0 | 11010 | 11000001 | 100100 | 111011 |
Color Harmonies of #72ADBD
Complementary color
Monochromatic Colors of #72ADBD
Black with #72ADBD
Text Example
Text Example
White with #72ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADBD; }
p { color: rgb(114,173,189); }
H1.HeaderClassName
{
color: #72ADBD;
}
.AnyTagClassName
{
color: #72ADBD;
}
</style>
background-color css
<style>
a { background-color: #72ADBD; }
a { background-color: rgb(114,173,189); }
div.DivClassName
{
background-color: #72ADBD;
}
.BgClassName
{
background-color: #72ADBD;
}
</style>
border-color css
<style>
span { border-color: #72ADBD; }
span { border-color: rgb(114,173,189); }
td.TdClassName
{
border-color: #72ADBD;
}
.TagClassName
{
border-color: #72ADBD;
}
</style>