Shades of Fountain Blue #60B1BD
Tints of Fountain Blue #60B1BD
RGB
CMYK
RGB Variations
Color information
#60B1BD (or 0x60B1BD) is known color: Fountain Blue. HEX triplet: 60, B1 and BD. RGB value is (96,177,189). Sum of RGB (Red+Green+Blue) = 96+177+189=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #60B1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B1BD is #9F4E42. Grayscale: #9A9A9A. Windows color (decimal): -10440259 or 12431712. OLE color: 12431712.
HSL color Cylindrical-coordinate representation of color #60B1BD: hue angle of 187.74º 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 #60B1BD is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 177 | 189 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.26 |
| HSL | 187.74º | 0.41% | 0.56% | - |
| HSV(B) | 187.74º | 0.49% | 0.74% | - |
| XYZ | 29.73 | 37.61 | 53.84 | - |
| YUV | 154.15 | 147.66 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 189 | 0.49 | 0.06 | 0 | 0.26 | 187.74 | 0.41 | 0.56 |
| Hex | 60 | B1 | BD | 31 | 6 | 0 | 1A | BC | 29 | 38 |
| Octal | 140 | 261 | 275 | 61 | 6 | 0 | 32 | 274 | 51 | 70 |
| Binary | 1100000 | 10110001 | 10111101 | 110001 | 110 | 0 | 11010 | 10111100 | 101001 | 111000 |
Color Harmonies of #60B1BD
Complementary color
Monochromatic Colors of #60B1BD
Black with #60B1BD
Text Example
Text Example
White with #60B1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B1BD; }
p { color: rgb(96,177,189); }
H1.HeaderClassName
{
color: #60B1BD;
}
.AnyTagClassName
{
color: #60B1BD;
}
</style>
background-color css
<style>
a { background-color: #60B1BD; }
a { background-color: rgb(96,177,189); }
div.DivClassName
{
background-color: #60B1BD;
}
.BgClassName
{
background-color: #60B1BD;
}
</style>
border-color css
<style>
span { border-color: #60B1BD; }
span { border-color: rgb(96,177,189); }
td.TdClassName
{
border-color: #60B1BD;
}
.TagClassName
{
border-color: #60B1BD;
}
</style>