Shades of Fountain Blue #5DBFBB
Tints of Fountain Blue #5DBFBB
RGB
CMYK
RGB Variations
Color information
#5DBFBB (or 0x5DBFBB) is known color: Fountain Blue. HEX triplet: 5D, BF and BB. RGB value is (93,191,187). Sum of RGB (Red+Green+Blue) = 93+191+187=471 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.75% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBFBB is #A24044. Grayscale: #A1A1A1. Windows color (decimal): -10633285 or 12304221. OLE color: 12304221.
HSL color Cylindrical-coordinate representation of color #5DBFBB: hue angle of 177.55º 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 #5DBFBB is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 187 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.25 |
| HSL | 177.55º | 0.43% | 0.56% | - |
| HSV(B) | 177.55º | 0.51% | 0.75% | - |
| XYZ | 32.11 | 43.18 | 53.66 | - |
| YUV | 161.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 187 | 0.51 | 0 | 0.02 | 0.25 | 177.55 | 0.43 | 0.56 |
| Hex | 5D | BF | BB | 33 | 0 | 2 | 19 | B2 | 2B | 38 |
| Octal | 135 | 277 | 273 | 63 | 0 | 2 | 31 | 262 | 53 | 70 |
| Binary | 1011101 | 10111111 | 10111011 | 110011 | 0 | 10 | 11001 | 10110010 | 101011 | 111000 |
Color Harmonies of #5DBFBB
Complementary color
Monochromatic Colors of #5DBFBB
Black with #5DBFBB
Text Example
Text Example
White with #5DBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFBB; }
p { color: rgb(93,191,187); }
H1.HeaderClassName
{
color: #5DBFBB;
}
.AnyTagClassName
{
color: #5DBFBB;
}
</style>
background-color css
<style>
a { background-color: #5DBFBB; }
a { background-color: rgb(93,191,187); }
div.DivClassName
{
background-color: #5DBFBB;
}
.BgClassName
{
background-color: #5DBFBB;
}
</style>
border-color css
<style>
span { border-color: #5DBFBB; }
span { border-color: rgb(93,191,187); }
td.TdClassName
{
border-color: #5DBFBB;
}
.TagClassName
{
border-color: #5DBFBB;
}
</style>