Shades of Fountain Blue #61ADC1
Tints of Fountain Blue #61ADC1
RGB
CMYK
RGB Variations
Color information
#61ADC1 (or 0x61ADC1) is known color: Fountain Blue. HEX triplet: 61, AD and C1. RGB value is (97,173,193). Sum of RGB (Red+Green+Blue) = 97+173+193=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 173 (67.97% from 255 or 37.37% 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 #61ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADC1 is #9E523E. Grayscale: #989898. Windows color (decimal): -10375743 or 12692833. OLE color: 12692833.
HSL color Cylindrical-coordinate representation of color #61ADC1: hue angle of 192.5º 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 #61ADC1 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 173 | 193 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.24 |
| HSL | 192.5º | 0.44% | 0.57% | - |
| HSV(B) | 192.5º | 0.5% | 0.76% | - |
| XYZ | 29.5 | 36.28 | 55.9 | - |
| YUV | 152.56 | 150.82 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 193 | 0.50 | 0.10 | 0 | 0.24 | 192.5 | 0.44 | 0.57 |
| Hex | 61 | AD | C1 | 32 | A | 0 | 18 | C0 | 2C | 39 |
| Octal | 141 | 255 | 301 | 62 | 12 | 0 | 30 | 300 | 54 | 71 |
| Binary | 1100001 | 10101101 | 11000001 | 110010 | 1010 | 0 | 11000 | 11000000 | 101100 | 111001 |
Color Harmonies of #61ADC1
Complementary color
Monochromatic Colors of #61ADC1
Black with #61ADC1
Text Example
Text Example
White with #61ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADC1; }
p { color: rgb(97,173,193); }
H1.HeaderClassName
{
color: #61ADC1;
}
.AnyTagClassName
{
color: #61ADC1;
}
</style>
background-color css
<style>
a { background-color: #61ADC1; }
a { background-color: rgb(97,173,193); }
div.DivClassName
{
background-color: #61ADC1;
}
.BgClassName
{
background-color: #61ADC1;
}
</style>
border-color css
<style>
span { border-color: #61ADC1; }
span { border-color: rgb(97,173,193); }
td.TdClassName
{
border-color: #61ADC1;
}
.TagClassName
{
border-color: #61ADC1;
}
</style>