Shades of Fountain Blue #61B3BD
Tints of Fountain Blue #61B3BD
RGB
CMYK
RGB Variations
Color information
#61B3BD (or 0x61B3BD) is known color: Fountain Blue. HEX triplet: 61, B3 and BD. RGB value is (97,179,189). Sum of RGB (Red+Green+Blue) = 97+179+189=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #61B3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B3BD is #9E4C42. Grayscale: #9B9B9B. Windows color (decimal): -10374211 or 12432225. OLE color: 12432225.
HSL color Cylindrical-coordinate representation of color #61B3BD: hue angle of 186.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61B3BD is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 179 | 189 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.26 |
| HSL | 186.52º | 0.41% | 0.56% | - |
| HSV(B) | 186.52º | 0.49% | 0.74% | - |
| XYZ | 30.24 | 38.46 | 53.97 | - |
| YUV | 155.62 | 146.83 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 179 | 189 | 0.49 | 0.05 | 0 | 0.26 | 186.52 | 0.41 | 0.56 |
| Hex | 61 | B3 | BD | 31 | 5 | 0 | 1A | BB | 29 | 38 |
| Octal | 141 | 263 | 275 | 61 | 5 | 0 | 32 | 273 | 51 | 70 |
| Binary | 1100001 | 10110011 | 10111101 | 110001 | 101 | 0 | 11010 | 10111011 | 101001 | 111000 |
Color Harmonies of #61B3BD
Complementary color
Monochromatic Colors of #61B3BD
Black with #61B3BD
Text Example
Text Example
White with #61B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B3BD; }
p { color: rgb(97,179,189); }
H1.HeaderClassName
{
color: #61B3BD;
}
.AnyTagClassName
{
color: #61B3BD;
}
</style>
background-color css
<style>
a { background-color: #61B3BD; }
a { background-color: rgb(97,179,189); }
div.DivClassName
{
background-color: #61B3BD;
}
.BgClassName
{
background-color: #61B3BD;
}
</style>
border-color css
<style>
span { border-color: #61B3BD; }
span { border-color: rgb(97,179,189); }
td.TdClassName
{
border-color: #61B3BD;
}
.TagClassName
{
border-color: #61B3BD;
}
</style>