Shades of Fountain Blue #68ACB7
Tints of Fountain Blue #68ACB7
RGB
CMYK
RGB Variations
Color information
#68ACB7 (or 0x68ACB7) is known color: Fountain Blue. HEX triplet: 68, AC and B7. RGB value is (104,172,183). Sum of RGB (Red+Green+Blue) = 104+172+183=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 183 - color contains mainly: blue. Hex color #68ACB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACB7 is #975348. Grayscale: #989898. Windows color (decimal): -9917257 or 12037224. OLE color: 12037224.
HSL color Cylindrical-coordinate representation of color #68ACB7: hue angle of 188.35º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68ACB7 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 172 | 183 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.28 |
| HSL | 188.35º | 0.35% | 0.56% | - |
| HSV(B) | 188.35º | 0.43% | 0.72% | - |
| XYZ | 29.01 | 35.87 | 50.19 | - |
| YUV | 152.92 | 144.97 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 183 | 0.43 | 0.06 | 0 | 0.28 | 188.35 | 0.35 | 0.56 |
| Hex | 68 | AC | B7 | 2B | 6 | 0 | 1C | BC | 23 | 38 |
| Octal | 150 | 254 | 267 | 53 | 6 | 0 | 34 | 274 | 43 | 70 |
| Binary | 1101000 | 10101100 | 10110111 | 101011 | 110 | 0 | 11100 | 10111100 | 100011 | 111000 |
Color Harmonies of #68ACB7
Complementary color
Monochromatic Colors of #68ACB7
Black with #68ACB7
Text Example
Text Example
White with #68ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACB7; }
p { color: rgb(104,172,183); }
H1.HeaderClassName
{
color: #68ACB7;
}
.AnyTagClassName
{
color: #68ACB7;
}
</style>
background-color css
<style>
a { background-color: #68ACB7; }
a { background-color: rgb(104,172,183); }
div.DivClassName
{
background-color: #68ACB7;
}
.BgClassName
{
background-color: #68ACB7;
}
</style>
border-color css
<style>
span { border-color: #68ACB7; }
span { border-color: rgb(104,172,183); }
td.TdClassName
{
border-color: #68ACB7;
}
.TagClassName
{
border-color: #68ACB7;
}
</style>