Shades of Fountain Blue #60B3BD
Tints of Fountain Blue #60B3BD
RGB
CMYK
RGB Variations
Color information
#60B3BD (or 0x60B3BD) is known color: Fountain Blue. HEX triplet: 60, B3 and BD. RGB value is (96,179,189). Sum of RGB (Red+Green+Blue) = 96+179+189=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #60B3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B3BD is #9F4C42. Grayscale: #9B9B9B. Windows color (decimal): -10439747 or 12432224. OLE color: 12432224.
HSL color Cylindrical-coordinate representation of color #60B3BD: hue angle of 186.45º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60B3BD is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 179 | 189 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.26 |
| HSL | 186.45º | 0.41% | 0.56% | - |
| HSV(B) | 186.45º | 0.49% | 0.74% | - |
| XYZ | 30.13 | 38.4 | 53.97 | - |
| YUV | 155.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 189 | 0.49 | 0.05 | 0 | 0.26 | 186.45 | 0.41 | 0.56 |
| Hex | 60 | B3 | BD | 31 | 5 | 0 | 1A | BA | 29 | 38 |
| Octal | 140 | 263 | 275 | 61 | 5 | 0 | 32 | 272 | 51 | 70 |
| Binary | 1100000 | 10110011 | 10111101 | 110001 | 101 | 0 | 11010 | 10111010 | 101001 | 111000 |
Color Harmonies of #60B3BD
Complementary color
Monochromatic Colors of #60B3BD
Black with #60B3BD
Text Example
Text Example
White with #60B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B3BD; }
p { color: rgb(96,179,189); }
H1.HeaderClassName
{
color: #60B3BD;
}
.AnyTagClassName
{
color: #60B3BD;
}
</style>
background-color css
<style>
a { background-color: #60B3BD; }
a { background-color: rgb(96,179,189); }
div.DivClassName
{
background-color: #60B3BD;
}
.BgClassName
{
background-color: #60B3BD;
}
</style>
border-color css
<style>
span { border-color: #60B3BD; }
span { border-color: rgb(96,179,189); }
td.TdClassName
{
border-color: #60B3BD;
}
.TagClassName
{
border-color: #60B3BD;
}
</style>