Shades of Glacier #71A6BF
Tints of Glacier #71A6BF
RGB
CMYK
RGB Variations
Color information
#71A6BF (or 0x71A6BF) is known color: Glacier. HEX triplet: 71, A6 and BF. RGB value is (113,166,191). Sum of RGB (Red+Green+Blue) = 113+166+191=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #71A6BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A6BF is #8E5940. Grayscale: #989898. Windows color (decimal): -9328961 or 12559985. OLE color: 12559985.
HSL color Cylindrical-coordinate representation of color #71A6BF: hue angle of 199.23º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71A6BF is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 166 | 191 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.25 |
| HSL | 199.23º | 0.38% | 0.6% | - |
| HSV(B) | 199.23º | 0.41% | 0.75% | - |
| XYZ | 29.85 | 34.54 | 54.38 | - |
| YUV | 153 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 166 | 191 | 0.41 | 0.13 | 0 | 0.25 | 199.23 | 0.38 | 0.6 |
| Hex | 71 | A6 | BF | 29 | D | 0 | 19 | C7 | 26 | 3C |
| Octal | 161 | 246 | 277 | 51 | 15 | 0 | 31 | 307 | 46 | 74 |
| Binary | 1110001 | 10100110 | 10111111 | 101001 | 1101 | 0 | 11001 | 11000111 | 100110 | 111100 |
Color Harmonies of #71A6BF
Complementary color
Monochromatic Colors of #71A6BF
Black with #71A6BF
Text Example
Text Example
White with #71A6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A6BF; }
p { color: rgb(113,166,191); }
H1.HeaderClassName
{
color: #71A6BF;
}
.AnyTagClassName
{
color: #71A6BF;
}
</style>
background-color css
<style>
a { background-color: #71A6BF; }
a { background-color: rgb(113,166,191); }
div.DivClassName
{
background-color: #71A6BF;
}
.BgClassName
{
background-color: #71A6BF;
}
</style>
border-color css
<style>
span { border-color: #71A6BF; }
span { border-color: rgb(113,166,191); }
td.TdClassName
{
border-color: #71A6BF;
}
.TagClassName
{
border-color: #71A6BF;
}
</style>