Shades of Fountain Blue #60B0C0
Tints of Fountain Blue #60B0C0
RGB
CMYK
RGB Variations
Color information
#60B0C0 (or 0x60B0C0) is known color: Fountain Blue. HEX triplet: 60, B0 and C0. RGB value is (96,176,192). Sum of RGB (Red+Green+Blue) = 96+176+192=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #60B0C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B0C0 is #9F4F3F. Grayscale: #999999. Windows color (decimal): -10440512 or 12628064. OLE color: 12628064.
HSL color Cylindrical-coordinate representation of color #60B0C0: hue angle of 190º 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 #60B0C0 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 176 | 192 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.25 |
| HSL | 190º | 0.43% | 0.56% | - |
| HSV(B) | 190º | 0.5% | 0.75% | - |
| XYZ | 29.86 | 37.34 | 55.5 | - |
| YUV | 153.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 192 | 0.50 | 0.08 | 0 | 0.25 | 190 | 0.43 | 0.56 |
| Hex | 60 | B0 | C0 | 32 | 8 | 0 | 19 | BE | 2B | 38 |
| Octal | 140 | 260 | 300 | 62 | 10 | 0 | 31 | 276 | 53 | 70 |
| Binary | 1100000 | 10110000 | 11000000 | 110010 | 1000 | 0 | 11001 | 10111110 | 101011 | 111000 |
Color Harmonies of #60B0C0
Complementary color
Monochromatic Colors of #60B0C0
Black with #60B0C0
Text Example
Text Example
White with #60B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B0C0; }
p { color: rgb(96,176,192); }
H1.HeaderClassName
{
color: #60B0C0;
}
.AnyTagClassName
{
color: #60B0C0;
}
</style>
background-color css
<style>
a { background-color: #60B0C0; }
a { background-color: rgb(96,176,192); }
div.DivClassName
{
background-color: #60B0C0;
}
.BgClassName
{
background-color: #60B0C0;
}
</style>
border-color css
<style>
span { border-color: #60B0C0; }
span { border-color: rgb(96,176,192); }
td.TdClassName
{
border-color: #60B0C0;
}
.TagClassName
{
border-color: #60B0C0;
}
</style>