Shades of Glacier #70A7C0
Tints of Glacier #70A7C0
RGB
CMYK
RGB Variations
Color information
#70A7C0 (or 0x70A7C0) is known color: Glacier. HEX triplet: 70, A7 and C0. RGB value is (112,167,192). Sum of RGB (Red+Green+Blue) = 112+167+192=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #70A7C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A7C0 is #8F583F. Grayscale: #999999. Windows color (decimal): -9394240 or 12625776. OLE color: 12625776.
HSL color Cylindrical-coordinate representation of color #70A7C0: hue angle of 198.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70A7C0 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 167 | 192 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.25 |
| HSL | 198.75º | 0.39% | 0.6% | - |
| HSV(B) | 198.75º | 0.42% | 0.75% | - |
| XYZ | 30.02 | 34.89 | 55.02 | - |
| YUV | 153.41 | 149.78 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 167 | 192 | 0.42 | 0.13 | 0 | 0.25 | 198.75 | 0.39 | 0.6 |
| Hex | 70 | A7 | C0 | 2A | D | 0 | 19 | C7 | 27 | 3C |
| Octal | 160 | 247 | 300 | 52 | 15 | 0 | 31 | 307 | 47 | 74 |
| Binary | 1110000 | 10100111 | 11000000 | 101010 | 1101 | 0 | 11001 | 11000111 | 100111 | 111100 |
Color Harmonies of #70A7C0
Complementary color
Monochromatic Colors of #70A7C0
Black with #70A7C0
Text Example
Text Example
White with #70A7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A7C0; }
p { color: rgb(112,167,192); }
H1.HeaderClassName
{
color: #70A7C0;
}
.AnyTagClassName
{
color: #70A7C0;
}
</style>
background-color css
<style>
a { background-color: #70A7C0; }
a { background-color: rgb(112,167,192); }
div.DivClassName
{
background-color: #70A7C0;
}
.BgClassName
{
background-color: #70A7C0;
}
</style>
border-color css
<style>
span { border-color: #70A7C0; }
span { border-color: rgb(112,167,192); }
td.TdClassName
{
border-color: #70A7C0;
}
.TagClassName
{
border-color: #70A7C0;
}
</style>