Shades of Glacier #71B0BC
Tints of Glacier #71B0BC
RGB
CMYK
RGB Variations
Color information
#71B0BC (or 0x71B0BC) is known color: Glacier. HEX triplet: 71, B0 and BC. RGB value is (113,176,188). Sum of RGB (Red+Green+Blue) = 113+176+188=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #71B0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B0BC is #8E4F43. Grayscale: #9E9E9E. Windows color (decimal): -9326404 or 12365937. OLE color: 12365937.
HSL color Cylindrical-coordinate representation of color #71B0BC: hue angle of 189.6º 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 #71B0BC is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 176 | 188 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.26 |
| HSL | 189.6º | 0.36% | 0.59% | - |
| HSV(B) | 189.6º | 0.4% | 0.74% | - |
| XYZ | 31.41 | 38.19 | 53.29 | - |
| YUV | 158.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 176 | 188 | 0.40 | 0.06 | 0 | 0.26 | 189.6 | 0.36 | 0.59 |
| Hex | 71 | B0 | BC | 28 | 6 | 0 | 1A | BE | 24 | 3B |
| Octal | 161 | 260 | 274 | 50 | 6 | 0 | 32 | 276 | 44 | 73 |
| Binary | 1110001 | 10110000 | 10111100 | 101000 | 110 | 0 | 11010 | 10111110 | 100100 | 111011 |
Color Harmonies of #71B0BC
Complementary color
Monochromatic Colors of #71B0BC
Black with #71B0BC
Text Example
Text Example
White with #71B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B0BC; }
p { color: rgb(113,176,188); }
H1.HeaderClassName
{
color: #71B0BC;
}
.AnyTagClassName
{
color: #71B0BC;
}
</style>
background-color css
<style>
a { background-color: #71B0BC; }
a { background-color: rgb(113,176,188); }
div.DivClassName
{
background-color: #71B0BC;
}
.BgClassName
{
background-color: #71B0BC;
}
</style>
border-color css
<style>
span { border-color: #71B0BC; }
span { border-color: rgb(113,176,188); }
td.TdClassName
{
border-color: #71B0BC;
}
.TagClassName
{
border-color: #71B0BC;
}
</style>