Shades of Fountain Blue #68BCC2
Tints of Fountain Blue #68BCC2
RGB
CMYK
RGB Variations
Color information
#68BCC2 (or 0x68BCC2) is known color: Fountain Blue. HEX triplet: 68, BC and C2. RGB value is (104,188,194). Sum of RGB (Red+Green+Blue) = 104+188+194=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #68BCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCC2 is #97433D. Grayscale: #A3A3A3. Windows color (decimal): -9913150 or 12762216. OLE color: 12762216.
HSL color Cylindrical-coordinate representation of color #68BCC2: hue angle of 184º 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 #68BCC2 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 188 | 194 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.24 |
| HSL | 184º | 0.42% | 0.58% | - |
| HSV(B) | 184º | 0.46% | 0.76% | - |
| XYZ | 33.43 | 42.8 | 57.54 | - |
| YUV | 163.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 194 | 0.46 | 0.03 | 0 | 0.24 | 184 | 0.42 | 0.58 |
| Hex | 68 | BC | C2 | 2E | 3 | 0 | 18 | B8 | 2A | 3A |
| Octal | 150 | 274 | 302 | 56 | 3 | 0 | 30 | 270 | 52 | 72 |
| Binary | 1101000 | 10111100 | 11000010 | 101110 | 11 | 0 | 11000 | 10111000 | 101010 | 111010 |
Color Harmonies of #68BCC2
Complementary color
Monochromatic Colors of #68BCC2
Black with #68BCC2
Text Example
Text Example
White with #68BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCC2; }
p { color: rgb(104,188,194); }
H1.HeaderClassName
{
color: #68BCC2;
}
.AnyTagClassName
{
color: #68BCC2;
}
</style>
background-color css
<style>
a { background-color: #68BCC2; }
a { background-color: rgb(104,188,194); }
div.DivClassName
{
background-color: #68BCC2;
}
.BgClassName
{
background-color: #68BCC2;
}
</style>
border-color css
<style>
span { border-color: #68BCC2; }
span { border-color: rgb(104,188,194); }
td.TdClassName
{
border-color: #68BCC2;
}
.TagClassName
{
border-color: #68BCC2;
}
</style>