Shades of Fountain Blue #5DB1BF
Tints of Fountain Blue #5DB1BF
RGB
CMYK
RGB Variations
Color information
#5DB1BF (or 0x5DB1BF) is known color: Fountain Blue. HEX triplet: 5D, B1 and BF. RGB value is (93,177,191). Sum of RGB (Red+Green+Blue) = 93+177+191=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #5DB1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB1BF is #A24E40. Grayscale: #999999. Windows color (decimal): -10636865 or 12562781. OLE color: 12562781.
HSL color Cylindrical-coordinate representation of color #5DB1BF: hue angle of 188.57º 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 #5DB1BF is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 177 | 191 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.25 |
| HSL | 188.57º | 0.43% | 0.56% | - |
| HSV(B) | 188.57º | 0.51% | 0.75% | - |
| XYZ | 29.64 | 37.53 | 54.97 | - |
| YUV | 153.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 191 | 0.51 | 0.07 | 0 | 0.25 | 188.57 | 0.43 | 0.56 |
| Hex | 5D | B1 | BF | 33 | 7 | 0 | 19 | BD | 2B | 38 |
| Octal | 135 | 261 | 277 | 63 | 7 | 0 | 31 | 275 | 53 | 70 |
| Binary | 1011101 | 10110001 | 10111111 | 110011 | 111 | 0 | 11001 | 10111101 | 101011 | 111000 |
Color Harmonies of #5DB1BF
Complementary color
Monochromatic Colors of #5DB1BF
Black with #5DB1BF
Text Example
Text Example
White with #5DB1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB1BF; }
p { color: rgb(93,177,191); }
H1.HeaderClassName
{
color: #5DB1BF;
}
.AnyTagClassName
{
color: #5DB1BF;
}
</style>
background-color css
<style>
a { background-color: #5DB1BF; }
a { background-color: rgb(93,177,191); }
div.DivClassName
{
background-color: #5DB1BF;
}
.BgClassName
{
background-color: #5DB1BF;
}
</style>
border-color css
<style>
span { border-color: #5DB1BF; }
span { border-color: rgb(93,177,191); }
td.TdClassName
{
border-color: #5DB1BF;
}
.TagClassName
{
border-color: #5DB1BF;
}
</style>