Shades of Fountain Blue #70ACB3
Tints of Fountain Blue #70ACB3
RGB
CMYK
RGB Variations
Color information
#70ACB3 (or 0x70ACB3) is known color: Fountain Blue. HEX triplet: 70, AC and B3. RGB value is (112,172,179). Sum of RGB (Red+Green+Blue) = 112+172+179=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #70ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACB3 is #8F534C. Grayscale: #9A9A9A. Windows color (decimal): -9392973 or 11775088. OLE color: 11775088.
HSL color Cylindrical-coordinate representation of color #70ACB3: hue angle of 186.27º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70ACB3 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 172 | 179 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.30 |
| HSL | 186.27º | 0.31% | 0.57% | - |
| HSV(B) | 186.27º | 0.37% | 0.7% | - |
| XYZ | 29.57 | 36.2 | 48.08 | - |
| YUV | 154.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 179 | 0.37 | 0.04 | 0 | 0.30 | 186.27 | 0.31 | 0.57 |
| Hex | 70 | AC | B3 | 25 | 4 | 0 | 1E | BA | 1F | 39 |
| Octal | 160 | 254 | 263 | 45 | 4 | 0 | 36 | 272 | 37 | 71 |
| Binary | 1110000 | 10101100 | 10110011 | 100101 | 100 | 0 | 11110 | 10111010 | 11111 | 111001 |
Color Harmonies of #70ACB3
Complementary color
Monochromatic Colors of #70ACB3
Black with #70ACB3
Text Example
Text Example
White with #70ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ACB3; }
p { color: rgb(112,172,179); }
H1.HeaderClassName
{
color: #70ACB3;
}
.AnyTagClassName
{
color: #70ACB3;
}
</style>
background-color css
<style>
a { background-color: #70ACB3; }
a { background-color: rgb(112,172,179); }
div.DivClassName
{
background-color: #70ACB3;
}
.BgClassName
{
background-color: #70ACB3;
}
</style>
border-color css
<style>
span { border-color: #70ACB3; }
span { border-color: rgb(112,172,179); }
td.TdClassName
{
border-color: #70ACB3;
}
.TagClassName
{
border-color: #70ACB3;
}
</style>