Shades of Glacier #70B7BE
Tints of Glacier #70B7BE
RGB
CMYK
RGB Variations
Color information
#70B7BE (or 0x70B7BE) is known color: Glacier. HEX triplet: 70, B7 and BE. RGB value is (112,183,190). Sum of RGB (Red+Green+Blue) = 112+183+190=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #70B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B7BE is #8F4841. Grayscale: #A2A2A2. Windows color (decimal): -9390146 or 12498800. OLE color: 12498800.
HSL color Cylindrical-coordinate representation of color #70B7BE: hue angle of 185.38º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70B7BE is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 183 | 190 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.25 |
| HSL | 185.38º | 0.38% | 0.59% | - |
| HSV(B) | 185.38º | 0.41% | 0.75% | - |
| XYZ | 32.91 | 41.03 | 54.9 | - |
| YUV | 162.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 190 | 0.41 | 0.04 | 0 | 0.25 | 185.38 | 0.38 | 0.59 |
| Hex | 70 | B7 | BE | 29 | 4 | 0 | 19 | B9 | 26 | 3B |
| Octal | 160 | 267 | 276 | 51 | 4 | 0 | 31 | 271 | 46 | 73 |
| Binary | 1110000 | 10110111 | 10111110 | 101001 | 100 | 0 | 11001 | 10111001 | 100110 | 111011 |
Color Harmonies of #70B7BE
Complementary color
Monochromatic Colors of #70B7BE
Black with #70B7BE
Text Example
Text Example
White with #70B7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B7BE; }
p { color: rgb(112,183,190); }
H1.HeaderClassName
{
color: #70B7BE;
}
.AnyTagClassName
{
color: #70B7BE;
}
</style>
background-color css
<style>
a { background-color: #70B7BE; }
a { background-color: rgb(112,183,190); }
div.DivClassName
{
background-color: #70B7BE;
}
.BgClassName
{
background-color: #70B7BE;
}
</style>
border-color css
<style>
span { border-color: #70B7BE; }
span { border-color: rgb(112,183,190); }
td.TdClassName
{
border-color: #70B7BE;
}
.TagClassName
{
border-color: #70B7BE;
}
</style>