Shades of Fountain Blue #68AFB9
Tints of Fountain Blue #68AFB9
RGB
CMYK
RGB Variations
Color information
#68AFB9 (or 0x68AFB9) is known color: Fountain Blue. HEX triplet: 68, AF and B9. RGB value is (104,175,185). Sum of RGB (Red+Green+Blue) = 104+175+185=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #68AFB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFB9 is #975046. Grayscale: #9A9A9A. Windows color (decimal): -9916487 or 12169064. OLE color: 12169064.
HSL color Cylindrical-coordinate representation of color #68AFB9: hue angle of 187.41º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68AFB9 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 175 | 185 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.27 |
| HSL | 187.41º | 0.37% | 0.57% | - |
| HSV(B) | 187.41º | 0.44% | 0.73% | - |
| XYZ | 29.8 | 37.11 | 51.49 | - |
| YUV | 154.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 185 | 0.44 | 0.05 | 0 | 0.27 | 187.41 | 0.37 | 0.57 |
| Hex | 68 | AF | B9 | 2C | 5 | 0 | 1B | BB | 25 | 39 |
| Octal | 150 | 257 | 271 | 54 | 5 | 0 | 33 | 273 | 45 | 71 |
| Binary | 1101000 | 10101111 | 10111001 | 101100 | 101 | 0 | 11011 | 10111011 | 100101 | 111001 |
Color Harmonies of #68AFB9
Complementary color
Monochromatic Colors of #68AFB9
Black with #68AFB9
Text Example
Text Example
White with #68AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AFB9; }
p { color: rgb(104,175,185); }
H1.HeaderClassName
{
color: #68AFB9;
}
.AnyTagClassName
{
color: #68AFB9;
}
</style>
background-color css
<style>
a { background-color: #68AFB9; }
a { background-color: rgb(104,175,185); }
div.DivClassName
{
background-color: #68AFB9;
}
.BgClassName
{
background-color: #68AFB9;
}
</style>
border-color css
<style>
span { border-color: #68AFB9; }
span { border-color: rgb(104,175,185); }
td.TdClassName
{
border-color: #68AFB9;
}
.TagClassName
{
border-color: #68AFB9;
}
</style>