Shades of Glacier #71AAB7
Tints of Glacier #71AAB7
RGB
CMYK
RGB Variations
Color information
#71AAB7 (or 0x71AAB7) is known color: Glacier. HEX triplet: 71, AA and B7. RGB value is (113,170,183). Sum of RGB (Red+Green+Blue) = 113+170+183=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 183 - color contains mainly: blue. Hex color #71AAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AAB7 is #8E5548. Grayscale: #9A9A9A. Windows color (decimal): -9327945 or 12036721. OLE color: 12036721.
HSL color Cylindrical-coordinate representation of color #71AAB7: hue angle of 191.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71AAB7 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 170 | 183 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.28 |
| HSL | 191.14º | 0.33% | 0.58% | - |
| HSV(B) | 191.14º | 0.38% | 0.72% | - |
| XYZ | 29.73 | 35.68 | 50.12 | - |
| YUV | 154.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 183 | 0.38 | 0.07 | 0 | 0.28 | 191.14 | 0.33 | 0.58 |
| Hex | 71 | AA | B7 | 26 | 7 | 0 | 1C | BF | 21 | 3A |
| Octal | 161 | 252 | 267 | 46 | 7 | 0 | 34 | 277 | 41 | 72 |
| Binary | 1110001 | 10101010 | 10110111 | 100110 | 111 | 0 | 11100 | 10111111 | 100001 | 111010 |
Color Harmonies of #71AAB7
Complementary color
Monochromatic Colors of #71AAB7
Black with #71AAB7
Text Example
Text Example
White with #71AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AAB7; }
p { color: rgb(113,170,183); }
H1.HeaderClassName
{
color: #71AAB7;
}
.AnyTagClassName
{
color: #71AAB7;
}
</style>
background-color css
<style>
a { background-color: #71AAB7; }
a { background-color: rgb(113,170,183); }
div.DivClassName
{
background-color: #71AAB7;
}
.BgClassName
{
background-color: #71AAB7;
}
</style>
border-color css
<style>
span { border-color: #71AAB7; }
span { border-color: rgb(113,170,183); }
td.TdClassName
{
border-color: #71AAB7;
}
.TagClassName
{
border-color: #71AAB7;
}
</style>