Shades of Glacier #71ADC0
Tints of Glacier #71ADC0
RGB
CMYK
RGB Variations
Color information
#71ADC0 (or 0x71ADC0) is known color: Glacier. HEX triplet: 71, AD and C0. RGB value is (113,173,192). Sum of RGB (Red+Green+Blue) = 113+173+192=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #71ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADC0 is #8E523F. Grayscale: #9D9D9D. Windows color (decimal): -9327168 or 12627313. OLE color: 12627313.
HSL color Cylindrical-coordinate representation of color #71ADC0: hue angle of 194.43º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71ADC0 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 173 | 192 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.25 |
| HSL | 194.43º | 0.39% | 0.6% | - |
| HSV(B) | 194.43º | 0.41% | 0.75% | - |
| XYZ | 31.27 | 37.2 | 55.4 | - |
| YUV | 157.23 | 147.62 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 192 | 0.41 | 0.10 | 0 | 0.25 | 194.43 | 0.39 | 0.6 |
| Hex | 71 | AD | C0 | 29 | A | 0 | 19 | C2 | 27 | 3C |
| Octal | 161 | 255 | 300 | 51 | 12 | 0 | 31 | 302 | 47 | 74 |
| Binary | 1110001 | 10101101 | 11000000 | 101001 | 1010 | 0 | 11001 | 11000010 | 100111 | 111100 |
Color Harmonies of #71ADC0
Complementary color
Monochromatic Colors of #71ADC0
Black with #71ADC0
Text Example
Text Example
White with #71ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ADC0; }
p { color: rgb(113,173,192); }
H1.HeaderClassName
{
color: #71ADC0;
}
.AnyTagClassName
{
color: #71ADC0;
}
</style>
background-color css
<style>
a { background-color: #71ADC0; }
a { background-color: rgb(113,173,192); }
div.DivClassName
{
background-color: #71ADC0;
}
.BgClassName
{
background-color: #71ADC0;
}
</style>
border-color css
<style>
span { border-color: #71ADC0; }
span { border-color: rgb(113,173,192); }
td.TdClassName
{
border-color: #71ADC0;
}
.TagClassName
{
border-color: #71ADC0;
}
</style>