Shades of Glacier #70ABBA
Tints of Glacier #70ABBA
RGB
CMYK
RGB Variations
Color information
#70ABBA (or 0x70ABBA) is known color: Glacier. HEX triplet: 70, AB and BA. RGB value is (112,171,186). Sum of RGB (Red+Green+Blue) = 112+171+186=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #70ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABBA is #8F5445. Grayscale: #9A9A9A. Windows color (decimal): -9393222 or 12233584. OLE color: 12233584.
HSL color Cylindrical-coordinate representation of color #70ABBA: hue angle of 192.16º 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 #70ABBA is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 171 | 186 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.27 |
| HSL | 192.16º | 0.35% | 0.58% | - |
| HSV(B) | 192.16º | 0.4% | 0.73% | - |
| XYZ | 30.11 | 36.12 | 51.84 | - |
| YUV | 155.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 186 | 0.40 | 0.08 | 0 | 0.27 | 192.16 | 0.35 | 0.58 |
| Hex | 70 | AB | BA | 28 | 8 | 0 | 1B | C0 | 23 | 3A |
| Octal | 160 | 253 | 272 | 50 | 10 | 0 | 33 | 300 | 43 | 72 |
| Binary | 1110000 | 10101011 | 10111010 | 101000 | 1000 | 0 | 11011 | 11000000 | 100011 | 111010 |
Color Harmonies of #70ABBA
Complementary color
Monochromatic Colors of #70ABBA
Black with #70ABBA
Text Example
Text Example
White with #70ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABBA; }
p { color: rgb(112,171,186); }
H1.HeaderClassName
{
color: #70ABBA;
}
.AnyTagClassName
{
color: #70ABBA;
}
</style>
background-color css
<style>
a { background-color: #70ABBA; }
a { background-color: rgb(112,171,186); }
div.DivClassName
{
background-color: #70ABBA;
}
.BgClassName
{
background-color: #70ABBA;
}
</style>
border-color css
<style>
span { border-color: #70ABBA; }
span { border-color: rgb(112,171,186); }
td.TdClassName
{
border-color: #70ABBA;
}
.TagClassName
{
border-color: #70ABBA;
}
</style>