Shades of Fountain Blue #60BCC0
Tints of Fountain Blue #60BCC0
RGB
CMYK
RGB Variations
Color information
#60BCC0 (or 0x60BCC0) is known color: Fountain Blue. HEX triplet: 60, BC and C0. RGB value is (96,188,192). Sum of RGB (Red+Green+Blue) = 96+188+192=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #60BCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCC0 is #9F433F. Grayscale: #A0A0A0. Windows color (decimal): -10437440 or 12631136. OLE color: 12631136.
HSL color Cylindrical-coordinate representation of color #60BCC0: hue angle of 182.5º 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 #60BCC0 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 188 | 192 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.25 |
| HSL | 182.5º | 0.43% | 0.56% | - |
| HSV(B) | 182.5º | 0.5% | 0.75% | - |
| XYZ | 32.32 | 42.26 | 56.32 | - |
| YUV | 160.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 192 | 0.50 | 0.02 | 0 | 0.25 | 182.5 | 0.43 | 0.56 |
| Hex | 60 | BC | C0 | 32 | 2 | 0 | 19 | B6 | 2B | 38 |
| Octal | 140 | 274 | 300 | 62 | 2 | 0 | 31 | 266 | 53 | 70 |
| Binary | 1100000 | 10111100 | 11000000 | 110010 | 10 | 0 | 11001 | 10110110 | 101011 | 111000 |
Color Harmonies of #60BCC0
Complementary color
Monochromatic Colors of #60BCC0
Black with #60BCC0
Text Example
Text Example
White with #60BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCC0; }
p { color: rgb(96,188,192); }
H1.HeaderClassName
{
color: #60BCC0;
}
.AnyTagClassName
{
color: #60BCC0;
}
</style>
background-color css
<style>
a { background-color: #60BCC0; }
a { background-color: rgb(96,188,192); }
div.DivClassName
{
background-color: #60BCC0;
}
.BgClassName
{
background-color: #60BCC0;
}
</style>
border-color css
<style>
span { border-color: #60BCC0; }
span { border-color: rgb(96,188,192); }
td.TdClassName
{
border-color: #60BCC0;
}
.TagClassName
{
border-color: #60BCC0;
}
</style>