Shades of Glacier #71ADC3
Tints of Glacier #71ADC3
RGB
CMYK
RGB Variations
Color information
#71ADC3 (or 0x71ADC3) is known color: Glacier. HEX triplet: 71, AD and C3. RGB value is (113,173,195). Sum of RGB (Red+Green+Blue) = 113+173+195=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #71ADC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADC3 is #8E523C. Grayscale: #9D9D9D. Windows color (decimal): -9327165 or 12823921. OLE color: 12823921.
HSL color Cylindrical-coordinate representation of color #71ADC3: hue angle of 196.1º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71ADC3 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 173 | 195 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.24 |
| HSL | 196.1º | 0.41% | 0.6% | - |
| HSV(B) | 196.1º | 0.42% | 0.76% | - |
| XYZ | 31.6 | 37.34 | 57.17 | - |
| YUV | 157.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 195 | 0.42 | 0.11 | 0 | 0.24 | 196.1 | 0.41 | 0.6 |
| Hex | 71 | AD | C3 | 2A | B | 0 | 18 | C4 | 29 | 3C |
| Octal | 161 | 255 | 303 | 52 | 13 | 0 | 30 | 304 | 51 | 74 |
| Binary | 1110001 | 10101101 | 11000011 | 101010 | 1011 | 0 | 11000 | 11000100 | 101001 | 111100 |
Color Harmonies of #71ADC3
Complementary color
Monochromatic Colors of #71ADC3
Black with #71ADC3
Text Example
Text Example
White with #71ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ADC3; }
p { color: rgb(113,173,195); }
H1.HeaderClassName
{
color: #71ADC3;
}
.AnyTagClassName
{
color: #71ADC3;
}
</style>
background-color css
<style>
a { background-color: #71ADC3; }
a { background-color: rgb(113,173,195); }
div.DivClassName
{
background-color: #71ADC3;
}
.BgClassName
{
background-color: #71ADC3;
}
</style>
border-color css
<style>
span { border-color: #71ADC3; }
span { border-color: rgb(113,173,195); }
td.TdClassName
{
border-color: #71ADC3;
}
.TagClassName
{
border-color: #71ADC3;
}
</style>