Shades of Glacier #70AABE
Tints of Glacier #70AABE
RGB
CMYK
RGB Variations
Color information
#70AABE (or 0x70AABE) is known color: Glacier. HEX triplet: 70, AA and BE. RGB value is (112,170,190). Sum of RGB (Red+Green+Blue) = 112+170+190=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #70AABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AABE is #8F5541. Grayscale: #9A9A9A. Windows color (decimal): -9393474 or 12495472. OLE color: 12495472.
HSL color Cylindrical-coordinate representation of color #70AABE: hue angle of 195.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 #70AABE is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 170 | 190 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.25 |
| HSL | 195.38º | 0.38% | 0.59% | - |
| HSV(B) | 195.38º | 0.41% | 0.75% | - |
| XYZ | 30.35 | 35.91 | 54.05 | - |
| YUV | 154.94 | 147.78 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 190 | 0.41 | 0.11 | 0 | 0.25 | 195.38 | 0.38 | 0.59 |
| Hex | 70 | AA | BE | 29 | B | 0 | 19 | C3 | 26 | 3B |
| Octal | 160 | 252 | 276 | 51 | 13 | 0 | 31 | 303 | 46 | 73 |
| Binary | 1110000 | 10101010 | 10111110 | 101001 | 1011 | 0 | 11001 | 11000011 | 100110 | 111011 |
Color Harmonies of #70AABE
Complementary color
Monochromatic Colors of #70AABE
Black with #70AABE
Text Example
Text Example
White with #70AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AABE; }
p { color: rgb(112,170,190); }
H1.HeaderClassName
{
color: #70AABE;
}
.AnyTagClassName
{
color: #70AABE;
}
</style>
background-color css
<style>
a { background-color: #70AABE; }
a { background-color: rgb(112,170,190); }
div.DivClassName
{
background-color: #70AABE;
}
.BgClassName
{
background-color: #70AABE;
}
</style>
border-color css
<style>
span { border-color: #70AABE; }
span { border-color: rgb(112,170,190); }
td.TdClassName
{
border-color: #70AABE;
}
.TagClassName
{
border-color: #70AABE;
}
</style>