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