Shades of Fountain Blue #60ACC0
Tints of Fountain Blue #60ACC0
RGB
CMYK
RGB Variations
Color information
#60ACC0 (or 0x60ACC0) is known color: Fountain Blue. HEX triplet: 60, AC and C0. RGB value is (96,172,192). Sum of RGB (Red+Green+Blue) = 96+172+192=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #60ACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACC0 is #9F533F. Grayscale: #979797. Windows color (decimal): -10441536 or 12627040. OLE color: 12627040.
HSL color Cylindrical-coordinate representation of color #60ACC0: hue angle of 192.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60ACC0 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 172 | 192 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.25 |
| HSL | 192.5º | 0.43% | 0.56% | - |
| HSV(B) | 192.5º | 0.5% | 0.75% | - |
| XYZ | 29.09 | 35.8 | 55.25 | - |
| YUV | 151.56 | 150.82 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 192 | 0.50 | 0.10 | 0 | 0.25 | 192.5 | 0.43 | 0.56 |
| Hex | 60 | AC | C0 | 32 | A | 0 | 19 | C0 | 2B | 38 |
| Octal | 140 | 254 | 300 | 62 | 12 | 0 | 31 | 300 | 53 | 70 |
| Binary | 1100000 | 10101100 | 11000000 | 110010 | 1010 | 0 | 11001 | 11000000 | 101011 | 111000 |
Color Harmonies of #60ACC0
Complementary color
Monochromatic Colors of #60ACC0
Black with #60ACC0
Text Example
Text Example
White with #60ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ACC0; }
p { color: rgb(96,172,192); }
H1.HeaderClassName
{
color: #60ACC0;
}
.AnyTagClassName
{
color: #60ACC0;
}
</style>
background-color css
<style>
a { background-color: #60ACC0; }
a { background-color: rgb(96,172,192); }
div.DivClassName
{
background-color: #60ACC0;
}
.BgClassName
{
background-color: #60ACC0;
}
</style>
border-color css
<style>
span { border-color: #60ACC0; }
span { border-color: rgb(96,172,192); }
td.TdClassName
{
border-color: #60ACC0;
}
.TagClassName
{
border-color: #60ACC0;
}
</style>