Shades of Glacier #71B3BC
Tints of Glacier #71B3BC
RGB
CMYK
RGB Variations
Color information
#71B3BC (or 0x71B3BC) is known color: Glacier. HEX triplet: 71, B3 and BC. RGB value is (113,179,188). Sum of RGB (Red+Green+Blue) = 113+179+188=480 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.54% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #71B3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B3BC is #8E4C43. Grayscale: #A0A0A0. Windows color (decimal): -9325636 or 12366705. OLE color: 12366705.
HSL color Cylindrical-coordinate representation of color #71B3BC: hue angle of 187.2º 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 #71B3BC is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 179 | 188 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.26 |
| HSL | 187.2º | 0.36% | 0.59% | - |
| HSV(B) | 187.2º | 0.4% | 0.74% | - |
| XYZ | 32.01 | 39.38 | 53.49 | - |
| YUV | 160.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 188 | 0.40 | 0.05 | 0 | 0.26 | 187.2 | 0.36 | 0.59 |
| Hex | 71 | B3 | BC | 28 | 5 | 0 | 1A | BB | 24 | 3B |
| Octal | 161 | 263 | 274 | 50 | 5 | 0 | 32 | 273 | 44 | 73 |
| Binary | 1110001 | 10110011 | 10111100 | 101000 | 101 | 0 | 11010 | 10111011 | 100100 | 111011 |
Color Harmonies of #71B3BC
Complementary color
Monochromatic Colors of #71B3BC
Black with #71B3BC
Text Example
Text Example
White with #71B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B3BC; }
p { color: rgb(113,179,188); }
H1.HeaderClassName
{
color: #71B3BC;
}
.AnyTagClassName
{
color: #71B3BC;
}
</style>
background-color css
<style>
a { background-color: #71B3BC; }
a { background-color: rgb(113,179,188); }
div.DivClassName
{
background-color: #71B3BC;
}
.BgClassName
{
background-color: #71B3BC;
}
</style>
border-color css
<style>
span { border-color: #71B3BC; }
span { border-color: rgb(113,179,188); }
td.TdClassName
{
border-color: #71B3BC;
}
.TagClassName
{
border-color: #71B3BC;
}
</style>