Shades of Fountain Blue #68ACB5
Tints of Fountain Blue #68ACB5
RGB
CMYK
RGB Variations
Color information
#68ACB5 (or 0x68ACB5) is known color: Fountain Blue. HEX triplet: 68, AC and B5. RGB value is (104,172,181). Sum of RGB (Red+Green+Blue) = 104+172+181=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 181 - color contains mainly: blue. Hex color #68ACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACB5 is #97534A. Grayscale: #989898. Windows color (decimal): -9917259 or 11906152. OLE color: 11906152.
HSL color Cylindrical-coordinate representation of color #68ACB5: hue angle of 187.01º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68ACB5 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 172 | 181 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.29 |
| HSL | 187.01º | 0.34% | 0.56% | - |
| HSV(B) | 187.01º | 0.43% | 0.71% | - |
| XYZ | 28.8 | 35.78 | 49.11 | - |
| YUV | 152.69 | 143.97 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 181 | 0.43 | 0.05 | 0 | 0.29 | 187.01 | 0.34 | 0.56 |
| Hex | 68 | AC | B5 | 2B | 5 | 0 | 1D | BB | 22 | 38 |
| Octal | 150 | 254 | 265 | 53 | 5 | 0 | 35 | 273 | 42 | 70 |
| Binary | 1101000 | 10101100 | 10110101 | 101011 | 101 | 0 | 11101 | 10111011 | 100010 | 111000 |
Color Harmonies of #68ACB5
Complementary color
Monochromatic Colors of #68ACB5
Black with #68ACB5
Text Example
Text Example
White with #68ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACB5; }
p { color: rgb(104,172,181); }
H1.HeaderClassName
{
color: #68ACB5;
}
.AnyTagClassName
{
color: #68ACB5;
}
</style>
background-color css
<style>
a { background-color: #68ACB5; }
a { background-color: rgb(104,172,181); }
div.DivClassName
{
background-color: #68ACB5;
}
.BgClassName
{
background-color: #68ACB5;
}
</style>
border-color css
<style>
span { border-color: #68ACB5; }
span { border-color: rgb(104,172,181); }
td.TdClassName
{
border-color: #68ACB5;
}
.TagClassName
{
border-color: #68ACB5;
}
</style>