Shades of Fountain Blue #60BBBE
Tints of Fountain Blue #60BBBE
RGB
CMYK
RGB Variations
Color information
#60BBBE (or 0x60BBBE) is known color: Fountain Blue. HEX triplet: 60, BB and BE. RGB value is (96,187,190). Sum of RGB (Red+Green+Blue) = 96+187+190=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #60BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBBE is #9F4441. Grayscale: #A0A0A0. Windows color (decimal): -10437698 or 12499808. OLE color: 12499808.
HSL color Cylindrical-coordinate representation of color #60BBBE: hue angle of 181.91º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BBBE is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 187 | 190 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.25 |
| HSL | 181.91º | 0.42% | 0.56% | - |
| HSV(B) | 181.91º | 0.49% | 0.75% | - |
| XYZ | 31.89 | 41.75 | 55.09 | - |
| YUV | 160.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 187 | 190 | 0.49 | 0.02 | 0 | 0.25 | 181.91 | 0.42 | 0.56 |
| Hex | 60 | BB | BE | 31 | 2 | 0 | 19 | B6 | 2A | 38 |
| Octal | 140 | 273 | 276 | 61 | 2 | 0 | 31 | 266 | 52 | 70 |
| Binary | 1100000 | 10111011 | 10111110 | 110001 | 10 | 0 | 11001 | 10110110 | 101010 | 111000 |
Color Harmonies of #60BBBE
Complementary color
Monochromatic Colors of #60BBBE
Black with #60BBBE
Text Example
Text Example
White with #60BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BBBE; }
p { color: rgb(96,187,190); }
H1.HeaderClassName
{
color: #60BBBE;
}
.AnyTagClassName
{
color: #60BBBE;
}
</style>
background-color css
<style>
a { background-color: #60BBBE; }
a { background-color: rgb(96,187,190); }
div.DivClassName
{
background-color: #60BBBE;
}
.BgClassName
{
background-color: #60BBBE;
}
</style>
border-color css
<style>
span { border-color: #60BBBE; }
span { border-color: rgb(96,187,190); }
td.TdClassName
{
border-color: #60BBBE;
}
.TagClassName
{
border-color: #60BBBE;
}
</style>