Shades of Fountain Blue #5DB0BF
Tints of Fountain Blue #5DB0BF
RGB
CMYK
RGB Variations
Color information
#5DB0BF (or 0x5DB0BF) is known color: Fountain Blue. HEX triplet: 5D, B0 and BF. RGB value is (93,176,191). Sum of RGB (Red+Green+Blue) = 93+176+191=460 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.22% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #5DB0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB0BF is #A24F40. Grayscale: #989898. Windows color (decimal): -10637121 or 12562525. OLE color: 12562525.
HSL color Cylindrical-coordinate representation of color #5DB0BF: hue angle of 189.18º 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 #5DB0BF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 176 | 191 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.25 |
| HSL | 189.18º | 0.43% | 0.56% | - |
| HSV(B) | 189.18º | 0.51% | 0.75% | - |
| XYZ | 29.44 | 37.14 | 54.91 | - |
| YUV | 152.89 | 149.5 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 191 | 0.51 | 0.08 | 0 | 0.25 | 189.18 | 0.43 | 0.56 |
| Hex | 5D | B0 | BF | 33 | 8 | 0 | 19 | BD | 2B | 38 |
| Octal | 135 | 260 | 277 | 63 | 10 | 0 | 31 | 275 | 53 | 70 |
| Binary | 1011101 | 10110000 | 10111111 | 110011 | 1000 | 0 | 11001 | 10111101 | 101011 | 111000 |
Color Harmonies of #5DB0BF
Complementary color
Monochromatic Colors of #5DB0BF
Black with #5DB0BF
Text Example
Text Example
White with #5DB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB0BF; }
p { color: rgb(93,176,191); }
H1.HeaderClassName
{
color: #5DB0BF;
}
.AnyTagClassName
{
color: #5DB0BF;
}
</style>
background-color css
<style>
a { background-color: #5DB0BF; }
a { background-color: rgb(93,176,191); }
div.DivClassName
{
background-color: #5DB0BF;
}
.BgClassName
{
background-color: #5DB0BF;
}
</style>
border-color css
<style>
span { border-color: #5DB0BF; }
span { border-color: rgb(93,176,191); }
td.TdClassName
{
border-color: #5DB0BF;
}
.TagClassName
{
border-color: #5DB0BF;
}
</style>