Shades of Fountain Blue #68B0BE
Tints of Fountain Blue #68B0BE
RGB
CMYK
RGB Variations
Color information
#68B0BE (or 0x68B0BE) is known color: Fountain Blue. HEX triplet: 68, B0 and BE. RGB value is (104,176,190). Sum of RGB (Red+Green+Blue) = 104+176+190=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #68B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0BE is #974F41. Grayscale: #9B9B9B. Windows color (decimal): -9916226 or 12497000. OLE color: 12497000.
HSL color Cylindrical-coordinate representation of color #68B0BE: hue angle of 189.77º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68B0BE is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 176 | 190 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.25 |
| HSL | 189.77º | 0.4% | 0.58% | - |
| HSV(B) | 189.77º | 0.45% | 0.75% | - |
| XYZ | 30.53 | 37.71 | 54.39 | - |
| YUV | 156.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 190 | 0.45 | 0.07 | 0 | 0.25 | 189.77 | 0.4 | 0.58 |
| Hex | 68 | B0 | BE | 2D | 7 | 0 | 19 | BE | 28 | 3A |
| Octal | 150 | 260 | 276 | 55 | 7 | 0 | 31 | 276 | 50 | 72 |
| Binary | 1101000 | 10110000 | 10111110 | 101101 | 111 | 0 | 11001 | 10111110 | 101000 | 111010 |
Color Harmonies of #68B0BE
Complementary color
Monochromatic Colors of #68B0BE
Black with #68B0BE
Text Example
Text Example
White with #68B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B0BE; }
p { color: rgb(104,176,190); }
H1.HeaderClassName
{
color: #68B0BE;
}
.AnyTagClassName
{
color: #68B0BE;
}
</style>
background-color css
<style>
a { background-color: #68B0BE; }
a { background-color: rgb(104,176,190); }
div.DivClassName
{
background-color: #68B0BE;
}
.BgClassName
{
background-color: #68B0BE;
}
</style>
border-color css
<style>
span { border-color: #68B0BE; }
span { border-color: rgb(104,176,190); }
td.TdClassName
{
border-color: #68B0BE;
}
.TagClassName
{
border-color: #68B0BE;
}
</style>