Shades of Fountain Blue #5DB2BC
Tints of Fountain Blue #5DB2BC
RGB
CMYK
RGB Variations
Color information
#5DB2BC (or 0x5DB2BC) is known color: Fountain Blue. HEX triplet: 5D, B2 and BC. RGB value is (93,178,188). Sum of RGB (Red+Green+Blue) = 93+178+188=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #5DB2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB2BC is #A24D43. Grayscale: #999999. Windows color (decimal): -10636612 or 12366429. OLE color: 12366429.
HSL color Cylindrical-coordinate representation of color #5DB2BC: hue angle of 186.32º 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 #5DB2BC is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 178 | 188 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.26 |
| HSL | 186.32º | 0.41% | 0.55% | - |
| HSV(B) | 186.32º | 0.51% | 0.74% | - |
| XYZ | 29.51 | 37.8 | 53.32 | - |
| YUV | 153.73 | 147.34 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 188 | 0.51 | 0.05 | 0 | 0.26 | 186.32 | 0.41 | 0.55 |
| Hex | 5D | B2 | BC | 33 | 5 | 0 | 1A | BA | 29 | 37 |
| Octal | 135 | 262 | 274 | 63 | 5 | 0 | 32 | 272 | 51 | 67 |
| Binary | 1011101 | 10110010 | 10111100 | 110011 | 101 | 0 | 11010 | 10111010 | 101001 | 110111 |
Color Harmonies of #5DB2BC
Complementary color
Monochromatic Colors of #5DB2BC
Black with #5DB2BC
Text Example
Text Example
White with #5DB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB2BC; }
p { color: rgb(93,178,188); }
H1.HeaderClassName
{
color: #5DB2BC;
}
.AnyTagClassName
{
color: #5DB2BC;
}
</style>
background-color css
<style>
a { background-color: #5DB2BC; }
a { background-color: rgb(93,178,188); }
div.DivClassName
{
background-color: #5DB2BC;
}
.BgClassName
{
background-color: #5DB2BC;
}
</style>
border-color css
<style>
span { border-color: #5DB2BC; }
span { border-color: rgb(93,178,188); }
td.TdClassName
{
border-color: #5DB2BC;
}
.TagClassName
{
border-color: #5DB2BC;
}
</style>