Shades of Fountain Blue #60B2B9
Tints of Fountain Blue #60B2B9
RGB
CMYK
RGB Variations
Color information
#60B2B9 (or 0x60B2B9) is known color: Fountain Blue. HEX triplet: 60, B2 and B9. RGB value is (96,178,185). Sum of RGB (Red+Green+Blue) = 96+178+185=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #60B2B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B2B9 is #9F4D46. Grayscale: #9A9A9A. Windows color (decimal): -10440007 or 12169824. OLE color: 12169824.
HSL color Cylindrical-coordinate representation of color #60B2B9: hue angle of 184.72º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B2B9 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 178 | 185 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.27 |
| HSL | 184.72º | 0.39% | 0.55% | - |
| HSV(B) | 184.72º | 0.48% | 0.73% | - |
| XYZ | 29.5 | 37.83 | 51.65 | - |
| YUV | 154.28 | 145.33 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 185 | 0.48 | 0.04 | 0 | 0.27 | 184.72 | 0.39 | 0.55 |
| Hex | 60 | B2 | B9 | 30 | 4 | 0 | 1B | B9 | 27 | 37 |
| Octal | 140 | 262 | 271 | 60 | 4 | 0 | 33 | 271 | 47 | 67 |
| Binary | 1100000 | 10110010 | 10111001 | 110000 | 100 | 0 | 11011 | 10111001 | 100111 | 110111 |
Color Harmonies of #60B2B9
Complementary color
Monochromatic Colors of #60B2B9
Black with #60B2B9
Text Example
Text Example
White with #60B2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B2B9; }
p { color: rgb(96,178,185); }
H1.HeaderClassName
{
color: #60B2B9;
}
.AnyTagClassName
{
color: #60B2B9;
}
</style>
background-color css
<style>
a { background-color: #60B2B9; }
a { background-color: rgb(96,178,185); }
div.DivClassName
{
background-color: #60B2B9;
}
.BgClassName
{
background-color: #60B2B9;
}
</style>
border-color css
<style>
span { border-color: #60B2B9; }
span { border-color: rgb(96,178,185); }
td.TdClassName
{
border-color: #60B2B9;
}
.TagClassName
{
border-color: #60B2B9;
}
</style>