Shades of Fountain Blue #60B2BD
Tints of Fountain Blue #60B2BD
RGB
CMYK
RGB Variations
Color information
#60B2BD (or 0x60B2BD) is known color: Fountain Blue. HEX triplet: 60, B2 and BD. RGB value is (96,178,189). Sum of RGB (Red+Green+Blue) = 96+178+189=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #60B2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B2BD is #9F4D42. Grayscale: #9A9A9A. Windows color (decimal): -10440003 or 12431968. OLE color: 12431968.
HSL color Cylindrical-coordinate representation of color #60B2BD: hue angle of 187.1º 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 #60B2BD is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 178 | 189 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.26 |
| HSL | 187.1º | 0.41% | 0.56% | - |
| HSV(B) | 187.1º | 0.49% | 0.74% | - |
| XYZ | 29.93 | 38 | 53.9 | - |
| YUV | 154.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 189 | 0.49 | 0.06 | 0 | 0.26 | 187.1 | 0.41 | 0.56 |
| Hex | 60 | B2 | BD | 31 | 6 | 0 | 1A | BB | 29 | 38 |
| Octal | 140 | 262 | 275 | 61 | 6 | 0 | 32 | 273 | 51 | 70 |
| Binary | 1100000 | 10110010 | 10111101 | 110001 | 110 | 0 | 11010 | 10111011 | 101001 | 111000 |
Color Harmonies of #60B2BD
Complementary color
Monochromatic Colors of #60B2BD
Black with #60B2BD
Text Example
Text Example
White with #60B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B2BD; }
p { color: rgb(96,178,189); }
H1.HeaderClassName
{
color: #60B2BD;
}
.AnyTagClassName
{
color: #60B2BD;
}
</style>
background-color css
<style>
a { background-color: #60B2BD; }
a { background-color: rgb(96,178,189); }
div.DivClassName
{
background-color: #60B2BD;
}
.BgClassName
{
background-color: #60B2BD;
}
</style>
border-color css
<style>
span { border-color: #60B2BD; }
span { border-color: rgb(96,178,189); }
td.TdClassName
{
border-color: #60B2BD;
}
.TagClassName
{
border-color: #60B2BD;
}
</style>