Shades of Fountain Blue #68BABC
Tints of Fountain Blue #68BABC
RGB
CMYK
RGB Variations
Color information
#68BABC (or 0x68BABC) is known color: Fountain Blue. HEX triplet: 68, BA and BC. RGB value is (104,186,188). Sum of RGB (Red+Green+Blue) = 104+186+188=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #68BABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BABC is #974543. Grayscale: #A1A1A1. Windows color (decimal): -9913668 or 12368488. OLE color: 12368488.
HSL color Cylindrical-coordinate representation of color #68BABC: hue angle of 181.43º 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 #68BABC is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 186 | 188 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.26 |
| HSL | 181.43º | 0.39% | 0.57% | - |
| HSV(B) | 181.43º | 0.45% | 0.74% | - |
| XYZ | 32.34 | 41.69 | 53.92 | - |
| YUV | 161.71 | 142.83 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 188 | 0.45 | 0.01 | 0 | 0.26 | 181.43 | 0.39 | 0.57 |
| Hex | 68 | BA | BC | 2D | 1 | 0 | 1A | B5 | 27 | 39 |
| Octal | 150 | 272 | 274 | 55 | 1 | 0 | 32 | 265 | 47 | 71 |
| Binary | 1101000 | 10111010 | 10111100 | 101101 | 1 | 0 | 11010 | 10110101 | 100111 | 111001 |
Color Harmonies of #68BABC
Complementary color
Monochromatic Colors of #68BABC
Black with #68BABC
Text Example
Text Example
White with #68BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BABC; }
p { color: rgb(104,186,188); }
H1.HeaderClassName
{
color: #68BABC;
}
.AnyTagClassName
{
color: #68BABC;
}
</style>
background-color css
<style>
a { background-color: #68BABC; }
a { background-color: rgb(104,186,188); }
div.DivClassName
{
background-color: #68BABC;
}
.BgClassName
{
background-color: #68BABC;
}
</style>
border-color css
<style>
span { border-color: #68BABC; }
span { border-color: rgb(104,186,188); }
td.TdClassName
{
border-color: #68BABC;
}
.TagClassName
{
border-color: #68BABC;
}
</style>