Shades of Fountain Blue #68ACB3
Tints of Fountain Blue #68ACB3
RGB
CMYK
RGB Variations
Color information
#68ACB3 (or 0x68ACB3) is known color: Fountain Blue. HEX triplet: 68, AC and B3. RGB value is (104,172,179). Sum of RGB (Red+Green+Blue) = 104+172+179=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #68ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACB3 is #97534C. Grayscale: #989898. Windows color (decimal): -9917261 or 11775080. OLE color: 11775080.
HSL color Cylindrical-coordinate representation of color #68ACB3: hue angle of 185.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68ACB3 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 172 | 179 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.30 |
| HSL | 185.6º | 0.33% | 0.55% | - |
| HSV(B) | 185.6º | 0.42% | 0.7% | - |
| XYZ | 28.6 | 35.7 | 48.03 | - |
| YUV | 152.47 | 142.97 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 179 | 0.42 | 0.04 | 0 | 0.30 | 185.6 | 0.33 | 0.55 |
| Hex | 68 | AC | B3 | 2A | 4 | 0 | 1E | BA | 21 | 37 |
| Octal | 150 | 254 | 263 | 52 | 4 | 0 | 36 | 272 | 41 | 67 |
| Binary | 1101000 | 10101100 | 10110011 | 101010 | 100 | 0 | 11110 | 10111010 | 100001 | 110111 |
Color Harmonies of #68ACB3
Complementary color
Monochromatic Colors of #68ACB3
Black with #68ACB3
Text Example
Text Example
White with #68ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACB3; }
p { color: rgb(104,172,179); }
H1.HeaderClassName
{
color: #68ACB3;
}
.AnyTagClassName
{
color: #68ACB3;
}
</style>
background-color css
<style>
a { background-color: #68ACB3; }
a { background-color: rgb(104,172,179); }
div.DivClassName
{
background-color: #68ACB3;
}
.BgClassName
{
background-color: #68ACB3;
}
</style>
border-color css
<style>
span { border-color: #68ACB3; }
span { border-color: rgb(104,172,179); }
td.TdClassName
{
border-color: #68ACB3;
}
.TagClassName
{
border-color: #68ACB3;
}
</style>