Shades of Fountain Blue #60AEBC
Tints of Fountain Blue #60AEBC
RGB
CMYK
RGB Variations
Color information
#60AEBC (or 0x60AEBC) is known color: Fountain Blue. HEX triplet: 60, AE and BC. RGB value is (96,174,188). Sum of RGB (Red+Green+Blue) = 96+174+188=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #60AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AEBC is #9F5143. Grayscale: #989898. Windows color (decimal): -10441028 or 12365408. OLE color: 12365408.
HSL color Cylindrical-coordinate representation of color #60AEBC: hue angle of 189.13º 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 #60AEBC is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 174 | 188 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.26 |
| HSL | 189.13º | 0.41% | 0.56% | - |
| HSV(B) | 189.13º | 0.49% | 0.74% | - |
| XYZ | 29.04 | 36.39 | 53.07 | - |
| YUV | 152.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 174 | 188 | 0.49 | 0.07 | 0 | 0.26 | 189.13 | 0.41 | 0.56 |
| Hex | 60 | AE | BC | 31 | 7 | 0 | 1A | BD | 29 | 38 |
| Octal | 140 | 256 | 274 | 61 | 7 | 0 | 32 | 275 | 51 | 70 |
| Binary | 1100000 | 10101110 | 10111100 | 110001 | 111 | 0 | 11010 | 10111101 | 101001 | 111000 |
Color Harmonies of #60AEBC
Complementary color
Monochromatic Colors of #60AEBC
Black with #60AEBC
Text Example
Text Example
White with #60AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AEBC; }
p { color: rgb(96,174,188); }
H1.HeaderClassName
{
color: #60AEBC;
}
.AnyTagClassName
{
color: #60AEBC;
}
</style>
background-color css
<style>
a { background-color: #60AEBC; }
a { background-color: rgb(96,174,188); }
div.DivClassName
{
background-color: #60AEBC;
}
.BgClassName
{
background-color: #60AEBC;
}
</style>
border-color css
<style>
span { border-color: #60AEBC; }
span { border-color: rgb(96,174,188); }
td.TdClassName
{
border-color: #60AEBC;
}
.TagClassName
{
border-color: #60AEBC;
}
</style>