Shades of Glacier #72A5BA
Tints of Glacier #72A5BA
RGB
CMYK
RGB Variations
Color information
#72A5BA (or 0x72A5BA) is known color: Glacier. HEX triplet: 72, A5 and BA. RGB value is (114,165,186). Sum of RGB (Red+Green+Blue) = 114+165+186=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #72A5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A5BA is #8D5A45. Grayscale: #989898. Windows color (decimal): -9263686 or 12232050. OLE color: 12232050.
HSL color Cylindrical-coordinate representation of color #72A5BA: hue angle of 197.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72A5BA is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 165 | 186 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.27 |
| HSL | 197.5º | 0.34% | 0.59% | - |
| HSV(B) | 197.5º | 0.39% | 0.73% | - |
| XYZ | 29.26 | 34.03 | 51.48 | - |
| YUV | 152.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 165 | 186 | 0.39 | 0.11 | 0 | 0.27 | 197.5 | 0.34 | 0.59 |
| Hex | 72 | A5 | BA | 27 | B | 0 | 1B | C6 | 22 | 3B |
| Octal | 162 | 245 | 272 | 47 | 13 | 0 | 33 | 306 | 42 | 73 |
| Binary | 1110010 | 10100101 | 10111010 | 100111 | 1011 | 0 | 11011 | 11000110 | 100010 | 111011 |
Color Harmonies of #72A5BA
Complementary color
Monochromatic Colors of #72A5BA
Black with #72A5BA
Text Example
Text Example
White with #72A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A5BA; }
p { color: rgb(114,165,186); }
H1.HeaderClassName
{
color: #72A5BA;
}
.AnyTagClassName
{
color: #72A5BA;
}
</style>
background-color css
<style>
a { background-color: #72A5BA; }
a { background-color: rgb(114,165,186); }
div.DivClassName
{
background-color: #72A5BA;
}
.BgClassName
{
background-color: #72A5BA;
}
</style>
border-color css
<style>
span { border-color: #72A5BA; }
span { border-color: rgb(114,165,186); }
td.TdClassName
{
border-color: #72A5BA;
}
.TagClassName
{
border-color: #72A5BA;
}
</style>