Shades of Fountain Blue #60A8BC
Tints of Fountain Blue #60A8BC
RGB
CMYK
RGB Variations
Color information
#60A8BC (or 0x60A8BC) is known color: Fountain Blue. HEX triplet: 60, A8 and BC. RGB value is (96,168,188). Sum of RGB (Red+Green+Blue) = 96+168+188=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #60A8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A8BC is #9F5743. Grayscale: #949494. Windows color (decimal): -10442564 or 12363872. OLE color: 12363872.
HSL color Cylindrical-coordinate representation of color #60A8BC: hue angle of 193.04º 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 #60A8BC is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 168 | 188 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.26 |
| HSL | 193.04º | 0.41% | 0.56% | - |
| HSV(B) | 193.04º | 0.49% | 0.74% | - |
| XYZ | 27.9 | 34.12 | 52.69 | - |
| YUV | 148.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 188 | 0.49 | 0.11 | 0 | 0.26 | 193.04 | 0.41 | 0.56 |
| Hex | 60 | A8 | BC | 31 | B | 0 | 1A | C1 | 29 | 38 |
| Octal | 140 | 250 | 274 | 61 | 13 | 0 | 32 | 301 | 51 | 70 |
| Binary | 1100000 | 10101000 | 10111100 | 110001 | 1011 | 0 | 11010 | 11000001 | 101001 | 111000 |
Color Harmonies of #60A8BC
Complementary color
Monochromatic Colors of #60A8BC
Black with #60A8BC
Text Example
Text Example
White with #60A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8BC; }
p { color: rgb(96,168,188); }
H1.HeaderClassName
{
color: #60A8BC;
}
.AnyTagClassName
{
color: #60A8BC;
}
</style>
background-color css
<style>
a { background-color: #60A8BC; }
a { background-color: rgb(96,168,188); }
div.DivClassName
{
background-color: #60A8BC;
}
.BgClassName
{
background-color: #60A8BC;
}
</style>
border-color css
<style>
span { border-color: #60A8BC; }
span { border-color: rgb(96,168,188); }
td.TdClassName
{
border-color: #60A8BC;
}
.TagClassName
{
border-color: #60A8BC;
}
</style>