Shades of Fountain Blue #60BCC4
Tints of Fountain Blue #60BCC4
RGB
CMYK
RGB Variations
Color information
#60BCC4 (or 0x60BCC4) is known color: Fountain Blue. HEX triplet: 60, BC and C4. RGB value is (96,188,196). Sum of RGB (Red+Green+Blue) = 96+188+196=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #60BCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCC4 is #9F433B. Grayscale: #A1A1A1. Windows color (decimal): -10437436 or 12893280. OLE color: 12893280.
HSL color Cylindrical-coordinate representation of color #60BCC4: hue angle of 184.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60BCC4 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 188 | 196 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.23 |
| HSL | 184.8º | 0.46% | 0.57% | - |
| HSV(B) | 184.8º | 0.51% | 0.77% | - |
| XYZ | 32.77 | 42.44 | 58.69 | - |
| YUV | 161.4 | 147.52 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 196 | 0.51 | 0.04 | 0 | 0.23 | 184.8 | 0.46 | 0.57 |
| Hex | 60 | BC | C4 | 33 | 4 | 0 | 17 | B9 | 2E | 39 |
| Octal | 140 | 274 | 304 | 63 | 4 | 0 | 27 | 271 | 56 | 71 |
| Binary | 1100000 | 10111100 | 11000100 | 110011 | 100 | 0 | 10111 | 10111001 | 101110 | 111001 |
Color Harmonies of #60BCC4
Complementary color
Monochromatic Colors of #60BCC4
Black with #60BCC4
Text Example
Text Example
White with #60BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCC4; }
p { color: rgb(96,188,196); }
H1.HeaderClassName
{
color: #60BCC4;
}
.AnyTagClassName
{
color: #60BCC4;
}
</style>
background-color css
<style>
a { background-color: #60BCC4; }
a { background-color: rgb(96,188,196); }
div.DivClassName
{
background-color: #60BCC4;
}
.BgClassName
{
background-color: #60BCC4;
}
</style>
border-color css
<style>
span { border-color: #60BCC4; }
span { border-color: rgb(96,188,196); }
td.TdClassName
{
border-color: #60BCC4;
}
.TagClassName
{
border-color: #60BCC4;
}
</style>