Shades of Fountain Blue #70B2B6
Tints of Fountain Blue #70B2B6
RGB
CMYK
RGB Variations
Color information
#70B2B6 (or 0x70B2B6) is known color: Fountain Blue. HEX triplet: 70, B2 and B6. RGB value is (112,178,182). Sum of RGB (Red+Green+Blue) = 112+178+182=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 182 - color contains mainly: blue. Hex color #70B2B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B2B6 is #8F4D49. Grayscale: #9E9E9E. Windows color (decimal): -9391434 or 11973232. OLE color: 11973232.
HSL color Cylindrical-coordinate representation of color #70B2B6: hue angle of 183.43º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B2B6 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 178 | 182 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.29 |
| HSL | 183.43º | 0.32% | 0.58% | - |
| HSV(B) | 183.43º | 0.38% | 0.71% | - |
| XYZ | 31.05 | 38.66 | 50.08 | - |
| YUV | 158.72 | 141.13 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 182 | 0.38 | 0.02 | 0 | 0.29 | 183.43 | 0.32 | 0.58 |
| Hex | 70 | B2 | B6 | 26 | 2 | 0 | 1D | B7 | 20 | 3A |
| Octal | 160 | 262 | 266 | 46 | 2 | 0 | 35 | 267 | 40 | 72 |
| Binary | 1110000 | 10110010 | 10110110 | 100110 | 10 | 0 | 11101 | 10110111 | 100000 | 111010 |
Color Harmonies of #70B2B6
Complementary color
Monochromatic Colors of #70B2B6
Black with #70B2B6
Text Example
Text Example
White with #70B2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B2B6; }
p { color: rgb(112,178,182); }
H1.HeaderClassName
{
color: #70B2B6;
}
.AnyTagClassName
{
color: #70B2B6;
}
</style>
background-color css
<style>
a { background-color: #70B2B6; }
a { background-color: rgb(112,178,182); }
div.DivClassName
{
background-color: #70B2B6;
}
.BgClassName
{
background-color: #70B2B6;
}
</style>
border-color css
<style>
span { border-color: #70B2B6; }
span { border-color: rgb(112,178,182); }
td.TdClassName
{
border-color: #70B2B6;
}
.TagClassName
{
border-color: #70B2B6;
}
</style>