Shades of Fountain Blue #60AABD
Tints of Fountain Blue #60AABD
RGB
CMYK
RGB Variations
Color information
#60AABD (or 0x60AABD) is known color: Fountain Blue. HEX triplet: 60, AA and BD. RGB value is (96,170,189). Sum of RGB (Red+Green+Blue) = 96+170+189=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #60AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AABD is #9F5542. Grayscale: #959595. Windows color (decimal): -10442051 or 12429920. OLE color: 12429920.
HSL color Cylindrical-coordinate representation of color #60AABD: hue angle of 192.26º 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 #60AABD is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 170 | 189 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.26 |
| HSL | 192.26º | 0.41% | 0.56% | - |
| HSV(B) | 192.26º | 0.49% | 0.74% | - |
| XYZ | 28.38 | 34.91 | 53.39 | - |
| YUV | 150.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 189 | 0.49 | 0.10 | 0 | 0.26 | 192.26 | 0.41 | 0.56 |
| Hex | 60 | AA | BD | 31 | A | 0 | 1A | C0 | 29 | 38 |
| Octal | 140 | 252 | 275 | 61 | 12 | 0 | 32 | 300 | 51 | 70 |
| Binary | 1100000 | 10101010 | 10111101 | 110001 | 1010 | 0 | 11010 | 11000000 | 101001 | 111000 |
Color Harmonies of #60AABD
Complementary color
Monochromatic Colors of #60AABD
Black with #60AABD
Text Example
Text Example
White with #60AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AABD; }
p { color: rgb(96,170,189); }
H1.HeaderClassName
{
color: #60AABD;
}
.AnyTagClassName
{
color: #60AABD;
}
</style>
background-color css
<style>
a { background-color: #60AABD; }
a { background-color: rgb(96,170,189); }
div.DivClassName
{
background-color: #60AABD;
}
.BgClassName
{
background-color: #60AABD;
}
</style>
border-color css
<style>
span { border-color: #60AABD; }
span { border-color: rgb(96,170,189); }
td.TdClassName
{
border-color: #60AABD;
}
.TagClassName
{
border-color: #60AABD;
}
</style>