Shades of Fountain Blue #60B0C1
Tints of Fountain Blue #60B0C1
RGB
CMYK
RGB Variations
Color information
#60B0C1 (or 0x60B0C1) is known color: Fountain Blue. HEX triplet: 60, B0 and C1. RGB value is (96,176,193). Sum of RGB (Red+Green+Blue) = 96+176+193=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #60B0C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B0C1 is #9F4F3E. Grayscale: #999999. Windows color (decimal): -10440511 or 12693600. OLE color: 12693600.
HSL color Cylindrical-coordinate representation of color #60B0C1: hue angle of 190.52º 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 #60B0C1 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 176 | 193 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.24 |
| HSL | 190.52º | 0.44% | 0.57% | - |
| HSV(B) | 190.52º | 0.5% | 0.76% | - |
| XYZ | 29.97 | 37.39 | 56.09 | - |
| YUV | 154.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 193 | 0.50 | 0.09 | 0 | 0.24 | 190.52 | 0.44 | 0.57 |
| Hex | 60 | B0 | C1 | 32 | 9 | 0 | 18 | BF | 2C | 39 |
| Octal | 140 | 260 | 301 | 62 | 11 | 0 | 30 | 277 | 54 | 71 |
| Binary | 1100000 | 10110000 | 11000001 | 110010 | 1001 | 0 | 11000 | 10111111 | 101100 | 111001 |
Color Harmonies of #60B0C1
Complementary color
Monochromatic Colors of #60B0C1
Black with #60B0C1
Text Example
Text Example
White with #60B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B0C1; }
p { color: rgb(96,176,193); }
H1.HeaderClassName
{
color: #60B0C1;
}
.AnyTagClassName
{
color: #60B0C1;
}
</style>
background-color css
<style>
a { background-color: #60B0C1; }
a { background-color: rgb(96,176,193); }
div.DivClassName
{
background-color: #60B0C1;
}
.BgClassName
{
background-color: #60B0C1;
}
</style>
border-color css
<style>
span { border-color: #60B0C1; }
span { border-color: rgb(96,176,193); }
td.TdClassName
{
border-color: #60B0C1;
}
.TagClassName
{
border-color: #60B0C1;
}
</style>