Shades of Fountain Blue #61BDC3
Tints of Fountain Blue #61BDC3
RGB
CMYK
RGB Variations
Color information
#61BDC3 (or 0x61BDC3) is known color: Fountain Blue. HEX triplet: 61, BD and C3. RGB value is (97,189,195). Sum of RGB (Red+Green+Blue) = 97+189+195=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #61BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDC3 is #9E423C. Grayscale: #A2A2A2. Windows color (decimal): -10371645 or 12828001. OLE color: 12828001.
HSL color Cylindrical-coordinate representation of color #61BDC3: hue angle of 183.67º degrees, saturation: 0.45, 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 #61BDC3 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 189 | 195 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.24 |
| HSL | 183.67º | 0.45% | 0.57% | - |
| HSV(B) | 183.67º | 0.5% | 0.76% | - |
| XYZ | 32.98 | 42.88 | 58.17 | - |
| YUV | 162.18 | 146.52 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 195 | 0.50 | 0.03 | 0 | 0.24 | 183.67 | 0.45 | 0.57 |
| Hex | 61 | BD | C3 | 32 | 3 | 0 | 18 | B8 | 2D | 39 |
| Octal | 141 | 275 | 303 | 62 | 3 | 0 | 30 | 270 | 55 | 71 |
| Binary | 1100001 | 10111101 | 11000011 | 110010 | 11 | 0 | 11000 | 10111000 | 101101 | 111001 |
Color Harmonies of #61BDC3
Complementary color
Monochromatic Colors of #61BDC3
Black with #61BDC3
Text Example
Text Example
White with #61BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BDC3; }
p { color: rgb(97,189,195); }
H1.HeaderClassName
{
color: #61BDC3;
}
.AnyTagClassName
{
color: #61BDC3;
}
</style>
background-color css
<style>
a { background-color: #61BDC3; }
a { background-color: rgb(97,189,195); }
div.DivClassName
{
background-color: #61BDC3;
}
.BgClassName
{
background-color: #61BDC3;
}
</style>
border-color css
<style>
span { border-color: #61BDC3; }
span { border-color: rgb(97,189,195); }
td.TdClassName
{
border-color: #61BDC3;
}
.TagClassName
{
border-color: #61BDC3;
}
</style>