Shades of Glacier #72ADBE
Tints of Glacier #72ADBE
RGB
CMYK
RGB Variations
Color information
#72ADBE (or 0x72ADBE) is known color: Glacier. HEX triplet: 72, AD and BE. RGB value is (114,173,190). Sum of RGB (Red+Green+Blue) = 114+173+190=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #72ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADBE is #8D5241. Grayscale: #9D9D9D. Windows color (decimal): -9261634 or 12496242. OLE color: 12496242.
HSL color Cylindrical-coordinate representation of color #72ADBE: hue angle of 193.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72ADBE is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 173 | 190 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.25 |
| HSL | 193.42º | 0.37% | 0.6% | - |
| HSV(B) | 193.42º | 0.4% | 0.75% | - |
| XYZ | 31.18 | 37.18 | 54.25 | - |
| YUV | 157.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 190 | 0.40 | 0.09 | 0 | 0.25 | 193.42 | 0.37 | 0.6 |
| Hex | 72 | AD | BE | 28 | 9 | 0 | 19 | C1 | 25 | 3C |
| Octal | 162 | 255 | 276 | 50 | 11 | 0 | 31 | 301 | 45 | 74 |
| Binary | 1110010 | 10101101 | 10111110 | 101000 | 1001 | 0 | 11001 | 11000001 | 100101 | 111100 |
Color Harmonies of #72ADBE
Complementary color
Monochromatic Colors of #72ADBE
Black with #72ADBE
Text Example
Text Example
White with #72ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADBE; }
p { color: rgb(114,173,190); }
H1.HeaderClassName
{
color: #72ADBE;
}
.AnyTagClassName
{
color: #72ADBE;
}
</style>
background-color css
<style>
a { background-color: #72ADBE; }
a { background-color: rgb(114,173,190); }
div.DivClassName
{
background-color: #72ADBE;
}
.BgClassName
{
background-color: #72ADBE;
}
</style>
border-color css
<style>
span { border-color: #72ADBE; }
span { border-color: rgb(114,173,190); }
td.TdClassName
{
border-color: #72ADBE;
}
.TagClassName
{
border-color: #72ADBE;
}
</style>