Shades of Fountain Blue #70BDBC
Tints of Fountain Blue #70BDBC
RGB
CMYK
RGB Variations
Color information
#70BDBC (or 0x70BDBC) is known color: Fountain Blue. HEX triplet: 70, BD and BC. RGB value is (112,189,188). Sum of RGB (Red+Green+Blue) = 112+189+188=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #70BDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDBC is #8F4243. Grayscale: #A5A5A5. Windows color (decimal): -9388612 or 12369264. OLE color: 12369264.
HSL color Cylindrical-coordinate representation of color #70BDBC: hue angle of 179.22º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BDBC is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 189 | 188 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.26 |
| HSL | 179.22º | 0.37% | 0.59% | - |
| HSV(B) | 179.22º | 0.41% | 0.74% | - |
| XYZ | 33.96 | 43.47 | 54.18 | - |
| YUV | 165.86 | 140.49 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 188 | 0.41 | 0 | 0.01 | 0.26 | 179.22 | 0.37 | 0.59 |
| Hex | 70 | BD | BC | 29 | 0 | 1 | 1A | B3 | 25 | 3B |
| Octal | 160 | 275 | 274 | 51 | 0 | 1 | 32 | 263 | 45 | 73 |
| Binary | 1110000 | 10111101 | 10111100 | 101001 | 0 | 1 | 11010 | 10110011 | 100101 | 111011 |
Color Harmonies of #70BDBC
Complementary color
Monochromatic Colors of #70BDBC
Black with #70BDBC
Text Example
Text Example
White with #70BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BDBC; }
p { color: rgb(112,189,188); }
H1.HeaderClassName
{
color: #70BDBC;
}
.AnyTagClassName
{
color: #70BDBC;
}
</style>
background-color css
<style>
a { background-color: #70BDBC; }
a { background-color: rgb(112,189,188); }
div.DivClassName
{
background-color: #70BDBC;
}
.BgClassName
{
background-color: #70BDBC;
}
</style>
border-color css
<style>
span { border-color: #70BDBC; }
span { border-color: rgb(112,189,188); }
td.TdClassName
{
border-color: #70BDBC;
}
.TagClassName
{
border-color: #70BDBC;
}
</style>