Shades of Fountain Blue #60ADB7
Tints of Fountain Blue #60ADB7
RGB
CMYK
RGB Variations
Color information
#60ADB7 (or 0x60ADB7) is known color: Fountain Blue. HEX triplet: 60, AD and B7. RGB value is (96,173,183). Sum of RGB (Red+Green+Blue) = 96+173+183=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 183 - color contains mainly: blue. Hex color #60ADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADB7 is #9F5248. Grayscale: #979797. Windows color (decimal): -10441289 or 12037472. OLE color: 12037472.
HSL color Cylindrical-coordinate representation of color #60ADB7: hue angle of 186.9º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60ADB7 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 173 | 183 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.28 |
| HSL | 186.9º | 0.38% | 0.55% | - |
| HSV(B) | 186.9º | 0.48% | 0.72% | - |
| XYZ | 28.31 | 35.79 | 50.22 | - |
| YUV | 151.12 | 145.99 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 183 | 0.48 | 0.05 | 0 | 0.28 | 186.9 | 0.38 | 0.55 |
| Hex | 60 | AD | B7 | 30 | 5 | 0 | 1C | BB | 26 | 37 |
| Octal | 140 | 255 | 267 | 60 | 5 | 0 | 34 | 273 | 46 | 67 |
| Binary | 1100000 | 10101101 | 10110111 | 110000 | 101 | 0 | 11100 | 10111011 | 100110 | 110111 |
Color Harmonies of #60ADB7
Complementary color
Monochromatic Colors of #60ADB7
Black with #60ADB7
Text Example
Text Example
White with #60ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADB7; }
p { color: rgb(96,173,183); }
H1.HeaderClassName
{
color: #60ADB7;
}
.AnyTagClassName
{
color: #60ADB7;
}
</style>
background-color css
<style>
a { background-color: #60ADB7; }
a { background-color: rgb(96,173,183); }
div.DivClassName
{
background-color: #60ADB7;
}
.BgClassName
{
background-color: #60ADB7;
}
</style>
border-color css
<style>
span { border-color: #60ADB7; }
span { border-color: rgb(96,173,183); }
td.TdClassName
{
border-color: #60ADB7;
}
.TagClassName
{
border-color: #60ADB7;
}
</style>