Shades of Glacier #71ADBC
Tints of Glacier #71ADBC
RGB
CMYK
RGB Variations
Color information
#71ADBC (or 0x71ADBC) is known color: Glacier. HEX triplet: 71, AD and BC. RGB value is (113,173,188). Sum of RGB (Red+Green+Blue) = 113+173+188=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #71ADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADBC is #8E5243. Grayscale: #9C9C9C. Windows color (decimal): -9327172 or 12365169. OLE color: 12365169.
HSL color Cylindrical-coordinate representation of color #71ADBC: hue angle of 192º 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 #71ADBC is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 173 | 188 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.26 |
| HSL | 192º | 0.36% | 0.59% | - |
| HSV(B) | 192º | 0.4% | 0.74% | - |
| XYZ | 30.83 | 37.03 | 53.1 | - |
| YUV | 156.77 | 145.62 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 188 | 0.40 | 0.08 | 0 | 0.26 | 192 | 0.36 | 0.59 |
| Hex | 71 | AD | BC | 28 | 8 | 0 | 1A | C0 | 24 | 3B |
| Octal | 161 | 255 | 274 | 50 | 10 | 0 | 32 | 300 | 44 | 73 |
| Binary | 1110001 | 10101101 | 10111100 | 101000 | 1000 | 0 | 11010 | 11000000 | 100100 | 111011 |
Color Harmonies of #71ADBC
Complementary color
Monochromatic Colors of #71ADBC
Black with #71ADBC
Text Example
Text Example
White with #71ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ADBC; }
p { color: rgb(113,173,188); }
H1.HeaderClassName
{
color: #71ADBC;
}
.AnyTagClassName
{
color: #71ADBC;
}
</style>
background-color css
<style>
a { background-color: #71ADBC; }
a { background-color: rgb(113,173,188); }
div.DivClassName
{
background-color: #71ADBC;
}
.BgClassName
{
background-color: #71ADBC;
}
</style>
border-color css
<style>
span { border-color: #71ADBC; }
span { border-color: rgb(113,173,188); }
td.TdClassName
{
border-color: #71ADBC;
}
.TagClassName
{
border-color: #71ADBC;
}
</style>