Shades of Fountain Blue #68AFBB
Tints of Fountain Blue #68AFBB
RGB
CMYK
RGB Variations
Color information
#68AFBB (or 0x68AFBB) is known color: Fountain Blue. HEX triplet: 68, AF and BB. RGB value is (104,175,187). Sum of RGB (Red+Green+Blue) = 104+175+187=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #68AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFBB is #975044. Grayscale: #9B9B9B. Windows color (decimal): -9916485 or 12300136. OLE color: 12300136.
HSL color Cylindrical-coordinate representation of color #68AFBB: hue angle of 188.67º degrees, saturation: 0.38, 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 #68AFBB is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 175 | 187 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.27 |
| HSL | 188.67º | 0.38% | 0.57% | - |
| HSV(B) | 188.67º | 0.44% | 0.73% | - |
| XYZ | 30.01 | 37.19 | 52.61 | - |
| YUV | 155.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 187 | 0.44 | 0.06 | 0 | 0.27 | 188.67 | 0.38 | 0.57 |
| Hex | 68 | AF | BB | 2C | 6 | 0 | 1B | BD | 26 | 39 |
| Octal | 150 | 257 | 273 | 54 | 6 | 0 | 33 | 275 | 46 | 71 |
| Binary | 1101000 | 10101111 | 10111011 | 101100 | 110 | 0 | 11011 | 10111101 | 100110 | 111001 |
Color Harmonies of #68AFBB
Complementary color
Monochromatic Colors of #68AFBB
Black with #68AFBB
Text Example
Text Example
White with #68AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AFBB; }
p { color: rgb(104,175,187); }
H1.HeaderClassName
{
color: #68AFBB;
}
.AnyTagClassName
{
color: #68AFBB;
}
</style>
background-color css
<style>
a { background-color: #68AFBB; }
a { background-color: rgb(104,175,187); }
div.DivClassName
{
background-color: #68AFBB;
}
.BgClassName
{
background-color: #68AFBB;
}
</style>
border-color css
<style>
span { border-color: #68AFBB; }
span { border-color: rgb(104,175,187); }
td.TdClassName
{
border-color: #68AFBB;
}
.TagClassName
{
border-color: #68AFBB;
}
</style>