Shades of Fountain Blue #60B3BB
Tints of Fountain Blue #60B3BB
RGB
CMYK
RGB Variations
Color information
#60B3BB (or 0x60B3BB) is known color: Fountain Blue. HEX triplet: 60, B3 and BB. RGB value is (96,179,187). Sum of RGB (Red+Green+Blue) = 96+179+187=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #60B3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B3BB is #9F4C44. Grayscale: #9A9A9A. Windows color (decimal): -10439749 or 12301152. OLE color: 12301152.
HSL color Cylindrical-coordinate representation of color #60B3BB: hue angle of 185.27º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60B3BB is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 179 | 187 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.27 |
| HSL | 185.27º | 0.4% | 0.55% | - |
| HSV(B) | 185.27º | 0.49% | 0.73% | - |
| XYZ | 29.91 | 38.31 | 52.83 | - |
| YUV | 155.1 | 146 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 187 | 0.49 | 0.04 | 0 | 0.27 | 185.27 | 0.4 | 0.55 |
| Hex | 60 | B3 | BB | 31 | 4 | 0 | 1B | B9 | 28 | 37 |
| Octal | 140 | 263 | 273 | 61 | 4 | 0 | 33 | 271 | 50 | 67 |
| Binary | 1100000 | 10110011 | 10111011 | 110001 | 100 | 0 | 11011 | 10111001 | 101000 | 110111 |
Color Harmonies of #60B3BB
Complementary color
Monochromatic Colors of #60B3BB
Black with #60B3BB
Text Example
Text Example
White with #60B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B3BB; }
p { color: rgb(96,179,187); }
H1.HeaderClassName
{
color: #60B3BB;
}
.AnyTagClassName
{
color: #60B3BB;
}
</style>
background-color css
<style>
a { background-color: #60B3BB; }
a { background-color: rgb(96,179,187); }
div.DivClassName
{
background-color: #60B3BB;
}
.BgClassName
{
background-color: #60B3BB;
}
</style>
border-color css
<style>
span { border-color: #60B3BB; }
span { border-color: rgb(96,179,187); }
td.TdClassName
{
border-color: #60B3BB;
}
.TagClassName
{
border-color: #60B3BB;
}
</style>