Shades of Fountain Blue #68BFC1
Tints of Fountain Blue #68BFC1
RGB
CMYK
RGB Variations
Color information
#68BFC1 (or 0x68BFC1) is known color: Fountain Blue. HEX triplet: 68, BF and C1. RGB value is (104,191,193). Sum of RGB (Red+Green+Blue) = 104+191+193=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #68BFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFC1 is #97403E. Grayscale: #A5A5A5. Windows color (decimal): -9912383 or 12697448. OLE color: 12697448.
HSL color Cylindrical-coordinate representation of color #68BFC1: hue angle of 181.35º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BFC1 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 191 | 193 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.24 |
| HSL | 181.35º | 0.42% | 0.58% | - |
| HSV(B) | 181.35º | 0.46% | 0.76% | - |
| XYZ | 33.97 | 44.05 | 57.17 | - |
| YUV | 165.22 | 143.68 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 193 | 0.46 | 0.01 | 0 | 0.24 | 181.35 | 0.42 | 0.58 |
| Hex | 68 | BF | C1 | 2E | 1 | 0 | 18 | B5 | 2A | 3A |
| Octal | 150 | 277 | 301 | 56 | 1 | 0 | 30 | 265 | 52 | 72 |
| Binary | 1101000 | 10111111 | 11000001 | 101110 | 1 | 0 | 11000 | 10110101 | 101010 | 111010 |
Color Harmonies of #68BFC1
Complementary color
Monochromatic Colors of #68BFC1
Black with #68BFC1
Text Example
Text Example
White with #68BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFC1; }
p { color: rgb(104,191,193); }
H1.HeaderClassName
{
color: #68BFC1;
}
.AnyTagClassName
{
color: #68BFC1;
}
</style>
background-color css
<style>
a { background-color: #68BFC1; }
a { background-color: rgb(104,191,193); }
div.DivClassName
{
background-color: #68BFC1;
}
.BgClassName
{
background-color: #68BFC1;
}
</style>
border-color css
<style>
span { border-color: #68BFC1; }
span { border-color: rgb(104,191,193); }
td.TdClassName
{
border-color: #68BFC1;
}
.TagClassName
{
border-color: #68BFC1;
}
</style>