Shades of Fountain Blue #5DB0BE
Tints of Fountain Blue #5DB0BE
RGB
CMYK
RGB Variations
Color information
#5DB0BE (or 0x5DB0BE) is known color: Fountain Blue. HEX triplet: 5D, B0 and BE. RGB value is (93,176,190). Sum of RGB (Red+Green+Blue) = 93+176+190=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DB0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB0BE is #A24F41. Grayscale: #989898. Windows color (decimal): -10637122 or 12496989. OLE color: 12496989.
HSL color Cylindrical-coordinate representation of color #5DB0BE: hue angle of 188.66º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DB0BE is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 176 | 190 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.25 |
| HSL | 188.66º | 0.43% | 0.55% | - |
| HSV(B) | 188.66º | 0.51% | 0.75% | - |
| XYZ | 29.33 | 37.1 | 54.33 | - |
| YUV | 152.78 | 149 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 190 | 0.51 | 0.07 | 0 | 0.25 | 188.66 | 0.43 | 0.55 |
| Hex | 5D | B0 | BE | 33 | 7 | 0 | 19 | BD | 2B | 37 |
| Octal | 135 | 260 | 276 | 63 | 7 | 0 | 31 | 275 | 53 | 67 |
| Binary | 1011101 | 10110000 | 10111110 | 110011 | 111 | 0 | 11001 | 10111101 | 101011 | 110111 |
Color Harmonies of #5DB0BE
Complementary color
Monochromatic Colors of #5DB0BE
Black with #5DB0BE
Text Example
Text Example
White with #5DB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB0BE; }
p { color: rgb(93,176,190); }
H1.HeaderClassName
{
color: #5DB0BE;
}
.AnyTagClassName
{
color: #5DB0BE;
}
</style>
background-color css
<style>
a { background-color: #5DB0BE; }
a { background-color: rgb(93,176,190); }
div.DivClassName
{
background-color: #5DB0BE;
}
.BgClassName
{
background-color: #5DB0BE;
}
</style>
border-color css
<style>
span { border-color: #5DB0BE; }
span { border-color: rgb(93,176,190); }
td.TdClassName
{
border-color: #5DB0BE;
}
.TagClassName
{
border-color: #5DB0BE;
}
</style>