Shades of Fountain Blue #60B7BF
Tints of Fountain Blue #60B7BF
RGB
CMYK
RGB Variations
Color information
#60B7BF (or 0x60B7BF) is known color: Fountain Blue. HEX triplet: 60, B7 and BF. RGB value is (96,183,191). Sum of RGB (Red+Green+Blue) = 96+183+191=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #60B7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B7BF is #9F4840. Grayscale: #9D9D9D. Windows color (decimal): -10438721 or 12564320. OLE color: 12564320.
HSL color Cylindrical-coordinate representation of color #60B7BF: hue angle of 185.05º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60B7BF is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 183 | 191 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.25 |
| HSL | 185.05º | 0.43% | 0.56% | - |
| HSV(B) | 185.05º | 0.5% | 0.75% | - |
| XYZ | 31.16 | 40.12 | 55.39 | - |
| YUV | 157.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 191 | 0.50 | 0.04 | 0 | 0.25 | 185.05 | 0.43 | 0.56 |
| Hex | 60 | B7 | BF | 32 | 4 | 0 | 19 | B9 | 2B | 38 |
| Octal | 140 | 267 | 277 | 62 | 4 | 0 | 31 | 271 | 53 | 70 |
| Binary | 1100000 | 10110111 | 10111111 | 110010 | 100 | 0 | 11001 | 10111001 | 101011 | 111000 |
Color Harmonies of #60B7BF
Complementary color
Monochromatic Colors of #60B7BF
Black with #60B7BF
Text Example
Text Example
White with #60B7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B7BF; }
p { color: rgb(96,183,191); }
H1.HeaderClassName
{
color: #60B7BF;
}
.AnyTagClassName
{
color: #60B7BF;
}
</style>
background-color css
<style>
a { background-color: #60B7BF; }
a { background-color: rgb(96,183,191); }
div.DivClassName
{
background-color: #60B7BF;
}
.BgClassName
{
background-color: #60B7BF;
}
</style>
border-color css
<style>
span { border-color: #60B7BF; }
span { border-color: rgb(96,183,191); }
td.TdClassName
{
border-color: #60B7BF;
}
.TagClassName
{
border-color: #60B7BF;
}
</style>