Shades of Fountain Blue #70ADB5
Tints of Fountain Blue #70ADB5
RGB
CMYK
RGB Variations
Color information
#70ADB5 (or 0x70ADB5) is known color: Fountain Blue. HEX triplet: 70, AD and B5. RGB value is (112,173,181). Sum of RGB (Red+Green+Blue) = 112+173+181=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #70ADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADB5 is #8F524A. Grayscale: #9B9B9B. Windows color (decimal): -9392715 or 11906416. OLE color: 11906416.
HSL color Cylindrical-coordinate representation of color #70ADB5: hue angle of 186.96º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70ADB5 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 173 | 181 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.29 |
| HSL | 186.96º | 0.32% | 0.57% | - |
| HSV(B) | 186.96º | 0.38% | 0.71% | - |
| XYZ | 29.97 | 36.67 | 49.21 | - |
| YUV | 155.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 181 | 0.38 | 0.04 | 0 | 0.29 | 186.96 | 0.32 | 0.57 |
| Hex | 70 | AD | B5 | 26 | 4 | 0 | 1D | BB | 20 | 39 |
| Octal | 160 | 255 | 265 | 46 | 4 | 0 | 35 | 273 | 40 | 71 |
| Binary | 1110000 | 10101101 | 10110101 | 100110 | 100 | 0 | 11101 | 10111011 | 100000 | 111001 |
Color Harmonies of #70ADB5
Complementary color
Monochromatic Colors of #70ADB5
Black with #70ADB5
Text Example
Text Example
White with #70ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADB5; }
p { color: rgb(112,173,181); }
H1.HeaderClassName
{
color: #70ADB5;
}
.AnyTagClassName
{
color: #70ADB5;
}
</style>
background-color css
<style>
a { background-color: #70ADB5; }
a { background-color: rgb(112,173,181); }
div.DivClassName
{
background-color: #70ADB5;
}
.BgClassName
{
background-color: #70ADB5;
}
</style>
border-color css
<style>
span { border-color: #70ADB5; }
span { border-color: rgb(112,173,181); }
td.TdClassName
{
border-color: #70ADB5;
}
.TagClassName
{
border-color: #70ADB5;
}
</style>