Shades of Fountain Blue #60B8C1
Tints of Fountain Blue #60B8C1
RGB
CMYK
RGB Variations
Color information
#60B8C1 (or 0x60B8C1) is known color: Fountain Blue. HEX triplet: 60, B8 and C1. RGB value is (96,184,193). Sum of RGB (Red+Green+Blue) = 96+184+193=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #60B8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B8C1 is #9F473E. Grayscale: #9E9E9E. Windows color (decimal): -10438463 or 12695648. OLE color: 12695648.
HSL color Cylindrical-coordinate representation of color #60B8C1: hue angle of 185.57º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60B8C1 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 184 | 193 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.24 |
| HSL | 185.57º | 0.44% | 0.57% | - |
| HSV(B) | 185.57º | 0.5% | 0.76% | - |
| XYZ | 31.59 | 40.62 | 56.63 | - |
| YUV | 158.71 | 147.35 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 193 | 0.50 | 0.05 | 0 | 0.24 | 185.57 | 0.44 | 0.57 |
| Hex | 60 | B8 | C1 | 32 | 5 | 0 | 18 | BA | 2C | 39 |
| Octal | 140 | 270 | 301 | 62 | 5 | 0 | 30 | 272 | 54 | 71 |
| Binary | 1100000 | 10111000 | 11000001 | 110010 | 101 | 0 | 11000 | 10111010 | 101100 | 111001 |
Color Harmonies of #60B8C1
Complementary color
Monochromatic Colors of #60B8C1
Black with #60B8C1
Text Example
Text Example
White with #60B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B8C1; }
p { color: rgb(96,184,193); }
H1.HeaderClassName
{
color: #60B8C1;
}
.AnyTagClassName
{
color: #60B8C1;
}
</style>
background-color css
<style>
a { background-color: #60B8C1; }
a { background-color: rgb(96,184,193); }
div.DivClassName
{
background-color: #60B8C1;
}
.BgClassName
{
background-color: #60B8C1;
}
</style>
border-color css
<style>
span { border-color: #60B8C1; }
span { border-color: rgb(96,184,193); }
td.TdClassName
{
border-color: #60B8C1;
}
.TagClassName
{
border-color: #60B8C1;
}
</style>