Shades of Fountain Blue #60BBC1
Tints of Fountain Blue #60BBC1
RGB
CMYK
RGB Variations
Color information
#60BBC1 (or 0x60BBC1) is known color: Fountain Blue. HEX triplet: 60, BB and C1. RGB value is (96,187,193). Sum of RGB (Red+Green+Blue) = 96+187+193=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #60BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBC1 is #9F443E. Grayscale: #A0A0A0. Windows color (decimal): -10437695 or 12696416. OLE color: 12696416.
HSL color Cylindrical-coordinate representation of color #60BBC1: hue angle of 183.71º 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 #60BBC1 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 187 | 193 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.24 |
| HSL | 183.71º | 0.44% | 0.57% | - |
| HSV(B) | 183.71º | 0.5% | 0.76% | - |
| XYZ | 32.22 | 41.88 | 56.84 | - |
| YUV | 160.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 187 | 193 | 0.50 | 0.03 | 0 | 0.24 | 183.71 | 0.44 | 0.57 |
| Hex | 60 | BB | C1 | 32 | 3 | 0 | 18 | B8 | 2C | 39 |
| Octal | 140 | 273 | 301 | 62 | 3 | 0 | 30 | 270 | 54 | 71 |
| Binary | 1100000 | 10111011 | 11000001 | 110010 | 11 | 0 | 11000 | 10111000 | 101100 | 111001 |
Color Harmonies of #60BBC1
Complementary color
Monochromatic Colors of #60BBC1
Black with #60BBC1
Text Example
Text Example
White with #60BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BBC1; }
p { color: rgb(96,187,193); }
H1.HeaderClassName
{
color: #60BBC1;
}
.AnyTagClassName
{
color: #60BBC1;
}
</style>
background-color css
<style>
a { background-color: #60BBC1; }
a { background-color: rgb(96,187,193); }
div.DivClassName
{
background-color: #60BBC1;
}
.BgClassName
{
background-color: #60BBC1;
}
</style>
border-color css
<style>
span { border-color: #60BBC1; }
span { border-color: rgb(96,187,193); }
td.TdClassName
{
border-color: #60BBC1;
}
.TagClassName
{
border-color: #60BBC1;
}
</style>