Shades of Fountain Blue #68ADBA
Tints of Fountain Blue #68ADBA
RGB
CMYK
RGB Variations
Color information
#68ADBA (or 0x68ADBA) is known color: Fountain Blue. HEX triplet: 68, AD and BA. RGB value is (104,173,186). Sum of RGB (Red+Green+Blue) = 104+173+186=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #68ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADBA is #975245. Grayscale: #999999. Windows color (decimal): -9916998 or 12234088. OLE color: 12234088.
HSL color Cylindrical-coordinate representation of color #68ADBA: hue angle of 189.51º 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 #68ADBA is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 173 | 186 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.27 |
| HSL | 189.51º | 0.37% | 0.57% | - |
| HSV(B) | 189.51º | 0.44% | 0.73% | - |
| XYZ | 29.52 | 36.38 | 51.92 | - |
| YUV | 153.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 186 | 0.44 | 0.07 | 0 | 0.27 | 189.51 | 0.37 | 0.57 |
| Hex | 68 | AD | BA | 2C | 7 | 0 | 1B | BE | 25 | 39 |
| Octal | 150 | 255 | 272 | 54 | 7 | 0 | 33 | 276 | 45 | 71 |
| Binary | 1101000 | 10101101 | 10111010 | 101100 | 111 | 0 | 11011 | 10111110 | 100101 | 111001 |
Color Harmonies of #68ADBA
Complementary color
Monochromatic Colors of #68ADBA
Black with #68ADBA
Text Example
Text Example
White with #68ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADBA; }
p { color: rgb(104,173,186); }
H1.HeaderClassName
{
color: #68ADBA;
}
.AnyTagClassName
{
color: #68ADBA;
}
</style>
background-color css
<style>
a { background-color: #68ADBA; }
a { background-color: rgb(104,173,186); }
div.DivClassName
{
background-color: #68ADBA;
}
.BgClassName
{
background-color: #68ADBA;
}
</style>
border-color css
<style>
span { border-color: #68ADBA; }
span { border-color: rgb(104,173,186); }
td.TdClassName
{
border-color: #68ADBA;
}
.TagClassName
{
border-color: #68ADBA;
}
</style>