Shades of Glacier #71B5BC
Tints of Glacier #71B5BC
RGB
CMYK
RGB Variations
Color information
#71B5BC (or 0x71B5BC) is known color: Glacier. HEX triplet: 71, B5 and BC. RGB value is (113,181,188). Sum of RGB (Red+Green+Blue) = 113+181+188=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #71B5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B5BC is #8E4A43. Grayscale: #A1A1A1. Windows color (decimal): -9325124 or 12367217. OLE color: 12367217.
HSL color Cylindrical-coordinate representation of color #71B5BC: hue angle of 185.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 #71B5BC is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 181 | 188 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.26 |
| HSL | 185.6º | 0.36% | 0.59% | - |
| HSV(B) | 185.6º | 0.4% | 0.74% | - |
| XYZ | 32.41 | 40.19 | 53.63 | - |
| YUV | 161.47 | 142.97 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 181 | 188 | 0.40 | 0.04 | 0 | 0.26 | 185.6 | 0.36 | 0.59 |
| Hex | 71 | B5 | BC | 28 | 4 | 0 | 1A | BA | 24 | 3B |
| Octal | 161 | 265 | 274 | 50 | 4 | 0 | 32 | 272 | 44 | 73 |
| Binary | 1110001 | 10110101 | 10111100 | 101000 | 100 | 0 | 11010 | 10111010 | 100100 | 111011 |
Color Harmonies of #71B5BC
Complementary color
Monochromatic Colors of #71B5BC
Black with #71B5BC
Text Example
Text Example
White with #71B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B5BC; }
p { color: rgb(113,181,188); }
H1.HeaderClassName
{
color: #71B5BC;
}
.AnyTagClassName
{
color: #71B5BC;
}
</style>
background-color css
<style>
a { background-color: #71B5BC; }
a { background-color: rgb(113,181,188); }
div.DivClassName
{
background-color: #71B5BC;
}
.BgClassName
{
background-color: #71B5BC;
}
</style>
border-color css
<style>
span { border-color: #71B5BC; }
span { border-color: rgb(113,181,188); }
td.TdClassName
{
border-color: #71B5BC;
}
.TagClassName
{
border-color: #71B5BC;
}
</style>