Shades of Glacier #70B2BC
Tints of Glacier #70B2BC
RGB
CMYK
RGB Variations
Color information
#70B2BC (or 0x70B2BC) is known color: Glacier. HEX triplet: 70, B2 and BC. RGB value is (112,178,188). Sum of RGB (Red+Green+Blue) = 112+178+188=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #70B2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B2BC is #8F4D43. Grayscale: #9F9F9F. Windows color (decimal): -9391428 or 12366448. OLE color: 12366448.
HSL color Cylindrical-coordinate representation of color #70B2BC: hue angle of 187.89º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70B2BC is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 178 | 188 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.26 |
| HSL | 187.89º | 0.36% | 0.59% | - |
| HSV(B) | 187.89º | 0.4% | 0.74% | - |
| XYZ | 31.68 | 38.92 | 53.42 | - |
| YUV | 159.41 | 144.13 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 188 | 0.40 | 0.05 | 0 | 0.26 | 187.89 | 0.36 | 0.59 |
| Hex | 70 | B2 | BC | 28 | 5 | 0 | 1A | BC | 24 | 3B |
| Octal | 160 | 262 | 274 | 50 | 5 | 0 | 32 | 274 | 44 | 73 |
| Binary | 1110000 | 10110010 | 10111100 | 101000 | 101 | 0 | 11010 | 10111100 | 100100 | 111011 |
Color Harmonies of #70B2BC
Complementary color
Monochromatic Colors of #70B2BC
Black with #70B2BC
Text Example
Text Example
White with #70B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B2BC; }
p { color: rgb(112,178,188); }
H1.HeaderClassName
{
color: #70B2BC;
}
.AnyTagClassName
{
color: #70B2BC;
}
</style>
background-color css
<style>
a { background-color: #70B2BC; }
a { background-color: rgb(112,178,188); }
div.DivClassName
{
background-color: #70B2BC;
}
.BgClassName
{
background-color: #70B2BC;
}
</style>
border-color css
<style>
span { border-color: #70B2BC; }
span { border-color: rgb(112,178,188); }
td.TdClassName
{
border-color: #70B2BC;
}
.TagClassName
{
border-color: #70B2BC;
}
</style>