Shades of Fountain Blue #68ADBC
Tints of Fountain Blue #68ADBC
RGB
CMYK
RGB Variations
Color information
#68ADBC (or 0x68ADBC) is known color: Fountain Blue. HEX triplet: 68, AD and BC. RGB value is (104,173,188). Sum of RGB (Red+Green+Blue) = 104+173+188=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #68ADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADBC is #975243. Grayscale: #999999. Windows color (decimal): -9916996 or 12365160. OLE color: 12365160.
HSL color Cylindrical-coordinate representation of color #68ADBC: hue angle of 190.71º 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 #68ADBC is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 173 | 188 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.26 |
| HSL | 190.71º | 0.39% | 0.57% | - |
| HSV(B) | 190.71º | 0.45% | 0.74% | - |
| XYZ | 29.73 | 36.46 | 53.05 | - |
| YUV | 154.08 | 147.14 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 188 | 0.45 | 0.08 | 0 | 0.26 | 190.71 | 0.39 | 0.57 |
| Hex | 68 | AD | BC | 2D | 8 | 0 | 1A | BF | 27 | 39 |
| Octal | 150 | 255 | 274 | 55 | 10 | 0 | 32 | 277 | 47 | 71 |
| Binary | 1101000 | 10101101 | 10111100 | 101101 | 1000 | 0 | 11010 | 10111111 | 100111 | 111001 |
Color Harmonies of #68ADBC
Complementary color
Monochromatic Colors of #68ADBC
Black with #68ADBC
Text Example
Text Example
White with #68ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADBC; }
p { color: rgb(104,173,188); }
H1.HeaderClassName
{
color: #68ADBC;
}
.AnyTagClassName
{
color: #68ADBC;
}
</style>
background-color css
<style>
a { background-color: #68ADBC; }
a { background-color: rgb(104,173,188); }
div.DivClassName
{
background-color: #68ADBC;
}
.BgClassName
{
background-color: #68ADBC;
}
</style>
border-color css
<style>
span { border-color: #68ADBC; }
span { border-color: rgb(104,173,188); }
td.TdClassName
{
border-color: #68ADBC;
}
.TagClassName
{
border-color: #68ADBC;
}
</style>