Shades of Fountain Blue #60B4BC
Tints of Fountain Blue #60B4BC
RGB
CMYK
RGB Variations
Color information
#60B4BC (or 0x60B4BC) is known color: Fountain Blue. HEX triplet: 60, B4 and BC. RGB value is (96,180,188). Sum of RGB (Red+Green+Blue) = 96+180+188=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #60B4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B4BC is #9F4B43. Grayscale: #9B9B9B. Windows color (decimal): -10439492 or 12366944. OLE color: 12366944.
HSL color Cylindrical-coordinate representation of color #60B4BC: hue angle of 185.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60B4BC is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 180 | 188 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.26 |
| HSL | 185.22º | 0.41% | 0.56% | - |
| HSV(B) | 185.22º | 0.49% | 0.74% | - |
| XYZ | 30.22 | 38.76 | 53.47 | - |
| YUV | 155.8 | 146.17 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 180 | 188 | 0.49 | 0.04 | 0 | 0.26 | 185.22 | 0.41 | 0.56 |
| Hex | 60 | B4 | BC | 31 | 4 | 0 | 1A | B9 | 29 | 38 |
| Octal | 140 | 264 | 274 | 61 | 4 | 0 | 32 | 271 | 51 | 70 |
| Binary | 1100000 | 10110100 | 10111100 | 110001 | 100 | 0 | 11010 | 10111001 | 101001 | 111000 |
Color Harmonies of #60B4BC
Complementary color
Monochromatic Colors of #60B4BC
Black with #60B4BC
Text Example
Text Example
White with #60B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B4BC; }
p { color: rgb(96,180,188); }
H1.HeaderClassName
{
color: #60B4BC;
}
.AnyTagClassName
{
color: #60B4BC;
}
</style>
background-color css
<style>
a { background-color: #60B4BC; }
a { background-color: rgb(96,180,188); }
div.DivClassName
{
background-color: #60B4BC;
}
.BgClassName
{
background-color: #60B4BC;
}
</style>
border-color css
<style>
span { border-color: #60B4BC; }
span { border-color: rgb(96,180,188); }
td.TdClassName
{
border-color: #60B4BC;
}
.TagClassName
{
border-color: #60B4BC;
}
</style>