Shades of Fountain Blue #60AEC1
Tints of Fountain Blue #60AEC1
RGB
CMYK
RGB Variations
Color information
#60AEC1 (or 0x60AEC1) is known color: Fountain Blue. HEX triplet: 60, AE and C1. RGB value is (96,174,193). Sum of RGB (Red+Green+Blue) = 96+174+193=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #60AEC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AEC1 is #9F513E. Grayscale: #989898. Windows color (decimal): -10441023 or 12693088. OLE color: 12693088.
HSL color Cylindrical-coordinate representation of color #60AEC1: hue angle of 191.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60AEC1 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 174 | 193 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.24 |
| HSL | 191.75º | 0.44% | 0.57% | - |
| HSV(B) | 191.75º | 0.5% | 0.76% | - |
| XYZ | 29.59 | 36.61 | 55.96 | - |
| YUV | 152.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 174 | 193 | 0.50 | 0.10 | 0 | 0.24 | 191.75 | 0.44 | 0.57 |
| Hex | 60 | AE | C1 | 32 | A | 0 | 18 | C0 | 2C | 39 |
| Octal | 140 | 256 | 301 | 62 | 12 | 0 | 30 | 300 | 54 | 71 |
| Binary | 1100000 | 10101110 | 11000001 | 110010 | 1010 | 0 | 11000 | 11000000 | 101100 | 111001 |
Color Harmonies of #60AEC1
Complementary color
Monochromatic Colors of #60AEC1
Black with #60AEC1
Text Example
Text Example
White with #60AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AEC1; }
p { color: rgb(96,174,193); }
H1.HeaderClassName
{
color: #60AEC1;
}
.AnyTagClassName
{
color: #60AEC1;
}
</style>
background-color css
<style>
a { background-color: #60AEC1; }
a { background-color: rgb(96,174,193); }
div.DivClassName
{
background-color: #60AEC1;
}
.BgClassName
{
background-color: #60AEC1;
}
</style>
border-color css
<style>
span { border-color: #60AEC1; }
span { border-color: rgb(96,174,193); }
td.TdClassName
{
border-color: #60AEC1;
}
.TagClassName
{
border-color: #60AEC1;
}
</style>