Shades of Fountain Blue #68BEBF
Tints of Fountain Blue #68BEBF
RGB
CMYK
RGB Variations
Color information
#68BEBF (or 0x68BEBF) is known color: Fountain Blue. HEX triplet: 68, BE and BF. RGB value is (104,190,191). Sum of RGB (Red+Green+Blue) = 104+190+191=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #68BEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEBF is #974140. Grayscale: #A4A4A4. Windows color (decimal): -9912641 or 12566120. OLE color: 12566120.
HSL color Cylindrical-coordinate representation of color #68BEBF: hue angle of 180.69º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BEBF is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 191 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.25 |
| HSL | 180.69º | 0.4% | 0.58% | - |
| HSV(B) | 180.69º | 0.46% | 0.75% | - |
| XYZ | 33.53 | 43.53 | 55.93 | - |
| YUV | 164.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 191 | 0.46 | 0.01 | 0 | 0.25 | 180.69 | 0.4 | 0.58 |
| Hex | 68 | BE | BF | 2E | 1 | 0 | 19 | B5 | 28 | 3A |
| Octal | 150 | 276 | 277 | 56 | 1 | 0 | 31 | 265 | 50 | 72 |
| Binary | 1101000 | 10111110 | 10111111 | 101110 | 1 | 0 | 11001 | 10110101 | 101000 | 111010 |
Color Harmonies of #68BEBF
Complementary color
Monochromatic Colors of #68BEBF
Black with #68BEBF
Text Example
Text Example
White with #68BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEBF; }
p { color: rgb(104,190,191); }
H1.HeaderClassName
{
color: #68BEBF;
}
.AnyTagClassName
{
color: #68BEBF;
}
</style>
background-color css
<style>
a { background-color: #68BEBF; }
a { background-color: rgb(104,190,191); }
div.DivClassName
{
background-color: #68BEBF;
}
.BgClassName
{
background-color: #68BEBF;
}
</style>
border-color css
<style>
span { border-color: #68BEBF; }
span { border-color: rgb(104,190,191); }
td.TdClassName
{
border-color: #68BEBF;
}
.TagClassName
{
border-color: #68BEBF;
}
</style>