Shades of Fountain Blue #68AEB9
Tints of Fountain Blue #68AEB9
RGB
CMYK
RGB Variations
Color information
#68AEB9 (or 0x68AEB9) is known color: Fountain Blue. HEX triplet: 68, AE and B9. RGB value is (104,174,185). Sum of RGB (Red+Green+Blue) = 104+174+185=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #68AEB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEB9 is #975146. Grayscale: #9A9A9A. Windows color (decimal): -9916743 or 12168808. OLE color: 12168808.
HSL color Cylindrical-coordinate representation of color #68AEB9: hue angle of 188.15º 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 #68AEB9 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 174 | 185 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.27 |
| HSL | 188.15º | 0.37% | 0.57% | - |
| HSV(B) | 188.15º | 0.44% | 0.73% | - |
| XYZ | 29.6 | 36.72 | 51.43 | - |
| YUV | 154.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 185 | 0.44 | 0.06 | 0 | 0.27 | 188.15 | 0.37 | 0.57 |
| Hex | 68 | AE | B9 | 2C | 6 | 0 | 1B | BC | 25 | 39 |
| Octal | 150 | 256 | 271 | 54 | 6 | 0 | 33 | 274 | 45 | 71 |
| Binary | 1101000 | 10101110 | 10111001 | 101100 | 110 | 0 | 11011 | 10111100 | 100101 | 111001 |
Color Harmonies of #68AEB9
Complementary color
Monochromatic Colors of #68AEB9
Black with #68AEB9
Text Example
Text Example
White with #68AEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AEB9; }
p { color: rgb(104,174,185); }
H1.HeaderClassName
{
color: #68AEB9;
}
.AnyTagClassName
{
color: #68AEB9;
}
</style>
background-color css
<style>
a { background-color: #68AEB9; }
a { background-color: rgb(104,174,185); }
div.DivClassName
{
background-color: #68AEB9;
}
.BgClassName
{
background-color: #68AEB9;
}
</style>
border-color css
<style>
span { border-color: #68AEB9; }
span { border-color: rgb(104,174,185); }
td.TdClassName
{
border-color: #68AEB9;
}
.TagClassName
{
border-color: #68AEB9;
}
</style>