Shades of Fountain Blue #60AFBC
Tints of Fountain Blue #60AFBC
RGB
CMYK
RGB Variations
Color information
#60AFBC (or 0x60AFBC) is known color: Fountain Blue. HEX triplet: 60, AF and BC. RGB value is (96,175,188). Sum of RGB (Red+Green+Blue) = 96+175+188=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #60AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFBC is #9F5043. Grayscale: #989898. Windows color (decimal): -10440772 or 12365664. OLE color: 12365664.
HSL color Cylindrical-coordinate representation of color #60AFBC: hue angle of 188.48º 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 #60AFBC is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 175 | 188 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.26 |
| HSL | 188.48º | 0.41% | 0.56% | - |
| HSV(B) | 188.48º | 0.49% | 0.74% | - |
| XYZ | 29.23 | 36.78 | 53.14 | - |
| YUV | 152.86 | 147.83 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 188 | 0.49 | 0.07 | 0 | 0.26 | 188.48 | 0.41 | 0.56 |
| Hex | 60 | AF | BC | 31 | 7 | 0 | 1A | BC | 29 | 38 |
| Octal | 140 | 257 | 274 | 61 | 7 | 0 | 32 | 274 | 51 | 70 |
| Binary | 1100000 | 10101111 | 10111100 | 110001 | 111 | 0 | 11010 | 10111100 | 101001 | 111000 |
Color Harmonies of #60AFBC
Complementary color
Monochromatic Colors of #60AFBC
Black with #60AFBC
Text Example
Text Example
White with #60AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AFBC; }
p { color: rgb(96,175,188); }
H1.HeaderClassName
{
color: #60AFBC;
}
.AnyTagClassName
{
color: #60AFBC;
}
</style>
background-color css
<style>
a { background-color: #60AFBC; }
a { background-color: rgb(96,175,188); }
div.DivClassName
{
background-color: #60AFBC;
}
.BgClassName
{
background-color: #60AFBC;
}
</style>
border-color css
<style>
span { border-color: #60AFBC; }
span { border-color: rgb(96,175,188); }
td.TdClassName
{
border-color: #60AFBC;
}
.TagClassName
{
border-color: #60AFBC;
}
</style>