Shades of Glacier #70ACC1
Tints of Glacier #70ACC1
RGB
CMYK
RGB Variations
Color information
#70ACC1 (or 0x70ACC1) is known color: Glacier. HEX triplet: 70, AC and C1. RGB value is (112,172,193). Sum of RGB (Red+Green+Blue) = 112+172+193=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #70ACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACC1 is #8F533E. Grayscale: #9C9C9C. Windows color (decimal): -9392959 or 12692592. OLE color: 12692592.
HSL color Cylindrical-coordinate representation of color #70ACC1: hue angle of 195.56º 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 #70ACC1 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 172 | 193 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.24 |
| HSL | 195.56º | 0.4% | 0.6% | - |
| HSV(B) | 195.56º | 0.42% | 0.76% | - |
| XYZ | 31.06 | 36.8 | 55.92 | - |
| YUV | 156.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 193 | 0.42 | 0.11 | 0 | 0.24 | 195.56 | 0.4 | 0.6 |
| Hex | 70 | AC | C1 | 2A | B | 0 | 18 | C4 | 28 | 3C |
| Octal | 160 | 254 | 301 | 52 | 13 | 0 | 30 | 304 | 50 | 74 |
| Binary | 1110000 | 10101100 | 11000001 | 101010 | 1011 | 0 | 11000 | 11000100 | 101000 | 111100 |
Color Harmonies of #70ACC1
Complementary color
Monochromatic Colors of #70ACC1
Black with #70ACC1
Text Example
Text Example
White with #70ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ACC1; }
p { color: rgb(112,172,193); }
H1.HeaderClassName
{
color: #70ACC1;
}
.AnyTagClassName
{
color: #70ACC1;
}
</style>
background-color css
<style>
a { background-color: #70ACC1; }
a { background-color: rgb(112,172,193); }
div.DivClassName
{
background-color: #70ACC1;
}
.BgClassName
{
background-color: #70ACC1;
}
</style>
border-color css
<style>
span { border-color: #70ACC1; }
span { border-color: rgb(112,172,193); }
td.TdClassName
{
border-color: #70ACC1;
}
.TagClassName
{
border-color: #70ACC1;
}
</style>