Shades of Fountain Blue #68BBBC
Tints of Fountain Blue #68BBBC
RGB
CMYK
RGB Variations
Color information
#68BBBC (or 0x68BBBC) is known color: Fountain Blue. HEX triplet: 68, BB and BC. RGB value is (104,187,188). Sum of RGB (Red+Green+Blue) = 104+187+188=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #68BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBBC is #974443. Grayscale: #A2A2A2. Windows color (decimal): -9913412 or 12368744. OLE color: 12368744.
HSL color Cylindrical-coordinate representation of color #68BBBC: hue angle of 180.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BBBC is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 187 | 188 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.26 |
| HSL | 180.71º | 0.39% | 0.57% | - |
| HSV(B) | 180.71º | 0.45% | 0.74% | - |
| XYZ | 32.56 | 42.11 | 53.99 | - |
| YUV | 162.3 | 142.5 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 188 | 0.45 | 0.01 | 0 | 0.26 | 180.71 | 0.39 | 0.57 |
| Hex | 68 | BB | BC | 2D | 1 | 0 | 1A | B5 | 27 | 39 |
| Octal | 150 | 273 | 274 | 55 | 1 | 0 | 32 | 265 | 47 | 71 |
| Binary | 1101000 | 10111011 | 10111100 | 101101 | 1 | 0 | 11010 | 10110101 | 100111 | 111001 |
Color Harmonies of #68BBBC
Complementary color
Monochromatic Colors of #68BBBC
Black with #68BBBC
Text Example
Text Example
White with #68BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBBC; }
p { color: rgb(104,187,188); }
H1.HeaderClassName
{
color: #68BBBC;
}
.AnyTagClassName
{
color: #68BBBC;
}
</style>
background-color css
<style>
a { background-color: #68BBBC; }
a { background-color: rgb(104,187,188); }
div.DivClassName
{
background-color: #68BBBC;
}
.BgClassName
{
background-color: #68BBBC;
}
</style>
border-color css
<style>
span { border-color: #68BBBC; }
span { border-color: rgb(104,187,188); }
td.TdClassName
{
border-color: #68BBBC;
}
.TagClassName
{
border-color: #68BBBC;
}
</style>