Shades of Glacier #70B3BA
Tints of Glacier #70B3BA
RGB
CMYK
RGB Variations
Color information
#70B3BA (or 0x70B3BA) is known color: Glacier. HEX triplet: 70, B3 and BA. RGB value is (112,179,186). Sum of RGB (Red+Green+Blue) = 112+179+186=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #70B3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B3BA is #8F4C45. Grayscale: #9F9F9F. Windows color (decimal): -9391174 or 12235632. OLE color: 12235632.
HSL color Cylindrical-coordinate representation of color #70B3BA: hue angle of 185.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70B3BA is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 179 | 186 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.27 |
| HSL | 185.68º | 0.35% | 0.58% | - |
| HSV(B) | 185.68º | 0.4% | 0.73% | - |
| XYZ | 31.67 | 39.23 | 52.36 | - |
| YUV | 159.77 | 142.8 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 186 | 0.40 | 0.04 | 0 | 0.27 | 185.68 | 0.35 | 0.58 |
| Hex | 70 | B3 | BA | 28 | 4 | 0 | 1B | BA | 23 | 3A |
| Octal | 160 | 263 | 272 | 50 | 4 | 0 | 33 | 272 | 43 | 72 |
| Binary | 1110000 | 10110011 | 10111010 | 101000 | 100 | 0 | 11011 | 10111010 | 100011 | 111010 |
Color Harmonies of #70B3BA
Complementary color
Monochromatic Colors of #70B3BA
Black with #70B3BA
Text Example
Text Example
White with #70B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B3BA; }
p { color: rgb(112,179,186); }
H1.HeaderClassName
{
color: #70B3BA;
}
.AnyTagClassName
{
color: #70B3BA;
}
</style>
background-color css
<style>
a { background-color: #70B3BA; }
a { background-color: rgb(112,179,186); }
div.DivClassName
{
background-color: #70B3BA;
}
.BgClassName
{
background-color: #70B3BA;
}
</style>
border-color css
<style>
span { border-color: #70B3BA; }
span { border-color: rgb(112,179,186); }
td.TdClassName
{
border-color: #70B3BA;
}
.TagClassName
{
border-color: #70B3BA;
}
</style>