Shades of Glacier #71B9BE
Tints of Glacier #71B9BE
RGB
CMYK
RGB Variations
Color information
#71B9BE (or 0x71B9BE) is known color: Glacier. HEX triplet: 71, B9 and BE. RGB value is (113,185,190). Sum of RGB (Red+Green+Blue) = 113+185+190=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #71B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B9BE is #8E4641. Grayscale: #A3A3A3. Windows color (decimal): -9324098 or 12499313. OLE color: 12499313.
HSL color Cylindrical-coordinate representation of color #71B9BE: hue angle of 183.9º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71B9BE is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 185 | 190 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.25 |
| HSL | 183.9º | 0.37% | 0.59% | - |
| HSV(B) | 183.9º | 0.41% | 0.75% | - |
| XYZ | 33.45 | 41.93 | 55.04 | - |
| YUV | 164.04 | 142.65 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 185 | 190 | 0.41 | 0.03 | 0 | 0.25 | 183.9 | 0.37 | 0.59 |
| Hex | 71 | B9 | BE | 29 | 3 | 0 | 19 | B8 | 25 | 3B |
| Octal | 161 | 271 | 276 | 51 | 3 | 0 | 31 | 270 | 45 | 73 |
| Binary | 1110001 | 10111001 | 10111110 | 101001 | 11 | 0 | 11001 | 10111000 | 100101 | 111011 |
Color Harmonies of #71B9BE
Complementary color
Monochromatic Colors of #71B9BE
Black with #71B9BE
Text Example
Text Example
White with #71B9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B9BE; }
p { color: rgb(113,185,190); }
H1.HeaderClassName
{
color: #71B9BE;
}
.AnyTagClassName
{
color: #71B9BE;
}
</style>
background-color css
<style>
a { background-color: #71B9BE; }
a { background-color: rgb(113,185,190); }
div.DivClassName
{
background-color: #71B9BE;
}
.BgClassName
{
background-color: #71B9BE;
}
</style>
border-color css
<style>
span { border-color: #71B9BE; }
span { border-color: rgb(113,185,190); }
td.TdClassName
{
border-color: #71B9BE;
}
.TagClassName
{
border-color: #71B9BE;
}
</style>