Shades of Fountain Blue #68ACBD
Tints of Fountain Blue #68ACBD
RGB
CMYK
RGB Variations
Color information
#68ACBD (or 0x68ACBD) is known color: Fountain Blue. HEX triplet: 68, AC and BD. RGB value is (104,172,189). Sum of RGB (Red+Green+Blue) = 104+172+189=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #68ACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACBD is #975342. Grayscale: #999999. Windows color (decimal): -9917251 or 12430440. OLE color: 12430440.
HSL color Cylindrical-coordinate representation of color #68ACBD: hue angle of 192º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68ACBD is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 172 | 189 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.26 |
| HSL | 192º | 0.39% | 0.57% | - |
| HSV(B) | 192º | 0.45% | 0.74% | - |
| XYZ | 29.65 | 36.12 | 53.55 | - |
| YUV | 153.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 189 | 0.45 | 0.09 | 0 | 0.26 | 192 | 0.39 | 0.57 |
| Hex | 68 | AC | BD | 2D | 9 | 0 | 1A | C0 | 27 | 39 |
| Octal | 150 | 254 | 275 | 55 | 11 | 0 | 32 | 300 | 47 | 71 |
| Binary | 1101000 | 10101100 | 10111101 | 101101 | 1001 | 0 | 11010 | 11000000 | 100111 | 111001 |
Color Harmonies of #68ACBD
Complementary color
Monochromatic Colors of #68ACBD
Black with #68ACBD
Text Example
Text Example
White with #68ACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACBD; }
p { color: rgb(104,172,189); }
H1.HeaderClassName
{
color: #68ACBD;
}
.AnyTagClassName
{
color: #68ACBD;
}
</style>
background-color css
<style>
a { background-color: #68ACBD; }
a { background-color: rgb(104,172,189); }
div.DivClassName
{
background-color: #68ACBD;
}
.BgClassName
{
background-color: #68ACBD;
}
</style>
border-color css
<style>
span { border-color: #68ACBD; }
span { border-color: rgb(104,172,189); }
td.TdClassName
{
border-color: #68ACBD;
}
.TagClassName
{
border-color: #68ACBD;
}
</style>