Shades of Glacier #72A3BD
Tints of Glacier #72A3BD
RGB
CMYK
RGB Variations
Color information
#72A3BD (or 0x72A3BD) is known color: Glacier. HEX triplet: 72, A3 and BD. RGB value is (114,163,189). Sum of RGB (Red+Green+Blue) = 114+163+189=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #72A3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A3BD is #8D5C42. Grayscale: #979797. Windows color (decimal): -9264195 or 12428146. OLE color: 12428146.
HSL color Cylindrical-coordinate representation of color #72A3BD: hue angle of 200.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 #72A3BD is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 163 | 189 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.26 |
| HSL | 200.8º | 0.36% | 0.59% | - |
| HSV(B) | 200.8º | 0.4% | 0.74% | - |
| XYZ | 29.22 | 33.45 | 53.06 | - |
| YUV | 151.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 189 | 0.40 | 0.14 | 0 | 0.26 | 200.8 | 0.36 | 0.59 |
| Hex | 72 | A3 | BD | 28 | E | 0 | 1A | C9 | 24 | 3B |
| Octal | 162 | 243 | 275 | 50 | 16 | 0 | 32 | 311 | 44 | 73 |
| Binary | 1110010 | 10100011 | 10111101 | 101000 | 1110 | 0 | 11010 | 11001001 | 100100 | 111011 |
Color Harmonies of #72A3BD
Complementary color
Monochromatic Colors of #72A3BD
Black with #72A3BD
Text Example
Text Example
White with #72A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A3BD; }
p { color: rgb(114,163,189); }
H1.HeaderClassName
{
color: #72A3BD;
}
.AnyTagClassName
{
color: #72A3BD;
}
</style>
background-color css
<style>
a { background-color: #72A3BD; }
a { background-color: rgb(114,163,189); }
div.DivClassName
{
background-color: #72A3BD;
}
.BgClassName
{
background-color: #72A3BD;
}
</style>
border-color css
<style>
span { border-color: #72A3BD; }
span { border-color: rgb(114,163,189); }
td.TdClassName
{
border-color: #72A3BD;
}
.TagClassName
{
border-color: #72A3BD;
}
</style>