Shades of Fountain Blue #60BAC0
Tints of Fountain Blue #60BAC0
RGB
CMYK
RGB Variations
Color information
#60BAC0 (or 0x60BAC0) is known color: Fountain Blue. HEX triplet: 60, BA and C0. RGB value is (96,186,192). Sum of RGB (Red+Green+Blue) = 96+186+192=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #60BAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BAC0 is #9F453F. Grayscale: #9F9F9F. Windows color (decimal): -10437952 or 12630624. OLE color: 12630624.
HSL color Cylindrical-coordinate representation of color #60BAC0: hue angle of 183.75º 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 #60BAC0 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 186 | 192 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.25 |
| HSL | 183.75º | 0.43% | 0.56% | - |
| HSV(B) | 183.75º | 0.5% | 0.75% | - |
| XYZ | 31.9 | 41.41 | 56.18 | - |
| YUV | 159.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 192 | 0.50 | 0.03 | 0 | 0.25 | 183.75 | 0.43 | 0.56 |
| Hex | 60 | BA | C0 | 32 | 3 | 0 | 19 | B8 | 2B | 38 |
| Octal | 140 | 272 | 300 | 62 | 3 | 0 | 31 | 270 | 53 | 70 |
| Binary | 1100000 | 10111010 | 11000000 | 110010 | 11 | 0 | 11001 | 10111000 | 101011 | 111000 |
Color Harmonies of #60BAC0
Complementary color
Monochromatic Colors of #60BAC0
Black with #60BAC0
Text Example
Text Example
White with #60BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BAC0; }
p { color: rgb(96,186,192); }
H1.HeaderClassName
{
color: #60BAC0;
}
.AnyTagClassName
{
color: #60BAC0;
}
</style>
background-color css
<style>
a { background-color: #60BAC0; }
a { background-color: rgb(96,186,192); }
div.DivClassName
{
background-color: #60BAC0;
}
.BgClassName
{
background-color: #60BAC0;
}
</style>
border-color css
<style>
span { border-color: #60BAC0; }
span { border-color: rgb(96,186,192); }
td.TdClassName
{
border-color: #60BAC0;
}
.TagClassName
{
border-color: #60BAC0;
}
</style>