Shades of Fountain Blue #68B3BA
Tints of Fountain Blue #68B3BA
RGB
CMYK
RGB Variations
Color information
#68B3BA (or 0x68B3BA) is known color: Fountain Blue. HEX triplet: 68, B3 and BA. RGB value is (104,179,186). Sum of RGB (Red+Green+Blue) = 104+179+186=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #68B3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B3BA is #974C45. Grayscale: #9D9D9D. Windows color (decimal): -9915462 or 12235624. OLE color: 12235624.
HSL color Cylindrical-coordinate representation of color #68B3BA: hue angle of 185.12º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B3BA is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 179 | 186 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.27 |
| HSL | 185.12º | 0.37% | 0.57% | - |
| HSV(B) | 185.12º | 0.44% | 0.73% | - |
| XYZ | 30.69 | 38.73 | 52.31 | - |
| YUV | 157.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 186 | 0.44 | 0.04 | 0 | 0.27 | 185.12 | 0.37 | 0.57 |
| Hex | 68 | B3 | BA | 2C | 4 | 0 | 1B | B9 | 25 | 39 |
| Octal | 150 | 263 | 272 | 54 | 4 | 0 | 33 | 271 | 45 | 71 |
| Binary | 1101000 | 10110011 | 10111010 | 101100 | 100 | 0 | 11011 | 10111001 | 100101 | 111001 |
Color Harmonies of #68B3BA
Complementary color
Monochromatic Colors of #68B3BA
Black with #68B3BA
Text Example
Text Example
White with #68B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B3BA; }
p { color: rgb(104,179,186); }
H1.HeaderClassName
{
color: #68B3BA;
}
.AnyTagClassName
{
color: #68B3BA;
}
</style>
background-color css
<style>
a { background-color: #68B3BA; }
a { background-color: rgb(104,179,186); }
div.DivClassName
{
background-color: #68B3BA;
}
.BgClassName
{
background-color: #68B3BA;
}
</style>
border-color css
<style>
span { border-color: #68B3BA; }
span { border-color: rgb(104,179,186); }
td.TdClassName
{
border-color: #68B3BA;
}
.TagClassName
{
border-color: #68B3BA;
}
</style>