Shades of Glacier #70ADC4
Tints of Glacier #70ADC4
RGB
CMYK
RGB Variations
Color information
#70ADC4 (or 0x70ADC4) is known color: Glacier. HEX triplet: 70, AD and C4. RGB value is (112,173,196). Sum of RGB (Red+Green+Blue) = 112+173+196=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #70ADC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADC4 is #8F523B. Grayscale: #9D9D9D. Windows color (decimal): -9392700 or 12889456. OLE color: 12889456.
HSL color Cylindrical-coordinate representation of color #70ADC4: hue angle of 196.43º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70ADC4 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 173 | 196 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.23 |
| HSL | 196.43º | 0.42% | 0.6% | - |
| HSV(B) | 196.43º | 0.43% | 0.77% | - |
| XYZ | 31.59 | 37.32 | 57.76 | - |
| YUV | 157.38 | 149.79 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 196 | 0.43 | 0.12 | 0 | 0.23 | 196.43 | 0.42 | 0.6 |
| Hex | 70 | AD | C4 | 2B | C | 0 | 17 | C4 | 2A | 3C |
| Octal | 160 | 255 | 304 | 53 | 14 | 0 | 27 | 304 | 52 | 74 |
| Binary | 1110000 | 10101101 | 11000100 | 101011 | 1100 | 0 | 10111 | 11000100 | 101010 | 111100 |
Color Harmonies of #70ADC4
Complementary color
Monochromatic Colors of #70ADC4
Black with #70ADC4
Text Example
Text Example
White with #70ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADC4; }
p { color: rgb(112,173,196); }
H1.HeaderClassName
{
color: #70ADC4;
}
.AnyTagClassName
{
color: #70ADC4;
}
</style>
background-color css
<style>
a { background-color: #70ADC4; }
a { background-color: rgb(112,173,196); }
div.DivClassName
{
background-color: #70ADC4;
}
.BgClassName
{
background-color: #70ADC4;
}
</style>
border-color css
<style>
span { border-color: #70ADC4; }
span { border-color: rgb(112,173,196); }
td.TdClassName
{
border-color: #70ADC4;
}
.TagClassName
{
border-color: #70ADC4;
}
</style>