Shades of Fountain Blue #60ADBE
Tints of Fountain Blue #60ADBE
RGB
CMYK
RGB Variations
Color information
#60ADBE (or 0x60ADBE) is known color: Fountain Blue. HEX triplet: 60, AD and BE. RGB value is (96,173,190). Sum of RGB (Red+Green+Blue) = 96+173+190=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #60ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADBE is #9F5241. Grayscale: #979797. Windows color (decimal): -10441282 or 12496224. OLE color: 12496224.
HSL color Cylindrical-coordinate representation of color #60ADBE: hue angle of 190.85º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60ADBE is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 173 | 190 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.25 |
| HSL | 190.85º | 0.42% | 0.56% | - |
| HSV(B) | 190.85º | 0.49% | 0.75% | - |
| XYZ | 29.06 | 36.09 | 54.15 | - |
| YUV | 151.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 190 | 0.49 | 0.09 | 0 | 0.25 | 190.85 | 0.42 | 0.56 |
| Hex | 60 | AD | BE | 31 | 9 | 0 | 19 | BF | 2A | 38 |
| Octal | 140 | 255 | 276 | 61 | 11 | 0 | 31 | 277 | 52 | 70 |
| Binary | 1100000 | 10101101 | 10111110 | 110001 | 1001 | 0 | 11001 | 10111111 | 101010 | 111000 |
Color Harmonies of #60ADBE
Complementary color
Monochromatic Colors of #60ADBE
Black with #60ADBE
Text Example
Text Example
White with #60ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADBE; }
p { color: rgb(96,173,190); }
H1.HeaderClassName
{
color: #60ADBE;
}
.AnyTagClassName
{
color: #60ADBE;
}
</style>
background-color css
<style>
a { background-color: #60ADBE; }
a { background-color: rgb(96,173,190); }
div.DivClassName
{
background-color: #60ADBE;
}
.BgClassName
{
background-color: #60ADBE;
}
</style>
border-color css
<style>
span { border-color: #60ADBE; }
span { border-color: rgb(96,173,190); }
td.TdClassName
{
border-color: #60ADBE;
}
.TagClassName
{
border-color: #60ADBE;
}
</style>