Shades of Fountain Blue #60ADBB
Tints of Fountain Blue #60ADBB
RGB
CMYK
RGB Variations
Color information
#60ADBB (or 0x60ADBB) is known color: Fountain Blue. HEX triplet: 60, AD and BB. RGB value is (96,173,187). Sum of RGB (Red+Green+Blue) = 96+173+187=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #60ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADBB is #9F5244. Grayscale: #979797. Windows color (decimal): -10441285 or 12299616. OLE color: 12299616.
HSL color Cylindrical-coordinate representation of color #60ADBB: hue angle of 189.23º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60ADBB is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 173 | 187 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.27 |
| HSL | 189.23º | 0.4% | 0.55% | - |
| HSV(B) | 189.23º | 0.49% | 0.73% | - |
| XYZ | 28.74 | 35.96 | 52.44 | - |
| YUV | 151.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 187 | 0.49 | 0.07 | 0 | 0.27 | 189.23 | 0.4 | 0.55 |
| Hex | 60 | AD | BB | 31 | 7 | 0 | 1B | BD | 28 | 37 |
| Octal | 140 | 255 | 273 | 61 | 7 | 0 | 33 | 275 | 50 | 67 |
| Binary | 1100000 | 10101101 | 10111011 | 110001 | 111 | 0 | 11011 | 10111101 | 101000 | 110111 |
Color Harmonies of #60ADBB
Complementary color
Monochromatic Colors of #60ADBB
Black with #60ADBB
Text Example
Text Example
White with #60ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADBB; }
p { color: rgb(96,173,187); }
H1.HeaderClassName
{
color: #60ADBB;
}
.AnyTagClassName
{
color: #60ADBB;
}
</style>
background-color css
<style>
a { background-color: #60ADBB; }
a { background-color: rgb(96,173,187); }
div.DivClassName
{
background-color: #60ADBB;
}
.BgClassName
{
background-color: #60ADBB;
}
</style>
border-color css
<style>
span { border-color: #60ADBB; }
span { border-color: rgb(96,173,187); }
td.TdClassName
{
border-color: #60ADBB;
}
.TagClassName
{
border-color: #60ADBB;
}
</style>