Shades of Fountain Blue #60ABBC
Tints of Fountain Blue #60ABBC
RGB
CMYK
RGB Variations
Color information
#60ABBC (or 0x60ABBC) is known color: Fountain Blue. HEX triplet: 60, AB and BC. RGB value is (96,171,188). Sum of RGB (Red+Green+Blue) = 96+171+188=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #60ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABBC is #9F5443. Grayscale: #969696. Windows color (decimal): -10441796 or 12364640. OLE color: 12364640.
HSL color Cylindrical-coordinate representation of color #60ABBC: hue angle of 191.09º 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 #60ABBC is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 171 | 188 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.26 |
| HSL | 191.09º | 0.41% | 0.56% | - |
| HSV(B) | 191.09º | 0.49% | 0.74% | - |
| XYZ | 28.46 | 35.24 | 52.88 | - |
| YUV | 150.51 | 149.15 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 188 | 0.49 | 0.09 | 0 | 0.26 | 191.09 | 0.41 | 0.56 |
| Hex | 60 | AB | BC | 31 | 9 | 0 | 1A | BF | 29 | 38 |
| Octal | 140 | 253 | 274 | 61 | 11 | 0 | 32 | 277 | 51 | 70 |
| Binary | 1100000 | 10101011 | 10111100 | 110001 | 1001 | 0 | 11010 | 10111111 | 101001 | 111000 |
Color Harmonies of #60ABBC
Complementary color
Monochromatic Colors of #60ABBC
Black with #60ABBC
Text Example
Text Example
White with #60ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABBC; }
p { color: rgb(96,171,188); }
H1.HeaderClassName
{
color: #60ABBC;
}
.AnyTagClassName
{
color: #60ABBC;
}
</style>
background-color css
<style>
a { background-color: #60ABBC; }
a { background-color: rgb(96,171,188); }
div.DivClassName
{
background-color: #60ABBC;
}
.BgClassName
{
background-color: #60ABBC;
}
</style>
border-color css
<style>
span { border-color: #60ABBC; }
span { border-color: rgb(96,171,188); }
td.TdClassName
{
border-color: #60ABBC;
}
.TagClassName
{
border-color: #60ABBC;
}
</style>