Shades of Glacier #71ABBA
Tints of Glacier #71ABBA
RGB
CMYK
RGB Variations
Color information
#71ABBA (or 0x71ABBA) is known color: Glacier. HEX triplet: 71, AB and BA. RGB value is (113,171,186). Sum of RGB (Red+Green+Blue) = 113+171+186=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #71ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABBA is #8E5445. Grayscale: #9B9B9B. Windows color (decimal): -9327686 or 12233585. OLE color: 12233585.
HSL color Cylindrical-coordinate representation of color #71ABBA: hue angle of 192.33º degrees, saturation: 0.35, 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 #71ABBA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 171 | 186 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.27 |
| HSL | 192.33º | 0.35% | 0.59% | - |
| HSV(B) | 192.33º | 0.39% | 0.73% | - |
| XYZ | 30.24 | 36.18 | 51.84 | - |
| YUV | 155.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 186 | 0.39 | 0.08 | 0 | 0.27 | 192.33 | 0.35 | 0.59 |
| Hex | 71 | AB | BA | 27 | 8 | 0 | 1B | C0 | 23 | 3B |
| Octal | 161 | 253 | 272 | 47 | 10 | 0 | 33 | 300 | 43 | 73 |
| Binary | 1110001 | 10101011 | 10111010 | 100111 | 1000 | 0 | 11011 | 11000000 | 100011 | 111011 |
Color Harmonies of #71ABBA
Complementary color
Monochromatic Colors of #71ABBA
Black with #71ABBA
Text Example
Text Example
White with #71ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ABBA; }
p { color: rgb(113,171,186); }
H1.HeaderClassName
{
color: #71ABBA;
}
.AnyTagClassName
{
color: #71ABBA;
}
</style>
background-color css
<style>
a { background-color: #71ABBA; }
a { background-color: rgb(113,171,186); }
div.DivClassName
{
background-color: #71ABBA;
}
.BgClassName
{
background-color: #71ABBA;
}
</style>
border-color css
<style>
span { border-color: #71ABBA; }
span { border-color: rgb(113,171,186); }
td.TdClassName
{
border-color: #71ABBA;
}
.TagClassName
{
border-color: #71ABBA;
}
</style>