Shades of Glacier #70AFBE
Tints of Glacier #70AFBE
RGB
CMYK
RGB Variations
Color information
#70AFBE (or 0x70AFBE) is known color: Glacier. HEX triplet: 70, AF and BE. RGB value is (112,175,190). Sum of RGB (Red+Green+Blue) = 112+175+190=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #70AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AFBE is #8F5041. Grayscale: #9D9D9D. Windows color (decimal): -9392194 or 12496752. OLE color: 12496752.
HSL color Cylindrical-coordinate representation of color #70AFBE: hue angle of 191.54º 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 #70AFBE is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 175 | 190 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.25 |
| HSL | 191.54º | 0.38% | 0.59% | - |
| HSV(B) | 191.54º | 0.41% | 0.75% | - |
| XYZ | 31.31 | 37.82 | 54.37 | - |
| YUV | 157.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 190 | 0.41 | 0.08 | 0 | 0.25 | 191.54 | 0.38 | 0.59 |
| Hex | 70 | AF | BE | 29 | 8 | 0 | 19 | C0 | 26 | 3B |
| Octal | 160 | 257 | 276 | 51 | 10 | 0 | 31 | 300 | 46 | 73 |
| Binary | 1110000 | 10101111 | 10111110 | 101001 | 1000 | 0 | 11001 | 11000000 | 100110 | 111011 |
Color Harmonies of #70AFBE
Complementary color
Monochromatic Colors of #70AFBE
Black with #70AFBE
Text Example
Text Example
White with #70AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AFBE; }
p { color: rgb(112,175,190); }
H1.HeaderClassName
{
color: #70AFBE;
}
.AnyTagClassName
{
color: #70AFBE;
}
</style>
background-color css
<style>
a { background-color: #70AFBE; }
a { background-color: rgb(112,175,190); }
div.DivClassName
{
background-color: #70AFBE;
}
.BgClassName
{
background-color: #70AFBE;
}
</style>
border-color css
<style>
span { border-color: #70AFBE; }
span { border-color: rgb(112,175,190); }
td.TdClassName
{
border-color: #70AFBE;
}
.TagClassName
{
border-color: #70AFBE;
}
</style>