Shades of Fountain Blue #70B8BA
Tints of Fountain Blue #70B8BA
RGB
CMYK
RGB Variations
Color information
#70B8BA (or 0x70B8BA) is known color: Fountain Blue. HEX triplet: 70, B8 and BA. RGB value is (112,184,186). Sum of RGB (Red+Green+Blue) = 112+184+186=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #70B8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B8BA is #8F4745. Grayscale: #A2A2A2. Windows color (decimal): -9389894 or 12236912. OLE color: 12236912.
HSL color Cylindrical-coordinate representation of color #70B8BA: hue angle of 181.62º 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 #70B8BA is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 184 | 186 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.27 |
| HSL | 181.62º | 0.35% | 0.58% | - |
| HSV(B) | 181.62º | 0.4% | 0.73% | - |
| XYZ | 32.69 | 41.27 | 52.7 | - |
| YUV | 162.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 186 | 0.40 | 0.01 | 0 | 0.27 | 181.62 | 0.35 | 0.58 |
| Hex | 70 | B8 | BA | 28 | 1 | 0 | 1B | B6 | 23 | 3A |
| Octal | 160 | 270 | 272 | 50 | 1 | 0 | 33 | 266 | 43 | 72 |
| Binary | 1110000 | 10111000 | 10111010 | 101000 | 1 | 0 | 11011 | 10110110 | 100011 | 111010 |
Color Harmonies of #70B8BA
Complementary color
Monochromatic Colors of #70B8BA
Black with #70B8BA
Text Example
Text Example
White with #70B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B8BA; }
p { color: rgb(112,184,186); }
H1.HeaderClassName
{
color: #70B8BA;
}
.AnyTagClassName
{
color: #70B8BA;
}
</style>
background-color css
<style>
a { background-color: #70B8BA; }
a { background-color: rgb(112,184,186); }
div.DivClassName
{
background-color: #70B8BA;
}
.BgClassName
{
background-color: #70B8BA;
}
</style>
border-color css
<style>
span { border-color: #70B8BA; }
span { border-color: rgb(112,184,186); }
td.TdClassName
{
border-color: #70B8BA;
}
.TagClassName
{
border-color: #70B8BA;
}
</style>