Shades of Fountain Blue #5DB2BF
Tints of Fountain Blue #5DB2BF
RGB
CMYK
RGB Variations
Color information
#5DB2BF (or 0x5DB2BF) is known color: Fountain Blue. HEX triplet: 5D, B2 and BF. RGB value is (93,178,191). Sum of RGB (Red+Green+Blue) = 93+178+191=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #5DB2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB2BF is #A24D40. Grayscale: #999999. Windows color (decimal): -10636609 or 12563037. OLE color: 12563037.
HSL color Cylindrical-coordinate representation of color #5DB2BF: hue angle of 187.96º 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 #5DB2BF is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 178 | 191 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.25 |
| HSL | 187.96º | 0.43% | 0.56% | - |
| HSV(B) | 187.96º | 0.51% | 0.75% | - |
| XYZ | 29.84 | 37.93 | 55.04 | - |
| YUV | 154.07 | 148.84 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 191 | 0.51 | 0.07 | 0 | 0.25 | 187.96 | 0.43 | 0.56 |
| Hex | 5D | B2 | BF | 33 | 7 | 0 | 19 | BC | 2B | 38 |
| Octal | 135 | 262 | 277 | 63 | 7 | 0 | 31 | 274 | 53 | 70 |
| Binary | 1011101 | 10110010 | 10111111 | 110011 | 111 | 0 | 11001 | 10111100 | 101011 | 111000 |
Color Harmonies of #5DB2BF
Complementary color
Monochromatic Colors of #5DB2BF
Black with #5DB2BF
Text Example
Text Example
White with #5DB2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB2BF; }
p { color: rgb(93,178,191); }
H1.HeaderClassName
{
color: #5DB2BF;
}
.AnyTagClassName
{
color: #5DB2BF;
}
</style>
background-color css
<style>
a { background-color: #5DB2BF; }
a { background-color: rgb(93,178,191); }
div.DivClassName
{
background-color: #5DB2BF;
}
.BgClassName
{
background-color: #5DB2BF;
}
</style>
border-color css
<style>
span { border-color: #5DB2BF; }
span { border-color: rgb(93,178,191); }
td.TdClassName
{
border-color: #5DB2BF;
}
.TagClassName
{
border-color: #5DB2BF;
}
</style>