Shades of Fountain Blue #68ACB4
Tints of Fountain Blue #68ACB4
RGB
CMYK
RGB Variations
Color information
#68ACB4 (or 0x68ACB4) is known color: Fountain Blue. HEX triplet: 68, AC and B4. RGB value is (104,172,180). Sum of RGB (Red+Green+Blue) = 104+172+180=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #68ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACB4 is #97534B. Grayscale: #989898. Windows color (decimal): -9917260 or 11840616. OLE color: 11840616.
HSL color Cylindrical-coordinate representation of color #68ACB4: hue angle of 186.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68ACB4 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 172 | 180 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.29 |
| HSL | 186.32º | 0.34% | 0.56% | - |
| HSV(B) | 186.32º | 0.42% | 0.71% | - |
| XYZ | 28.7 | 35.74 | 48.57 | - |
| YUV | 152.58 | 143.47 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 180 | 0.42 | 0.04 | 0 | 0.29 | 186.32 | 0.34 | 0.56 |
| Hex | 68 | AC | B4 | 2A | 4 | 0 | 1D | BA | 22 | 38 |
| Octal | 150 | 254 | 264 | 52 | 4 | 0 | 35 | 272 | 42 | 70 |
| Binary | 1101000 | 10101100 | 10110100 | 101010 | 100 | 0 | 11101 | 10111010 | 100010 | 111000 |
Color Harmonies of #68ACB4
Complementary color
Monochromatic Colors of #68ACB4
Black with #68ACB4
Text Example
Text Example
White with #68ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACB4; }
p { color: rgb(104,172,180); }
H1.HeaderClassName
{
color: #68ACB4;
}
.AnyTagClassName
{
color: #68ACB4;
}
</style>
background-color css
<style>
a { background-color: #68ACB4; }
a { background-color: rgb(104,172,180); }
div.DivClassName
{
background-color: #68ACB4;
}
.BgClassName
{
background-color: #68ACB4;
}
</style>
border-color css
<style>
span { border-color: #68ACB4; }
span { border-color: rgb(104,172,180); }
td.TdClassName
{
border-color: #68ACB4;
}
.TagClassName
{
border-color: #68ACB4;
}
</style>