Shades of Fountain Blue #5DBCBA
Tints of Fountain Blue #5DBCBA
RGB
CMYK
RGB Variations
Color information
#5DBCBA (or 0x5DBCBA) is known color: Fountain Blue. HEX triplet: 5D, BC and BA. RGB value is (93,188,186). Sum of RGB (Red+Green+Blue) = 93+188+186=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBCBA is #A24345. Grayscale: #9F9F9F. Windows color (decimal): -10634054 or 12237917. OLE color: 12237917.
HSL color Cylindrical-coordinate representation of color #5DBCBA: hue angle of 178.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBCBA is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 186 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.26 |
| HSL | 178.74º | 0.41% | 0.55% | - |
| HSV(B) | 178.74º | 0.51% | 0.74% | - |
| XYZ | 31.36 | 41.84 | 52.88 | - |
| YUV | 159.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 186 | 0.51 | 0 | 0.01 | 0.26 | 178.74 | 0.41 | 0.55 |
| Hex | 5D | BC | BA | 33 | 0 | 1 | 1A | B3 | 29 | 37 |
| Octal | 135 | 274 | 272 | 63 | 0 | 1 | 32 | 263 | 51 | 67 |
| Binary | 1011101 | 10111100 | 10111010 | 110011 | 0 | 1 | 11010 | 10110011 | 101001 | 110111 |
Color Harmonies of #5DBCBA
Complementary color
Monochromatic Colors of #5DBCBA
Black with #5DBCBA
Text Example
Text Example
White with #5DBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCBA; }
p { color: rgb(93,188,186); }
H1.HeaderClassName
{
color: #5DBCBA;
}
.AnyTagClassName
{
color: #5DBCBA;
}
</style>
background-color css
<style>
a { background-color: #5DBCBA; }
a { background-color: rgb(93,188,186); }
div.DivClassName
{
background-color: #5DBCBA;
}
.BgClassName
{
background-color: #5DBCBA;
}
</style>
border-color css
<style>
span { border-color: #5DBCBA; }
span { border-color: rgb(93,188,186); }
td.TdClassName
{
border-color: #5DBCBA;
}
.TagClassName
{
border-color: #5DBCBA;
}
</style>