Shades of Fountain Blue #5DBCB5
Tints of Fountain Blue #5DBCB5
RGB
CMYK
RGB Variations
Color information
#5DBCB5 (or 0x5DBCB5) is known color: Fountain Blue. HEX triplet: 5D, BC and B5. RGB value is (93,188,181). Sum of RGB (Red+Green+Blue) = 93+188+181=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBCB5 is #A2434A. Grayscale: #9E9E9E. Windows color (decimal): -10634059 or 11910237. OLE color: 11910237.
HSL color Cylindrical-coordinate representation of color #5DBCB5: hue angle of 175.58º 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 #5DBCB5 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 181 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.26 |
| HSL | 175.58º | 0.41% | 0.55% | - |
| HSV(B) | 175.58º | 0.51% | 0.74% | - |
| XYZ | 30.84 | 41.63 | 50.13 | - |
| YUV | 158.8 | 140.53 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 181 | 0.51 | 0 | 0.04 | 0.26 | 175.58 | 0.41 | 0.55 |
| Hex | 5D | BC | B5 | 33 | 0 | 4 | 1A | B0 | 29 | 37 |
| Octal | 135 | 274 | 265 | 63 | 0 | 4 | 32 | 260 | 51 | 67 |
| Binary | 1011101 | 10111100 | 10110101 | 110011 | 0 | 100 | 11010 | 10110000 | 101001 | 110111 |
Color Harmonies of #5DBCB5
Complementary color
Monochromatic Colors of #5DBCB5
Black with #5DBCB5
Text Example
Text Example
White with #5DBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCB5; }
p { color: rgb(93,188,181); }
H1.HeaderClassName
{
color: #5DBCB5;
}
.AnyTagClassName
{
color: #5DBCB5;
}
</style>
background-color css
<style>
a { background-color: #5DBCB5; }
a { background-color: rgb(93,188,181); }
div.DivClassName
{
background-color: #5DBCB5;
}
.BgClassName
{
background-color: #5DBCB5;
}
</style>
border-color css
<style>
span { border-color: #5DBCB5; }
span { border-color: rgb(93,188,181); }
td.TdClassName
{
border-color: #5DBCB5;
}
.TagClassName
{
border-color: #5DBCB5;
}
</style>