Shades of Fountain Blue #5DB3BC
Tints of Fountain Blue #5DB3BC
RGB
CMYK
RGB Variations
Color information
#5DB3BC (or 0x5DB3BC) is known color: Fountain Blue. HEX triplet: 5D, B3 and BC. RGB value is (93,179,188). Sum of RGB (Red+Green+Blue) = 93+179+188=460 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.22% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #5DB3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB3BC is #A24C43. Grayscale: #9A9A9A. Windows color (decimal): -10636356 or 12366685. OLE color: 12366685.
HSL color Cylindrical-coordinate representation of color #5DB3BC: hue angle of 185.68º 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 #5DB3BC is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 179 | 188 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.26 |
| HSL | 185.68º | 0.41% | 0.55% | - |
| HSV(B) | 185.68º | 0.51% | 0.74% | - |
| XYZ | 29.71 | 38.2 | 53.38 | - |
| YUV | 154.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 188 | 0.51 | 0.05 | 0 | 0.26 | 185.68 | 0.41 | 0.55 |
| Hex | 5D | B3 | BC | 33 | 5 | 0 | 1A | BA | 29 | 37 |
| Octal | 135 | 263 | 274 | 63 | 5 | 0 | 32 | 272 | 51 | 67 |
| Binary | 1011101 | 10110011 | 10111100 | 110011 | 101 | 0 | 11010 | 10111010 | 101001 | 110111 |
Color Harmonies of #5DB3BC
Complementary color
Monochromatic Colors of #5DB3BC
Black with #5DB3BC
Text Example
Text Example
White with #5DB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB3BC; }
p { color: rgb(93,179,188); }
H1.HeaderClassName
{
color: #5DB3BC;
}
.AnyTagClassName
{
color: #5DB3BC;
}
</style>
background-color css
<style>
a { background-color: #5DB3BC; }
a { background-color: rgb(93,179,188); }
div.DivClassName
{
background-color: #5DB3BC;
}
.BgClassName
{
background-color: #5DB3BC;
}
</style>
border-color css
<style>
span { border-color: #5DB3BC; }
span { border-color: rgb(93,179,188); }
td.TdClassName
{
border-color: #5DB3BC;
}
.TagClassName
{
border-color: #5DB3BC;
}
</style>