Shades of Fountain Blue #60A9BA
Tints of Fountain Blue #60A9BA
RGB
CMYK
RGB Variations
Color information
#60A9BA (or 0x60A9BA) is known color: Fountain Blue. HEX triplet: 60, A9 and BA. RGB value is (96,169,186). Sum of RGB (Red+Green+Blue) = 96+169+186=451 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.29% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #60A9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A9BA is #9F5645. Grayscale: #949494. Windows color (decimal): -10442310 or 12233056. OLE color: 12233056.
HSL color Cylindrical-coordinate representation of color #60A9BA: hue angle of 191.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60A9BA is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 169 | 186 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.27 |
| HSL | 191.33º | 0.39% | 0.55% | - |
| HSV(B) | 191.33º | 0.48% | 0.73% | - |
| XYZ | 27.87 | 34.41 | 51.63 | - |
| YUV | 149.11 | 148.82 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 169 | 186 | 0.48 | 0.09 | 0 | 0.27 | 191.33 | 0.39 | 0.55 |
| Hex | 60 | A9 | BA | 30 | 9 | 0 | 1B | BF | 27 | 37 |
| Octal | 140 | 251 | 272 | 60 | 11 | 0 | 33 | 277 | 47 | 67 |
| Binary | 1100000 | 10101001 | 10111010 | 110000 | 1001 | 0 | 11011 | 10111111 | 100111 | 110111 |
Color Harmonies of #60A9BA
Complementary color
Monochromatic Colors of #60A9BA
Black with #60A9BA
Text Example
Text Example
White with #60A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A9BA; }
p { color: rgb(96,169,186); }
H1.HeaderClassName
{
color: #60A9BA;
}
.AnyTagClassName
{
color: #60A9BA;
}
</style>
background-color css
<style>
a { background-color: #60A9BA; }
a { background-color: rgb(96,169,186); }
div.DivClassName
{
background-color: #60A9BA;
}
.BgClassName
{
background-color: #60A9BA;
}
</style>
border-color css
<style>
span { border-color: #60A9BA; }
span { border-color: rgb(96,169,186); }
td.TdClassName
{
border-color: #60A9BA;
}
.TagClassName
{
border-color: #60A9BA;
}
</style>