Shades of Fountain Blue #60A8BA
Tints of Fountain Blue #60A8BA
RGB
CMYK
RGB Variations
Color information
#60A8BA (or 0x60A8BA) is known color: Fountain Blue. HEX triplet: 60, A8 and BA. RGB value is (96,168,186). Sum of RGB (Red+Green+Blue) = 96+168+186=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #60A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A8BA is #9F5745. Grayscale: #949494. Windows color (decimal): -10442566 or 12232800. OLE color: 12232800.
HSL color Cylindrical-coordinate representation of color #60A8BA: hue angle of 192º 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 #60A8BA is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 168 | 186 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.27 |
| HSL | 192º | 0.39% | 0.55% | - |
| HSV(B) | 192º | 0.48% | 0.73% | - |
| XYZ | 27.69 | 34.04 | 51.56 | - |
| YUV | 148.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 186 | 0.48 | 0.10 | 0 | 0.27 | 192 | 0.39 | 0.55 |
| Hex | 60 | A8 | BA | 30 | A | 0 | 1B | C0 | 27 | 37 |
| Octal | 140 | 250 | 272 | 60 | 12 | 0 | 33 | 300 | 47 | 67 |
| Binary | 1100000 | 10101000 | 10111010 | 110000 | 1010 | 0 | 11011 | 11000000 | 100111 | 110111 |
Color Harmonies of #60A8BA
Complementary color
Monochromatic Colors of #60A8BA
Black with #60A8BA
Text Example
Text Example
White with #60A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8BA; }
p { color: rgb(96,168,186); }
H1.HeaderClassName
{
color: #60A8BA;
}
.AnyTagClassName
{
color: #60A8BA;
}
</style>
background-color css
<style>
a { background-color: #60A8BA; }
a { background-color: rgb(96,168,186); }
div.DivClassName
{
background-color: #60A8BA;
}
.BgClassName
{
background-color: #60A8BA;
}
</style>
border-color css
<style>
span { border-color: #60A8BA; }
span { border-color: rgb(96,168,186); }
td.TdClassName
{
border-color: #60A8BA;
}
.TagClassName
{
border-color: #60A8BA;
}
</style>