Shades of Fountain Blue #60AEC0
Tints of Fountain Blue #60AEC0
RGB
CMYK
RGB Variations
Color information
#60AEC0 (or 0x60AEC0) is known color: Fountain Blue. HEX triplet: 60, AE and C0. RGB value is (96,174,192). Sum of RGB (Red+Green+Blue) = 96+174+192=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #60AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AEC0 is #9F513F. Grayscale: #989898. Windows color (decimal): -10441024 or 12627552. OLE color: 12627552.
HSL color Cylindrical-coordinate representation of color #60AEC0: hue angle of 191.25º 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 #60AEC0 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 174 | 192 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.25 |
| HSL | 191.25º | 0.43% | 0.56% | - |
| HSV(B) | 191.25º | 0.5% | 0.75% | - |
| XYZ | 29.47 | 36.56 | 55.37 | - |
| YUV | 152.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 174 | 192 | 0.50 | 0.09 | 0 | 0.25 | 191.25 | 0.43 | 0.56 |
| Hex | 60 | AE | C0 | 32 | 9 | 0 | 19 | BF | 2B | 38 |
| Octal | 140 | 256 | 300 | 62 | 11 | 0 | 31 | 277 | 53 | 70 |
| Binary | 1100000 | 10101110 | 11000000 | 110010 | 1001 | 0 | 11001 | 10111111 | 101011 | 111000 |
Color Harmonies of #60AEC0
Complementary color
Monochromatic Colors of #60AEC0
Black with #60AEC0
Text Example
Text Example
White with #60AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AEC0; }
p { color: rgb(96,174,192); }
H1.HeaderClassName
{
color: #60AEC0;
}
.AnyTagClassName
{
color: #60AEC0;
}
</style>
background-color css
<style>
a { background-color: #60AEC0; }
a { background-color: rgb(96,174,192); }
div.DivClassName
{
background-color: #60AEC0;
}
.BgClassName
{
background-color: #60AEC0;
}
</style>
border-color css
<style>
span { border-color: #60AEC0; }
span { border-color: rgb(96,174,192); }
td.TdClassName
{
border-color: #60AEC0;
}
.TagClassName
{
border-color: #60AEC0;
}
</style>