Shades of Glacier #71AAB6
Tints of Glacier #71AAB6
RGB
CMYK
RGB Variations
Color information
#71AAB6 (or 0x71AAB6) is known color: Glacier. HEX triplet: 71, AA and B6. RGB value is (113,170,182). Sum of RGB (Red+Green+Blue) = 113+170+182=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 182 - color contains mainly: blue. Hex color #71AAB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AAB6 is #8E5549. Grayscale: #9A9A9A. Windows color (decimal): -9327946 or 11971185. OLE color: 11971185.
HSL color Cylindrical-coordinate representation of color #71AAB6: hue angle of 190.43º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71AAB6 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 170 | 182 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.29 |
| HSL | 190.43º | 0.32% | 0.58% | - |
| HSV(B) | 190.43º | 0.38% | 0.71% | - |
| XYZ | 29.63 | 35.64 | 49.57 | - |
| YUV | 154.33 | 143.62 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 182 | 0.38 | 0.07 | 0 | 0.29 | 190.43 | 0.32 | 0.58 |
| Hex | 71 | AA | B6 | 26 | 7 | 0 | 1D | BE | 20 | 3A |
| Octal | 161 | 252 | 266 | 46 | 7 | 0 | 35 | 276 | 40 | 72 |
| Binary | 1110001 | 10101010 | 10110110 | 100110 | 111 | 0 | 11101 | 10111110 | 100000 | 111010 |
Color Harmonies of #71AAB6
Complementary color
Monochromatic Colors of #71AAB6
Black with #71AAB6
Text Example
Text Example
White with #71AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AAB6; }
p { color: rgb(113,170,182); }
H1.HeaderClassName
{
color: #71AAB6;
}
.AnyTagClassName
{
color: #71AAB6;
}
</style>
background-color css
<style>
a { background-color: #71AAB6; }
a { background-color: rgb(113,170,182); }
div.DivClassName
{
background-color: #71AAB6;
}
.BgClassName
{
background-color: #71AAB6;
}
</style>
border-color css
<style>
span { border-color: #71AAB6; }
span { border-color: rgb(113,170,182); }
td.TdClassName
{
border-color: #71AAB6;
}
.TagClassName
{
border-color: #71AAB6;
}
</style>