Shades of Fountain Blue #68ACB8
Tints of Fountain Blue #68ACB8
RGB
CMYK
RGB Variations
Color information
#68ACB8 (or 0x68ACB8) is known color: Fountain Blue. HEX triplet: 68, AC and B8. RGB value is (104,172,184). Sum of RGB (Red+Green+Blue) = 104+172+184=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 184 - color contains mainly: blue. Hex color #68ACB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACB8 is #975347. Grayscale: #989898. Windows color (decimal): -9917256 or 12102760. OLE color: 12102760.
HSL color Cylindrical-coordinate representation of color #68ACB8: hue angle of 189º degrees, saturation: 0.36, 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 #68ACB8 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 172 | 184 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.28 |
| HSL | 189º | 0.36% | 0.56% | - |
| HSV(B) | 189º | 0.43% | 0.72% | - |
| XYZ | 29.11 | 35.91 | 50.74 | - |
| YUV | 153.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 184 | 0.43 | 0.07 | 0 | 0.28 | 189 | 0.36 | 0.56 |
| Hex | 68 | AC | B8 | 2B | 7 | 0 | 1C | BD | 24 | 38 |
| Octal | 150 | 254 | 270 | 53 | 7 | 0 | 34 | 275 | 44 | 70 |
| Binary | 1101000 | 10101100 | 10111000 | 101011 | 111 | 0 | 11100 | 10111101 | 100100 | 111000 |
Color Harmonies of #68ACB8
Complementary color
Monochromatic Colors of #68ACB8
Black with #68ACB8
Text Example
Text Example
White with #68ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACB8; }
p { color: rgb(104,172,184); }
H1.HeaderClassName
{
color: #68ACB8;
}
.AnyTagClassName
{
color: #68ACB8;
}
</style>
background-color css
<style>
a { background-color: #68ACB8; }
a { background-color: rgb(104,172,184); }
div.DivClassName
{
background-color: #68ACB8;
}
.BgClassName
{
background-color: #68ACB8;
}
</style>
border-color css
<style>
span { border-color: #68ACB8; }
span { border-color: rgb(104,172,184); }
td.TdClassName
{
border-color: #68ACB8;
}
.TagClassName
{
border-color: #68ACB8;
}
</style>