Shades of Glacier #70ADC1
Tints of Glacier #70ADC1
RGB
CMYK
RGB Variations
Color information
#70ADC1 (or 0x70ADC1) is known color: Glacier. HEX triplet: 70, AD and C1. RGB value is (112,173,193). Sum of RGB (Red+Green+Blue) = 112+173+193=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #70ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADC1 is #8F523E. Grayscale: #9C9C9C. Windows color (decimal): -9392703 or 12692848. OLE color: 12692848.
HSL color Cylindrical-coordinate representation of color #70ADC1: hue angle of 194.81º degrees, saturation: 0.4, 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 #70ADC1 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 173 | 193 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.24 |
| HSL | 194.81º | 0.4% | 0.6% | - |
| HSV(B) | 194.81º | 0.42% | 0.76% | - |
| XYZ | 31.25 | 37.18 | 55.98 | - |
| YUV | 157.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 193 | 0.42 | 0.10 | 0 | 0.24 | 194.81 | 0.4 | 0.6 |
| Hex | 70 | AD | C1 | 2A | A | 0 | 18 | C3 | 28 | 3C |
| Octal | 160 | 255 | 301 | 52 | 12 | 0 | 30 | 303 | 50 | 74 |
| Binary | 1110000 | 10101101 | 11000001 | 101010 | 1010 | 0 | 11000 | 11000011 | 101000 | 111100 |
Color Harmonies of #70ADC1
Complementary color
Monochromatic Colors of #70ADC1
Black with #70ADC1
Text Example
Text Example
White with #70ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADC1; }
p { color: rgb(112,173,193); }
H1.HeaderClassName
{
color: #70ADC1;
}
.AnyTagClassName
{
color: #70ADC1;
}
</style>
background-color css
<style>
a { background-color: #70ADC1; }
a { background-color: rgb(112,173,193); }
div.DivClassName
{
background-color: #70ADC1;
}
.BgClassName
{
background-color: #70ADC1;
}
</style>
border-color css
<style>
span { border-color: #70ADC1; }
span { border-color: rgb(112,173,193); }
td.TdClassName
{
border-color: #70ADC1;
}
.TagClassName
{
border-color: #70ADC1;
}
</style>