Shades of Fountain Blue #68B5BC
Tints of Fountain Blue #68B5BC
RGB
CMYK
RGB Variations
Color information
#68B5BC (or 0x68B5BC) is known color: Fountain Blue. HEX triplet: 68, B5 and BC. RGB value is (104,181,188). Sum of RGB (Red+Green+Blue) = 104+181+188=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #68B5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B5BC is #974A43. Grayscale: #9E9E9E. Windows color (decimal): -9914948 or 12367208. OLE color: 12367208.
HSL color Cylindrical-coordinate representation of color #68B5BC: hue angle of 185º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68B5BC is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 181 | 188 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.26 |
| HSL | 185º | 0.39% | 0.57% | - |
| HSV(B) | 185º | 0.45% | 0.74% | - |
| XYZ | 31.31 | 39.62 | 53.57 | - |
| YUV | 158.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 188 | 0.45 | 0.04 | 0 | 0.26 | 185 | 0.39 | 0.57 |
| Hex | 68 | B5 | BC | 2D | 4 | 0 | 1A | B9 | 27 | 39 |
| Octal | 150 | 265 | 274 | 55 | 4 | 0 | 32 | 271 | 47 | 71 |
| Binary | 1101000 | 10110101 | 10111100 | 101101 | 100 | 0 | 11010 | 10111001 | 100111 | 111001 |
Color Harmonies of #68B5BC
Complementary color
Monochromatic Colors of #68B5BC
Black with #68B5BC
Text Example
Text Example
White with #68B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B5BC; }
p { color: rgb(104,181,188); }
H1.HeaderClassName
{
color: #68B5BC;
}
.AnyTagClassName
{
color: #68B5BC;
}
</style>
background-color css
<style>
a { background-color: #68B5BC; }
a { background-color: rgb(104,181,188); }
div.DivClassName
{
background-color: #68B5BC;
}
.BgClassName
{
background-color: #68B5BC;
}
</style>
border-color css
<style>
span { border-color: #68B5BC; }
span { border-color: rgb(104,181,188); }
td.TdClassName
{
border-color: #68B5BC;
}
.TagClassName
{
border-color: #68B5BC;
}
</style>