Shades of Glacier #72A5BC
Tints of Glacier #72A5BC
RGB
CMYK
RGB Variations
Color information
#72A5BC (or 0x72A5BC) is known color: Glacier. HEX triplet: 72, A5 and BC. RGB value is (114,165,188). Sum of RGB (Red+Green+Blue) = 114+165+188=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #72A5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A5BC is #8D5A43. Grayscale: #989898. Windows color (decimal): -9263684 or 12363122. OLE color: 12363122.
HSL color Cylindrical-coordinate representation of color #72A5BC: hue angle of 198.65º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72A5BC is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 165 | 188 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.26 |
| HSL | 198.65º | 0.36% | 0.59% | - |
| HSV(B) | 198.65º | 0.39% | 0.74% | - |
| XYZ | 29.47 | 34.12 | 52.61 | - |
| YUV | 152.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 165 | 188 | 0.39 | 0.12 | 0 | 0.26 | 198.65 | 0.36 | 0.59 |
| Hex | 72 | A5 | BC | 27 | C | 0 | 1A | C7 | 24 | 3B |
| Octal | 162 | 245 | 274 | 47 | 14 | 0 | 32 | 307 | 44 | 73 |
| Binary | 1110010 | 10100101 | 10111100 | 100111 | 1100 | 0 | 11010 | 11000111 | 100100 | 111011 |
Color Harmonies of #72A5BC
Complementary color
Monochromatic Colors of #72A5BC
Black with #72A5BC
Text Example
Text Example
White with #72A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A5BC; }
p { color: rgb(114,165,188); }
H1.HeaderClassName
{
color: #72A5BC;
}
.AnyTagClassName
{
color: #72A5BC;
}
</style>
background-color css
<style>
a { background-color: #72A5BC; }
a { background-color: rgb(114,165,188); }
div.DivClassName
{
background-color: #72A5BC;
}
.BgClassName
{
background-color: #72A5BC;
}
</style>
border-color css
<style>
span { border-color: #72A5BC; }
span { border-color: rgb(114,165,188); }
td.TdClassName
{
border-color: #72A5BC;
}
.TagClassName
{
border-color: #72A5BC;
}
</style>