Shades of Fountain Blue #68B9C1
Tints of Fountain Blue #68B9C1
RGB
CMYK
RGB Variations
Color information
#68B9C1 (or 0x68B9C1) is known color: Fountain Blue. HEX triplet: 68, B9 and C1. RGB value is (104,185,193). Sum of RGB (Red+Green+Blue) = 104+185+193=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #68B9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B9C1 is #97463E. Grayscale: #A1A1A1. Windows color (decimal): -9913919 or 12695912. OLE color: 12695912.
HSL color Cylindrical-coordinate representation of color #68B9C1: hue angle of 185.39º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68B9C1 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 185 | 193 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.24 |
| HSL | 185.39º | 0.42% | 0.58% | - |
| HSV(B) | 185.39º | 0.46% | 0.76% | - |
| XYZ | 32.68 | 41.49 | 56.74 | - |
| YUV | 161.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 193 | 0.46 | 0.04 | 0 | 0.24 | 185.39 | 0.42 | 0.58 |
| Hex | 68 | B9 | C1 | 2E | 4 | 0 | 18 | B9 | 2A | 3A |
| Octal | 150 | 271 | 301 | 56 | 4 | 0 | 30 | 271 | 52 | 72 |
| Binary | 1101000 | 10111001 | 11000001 | 101110 | 100 | 0 | 11000 | 10111001 | 101010 | 111010 |
Color Harmonies of #68B9C1
Complementary color
Monochromatic Colors of #68B9C1
Black with #68B9C1
Text Example
Text Example
White with #68B9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B9C1; }
p { color: rgb(104,185,193); }
H1.HeaderClassName
{
color: #68B9C1;
}
.AnyTagClassName
{
color: #68B9C1;
}
</style>
background-color css
<style>
a { background-color: #68B9C1; }
a { background-color: rgb(104,185,193); }
div.DivClassName
{
background-color: #68B9C1;
}
.BgClassName
{
background-color: #68B9C1;
}
</style>
border-color css
<style>
span { border-color: #68B9C1; }
span { border-color: rgb(104,185,193); }
td.TdClassName
{
border-color: #68B9C1;
}
.TagClassName
{
border-color: #68B9C1;
}
</style>