Shades of Glacier #71A6B9
Tints of Glacier #71A6B9
RGB
CMYK
RGB Variations
Color information
#71A6B9 (or 0x71A6B9) is known color: Glacier. HEX triplet: 71, A6 and B9. RGB value is (113,166,185). Sum of RGB (Red+Green+Blue) = 113+166+185=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #71A6B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A6B9 is #8E5946. Grayscale: #989898. Windows color (decimal): -9328967 or 12166769. OLE color: 12166769.
HSL color Cylindrical-coordinate representation of color #71A6B9: hue angle of 195.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71A6B9 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 166 | 185 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.27 |
| HSL | 195.83º | 0.34% | 0.58% | - |
| HSV(B) | 195.83º | 0.39% | 0.73% | - |
| XYZ | 29.2 | 34.29 | 50.98 | - |
| YUV | 152.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 166 | 185 | 0.39 | 0.10 | 0 | 0.27 | 195.83 | 0.34 | 0.58 |
| Hex | 71 | A6 | B9 | 27 | A | 0 | 1B | C4 | 22 | 3A |
| Octal | 161 | 246 | 271 | 47 | 12 | 0 | 33 | 304 | 42 | 72 |
| Binary | 1110001 | 10100110 | 10111001 | 100111 | 1010 | 0 | 11011 | 11000100 | 100010 | 111010 |
Color Harmonies of #71A6B9
Complementary color
Monochromatic Colors of #71A6B9
Black with #71A6B9
Text Example
Text Example
White with #71A6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A6B9; }
p { color: rgb(113,166,185); }
H1.HeaderClassName
{
color: #71A6B9;
}
.AnyTagClassName
{
color: #71A6B9;
}
</style>
background-color css
<style>
a { background-color: #71A6B9; }
a { background-color: rgb(113,166,185); }
div.DivClassName
{
background-color: #71A6B9;
}
.BgClassName
{
background-color: #71A6B9;
}
</style>
border-color css
<style>
span { border-color: #71A6B9; }
span { border-color: rgb(113,166,185); }
td.TdClassName
{
border-color: #71A6B9;
}
.TagClassName
{
border-color: #71A6B9;
}
</style>