Shades of Fountain Blue #5DBFB9
Tints of Fountain Blue #5DBFB9
RGB
CMYK
RGB Variations
Color information
#5DBFB9 (or 0x5DBFB9) is known color: Fountain Blue. HEX triplet: 5D, BF and B9. RGB value is (93,191,185). Sum of RGB (Red+Green+Blue) = 93+191+185=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBFB9 is #A24046. Grayscale: #A0A0A0. Windows color (decimal): -10633287 or 12173149. OLE color: 12173149.
HSL color Cylindrical-coordinate representation of color #5DBFB9: hue angle of 176.33º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBFB9 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 185 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.25 |
| HSL | 176.33º | 0.43% | 0.56% | - |
| HSV(B) | 176.33º | 0.51% | 0.75% | - |
| XYZ | 31.9 | 43.09 | 52.54 | - |
| YUV | 161.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 185 | 0.51 | 0 | 0.03 | 0.25 | 176.33 | 0.43 | 0.56 |
| Hex | 5D | BF | B9 | 33 | 0 | 3 | 19 | B0 | 2B | 38 |
| Octal | 135 | 277 | 271 | 63 | 0 | 3 | 31 | 260 | 53 | 70 |
| Binary | 1011101 | 10111111 | 10111001 | 110011 | 0 | 11 | 11001 | 10110000 | 101011 | 111000 |
Color Harmonies of #5DBFB9
Complementary color
Monochromatic Colors of #5DBFB9
Black with #5DBFB9
Text Example
Text Example
White with #5DBFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFB9; }
p { color: rgb(93,191,185); }
H1.HeaderClassName
{
color: #5DBFB9;
}
.AnyTagClassName
{
color: #5DBFB9;
}
</style>
background-color css
<style>
a { background-color: #5DBFB9; }
a { background-color: rgb(93,191,185); }
div.DivClassName
{
background-color: #5DBFB9;
}
.BgClassName
{
background-color: #5DBFB9;
}
</style>
border-color css
<style>
span { border-color: #5DBFB9; }
span { border-color: rgb(93,191,185); }
td.TdClassName
{
border-color: #5DBFB9;
}
.TagClassName
{
border-color: #5DBFB9;
}
</style>