Shades of Fountain Blue #68ACB2
Tints of Fountain Blue #68ACB2
RGB
CMYK
RGB Variations
Color information
#68ACB2 (or 0x68ACB2) is known color: Fountain Blue. HEX triplet: 68, AC and B2. RGB value is (104,172,178). Sum of RGB (Red+Green+Blue) = 104+172+178=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 178 - color contains mainly: blue. Hex color #68ACB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ACB2 is #97534D. Grayscale: #989898. Windows color (decimal): -9917262 or 11709544. OLE color: 11709544.
HSL color Cylindrical-coordinate representation of color #68ACB2: hue angle of 184.86º degrees, saturation: 0.32, 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 #68ACB2 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 172 | 178 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.30 |
| HSL | 184.86º | 0.32% | 0.55% | - |
| HSV(B) | 184.86º | 0.42% | 0.7% | - |
| XYZ | 28.5 | 35.66 | 47.5 | - |
| YUV | 152.35 | 142.47 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 178 | 0.42 | 0.03 | 0 | 0.30 | 184.86 | 0.32 | 0.55 |
| Hex | 68 | AC | B2 | 2A | 3 | 0 | 1E | B9 | 20 | 37 |
| Octal | 150 | 254 | 262 | 52 | 3 | 0 | 36 | 271 | 40 | 67 |
| Binary | 1101000 | 10101100 | 10110010 | 101010 | 11 | 0 | 11110 | 10111001 | 100000 | 110111 |
Color Harmonies of #68ACB2
Complementary color
Monochromatic Colors of #68ACB2
Black with #68ACB2
Text Example
Text Example
White with #68ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACB2; }
p { color: rgb(104,172,178); }
H1.HeaderClassName
{
color: #68ACB2;
}
.AnyTagClassName
{
color: #68ACB2;
}
</style>
background-color css
<style>
a { background-color: #68ACB2; }
a { background-color: rgb(104,172,178); }
div.DivClassName
{
background-color: #68ACB2;
}
.BgClassName
{
background-color: #68ACB2;
}
</style>
border-color css
<style>
span { border-color: #68ACB2; }
span { border-color: rgb(104,172,178); }
td.TdClassName
{
border-color: #68ACB2;
}
.TagClassName
{
border-color: #68ACB2;
}
</style>