Shades of Glacier #71B4BC
Tints of Glacier #71B4BC
RGB
CMYK
RGB Variations
Color information
#71B4BC (or 0x71B4BC) is known color: Glacier. HEX triplet: 71, B4 and BC. RGB value is (113,180,188). Sum of RGB (Red+Green+Blue) = 113+180+188=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #71B4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B4BC is #8E4B43. Grayscale: #A0A0A0. Windows color (decimal): -9325380 or 12366961. OLE color: 12366961.
HSL color Cylindrical-coordinate representation of color #71B4BC: hue angle of 186.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71B4BC is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 180 | 188 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.26 |
| HSL | 186.4º | 0.36% | 0.59% | - |
| HSV(B) | 186.4º | 0.4% | 0.74% | - |
| XYZ | 32.21 | 39.78 | 53.56 | - |
| YUV | 160.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 180 | 188 | 0.40 | 0.04 | 0 | 0.26 | 186.4 | 0.36 | 0.59 |
| Hex | 71 | B4 | BC | 28 | 4 | 0 | 1A | BA | 24 | 3B |
| Octal | 161 | 264 | 274 | 50 | 4 | 0 | 32 | 272 | 44 | 73 |
| Binary | 1110001 | 10110100 | 10111100 | 101000 | 100 | 0 | 11010 | 10111010 | 100100 | 111011 |
Color Harmonies of #71B4BC
Complementary color
Monochromatic Colors of #71B4BC
Black with #71B4BC
Text Example
Text Example
White with #71B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B4BC; }
p { color: rgb(113,180,188); }
H1.HeaderClassName
{
color: #71B4BC;
}
.AnyTagClassName
{
color: #71B4BC;
}
</style>
background-color css
<style>
a { background-color: #71B4BC; }
a { background-color: rgb(113,180,188); }
div.DivClassName
{
background-color: #71B4BC;
}
.BgClassName
{
background-color: #71B4BC;
}
</style>
border-color css
<style>
span { border-color: #71B4BC; }
span { border-color: rgb(113,180,188); }
td.TdClassName
{
border-color: #71B4BC;
}
.TagClassName
{
border-color: #71B4BC;
}
</style>