Shades of Glacier #72ABBA
Tints of Glacier #72ABBA
RGB
CMYK
RGB Variations
Color information
#72ABBA (or 0x72ABBA) is known color: Glacier. HEX triplet: 72, AB and BA. RGB value is (114,171,186). Sum of RGB (Red+Green+Blue) = 114+171+186=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #72ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABBA is #8D5445. Grayscale: #9B9B9B. Windows color (decimal): -9262150 or 12233586. OLE color: 12233586.
HSL color Cylindrical-coordinate representation of color #72ABBA: hue angle of 192.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 #72ABBA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 171 | 186 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.27 |
| HSL | 192.5º | 0.34% | 0.59% | - |
| HSV(B) | 192.5º | 0.39% | 0.73% | - |
| XYZ | 30.37 | 36.25 | 51.85 | - |
| YUV | 155.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 186 | 0.39 | 0.08 | 0 | 0.27 | 192.5 | 0.34 | 0.59 |
| Hex | 72 | AB | BA | 27 | 8 | 0 | 1B | C0 | 22 | 3B |
| Octal | 162 | 253 | 272 | 47 | 10 | 0 | 33 | 300 | 42 | 73 |
| Binary | 1110010 | 10101011 | 10111010 | 100111 | 1000 | 0 | 11011 | 11000000 | 100010 | 111011 |
Color Harmonies of #72ABBA
Complementary color
Monochromatic Colors of #72ABBA
Black with #72ABBA
Text Example
Text Example
White with #72ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ABBA; }
p { color: rgb(114,171,186); }
H1.HeaderClassName
{
color: #72ABBA;
}
.AnyTagClassName
{
color: #72ABBA;
}
</style>
background-color css
<style>
a { background-color: #72ABBA; }
a { background-color: rgb(114,171,186); }
div.DivClassName
{
background-color: #72ABBA;
}
.BgClassName
{
background-color: #72ABBA;
}
</style>
border-color css
<style>
span { border-color: #72ABBA; }
span { border-color: rgb(114,171,186); }
td.TdClassName
{
border-color: #72ABBA;
}
.TagClassName
{
border-color: #72ABBA;
}
</style>