Shades of Fountain Blue #5DB6BC
Tints of Fountain Blue #5DB6BC
RGB
CMYK
RGB Variations
Color information
#5DB6BC (or 0x5DB6BC) is known color: Fountain Blue. HEX triplet: 5D, B6 and BC. RGB value is (93,182,188). Sum of RGB (Red+Green+Blue) = 93+182+188=463 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.09% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #5DB6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB6BC is #A24943. Grayscale: #9B9B9B. Windows color (decimal): -10635588 or 12367453. OLE color: 12367453.
HSL color Cylindrical-coordinate representation of color #5DB6BC: hue angle of 183.79º 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 #5DB6BC is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 182 | 188 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.26 |
| HSL | 183.79º | 0.41% | 0.55% | - |
| HSV(B) | 183.79º | 0.51% | 0.74% | - |
| XYZ | 30.32 | 39.41 | 53.59 | - |
| YUV | 156.07 | 146.01 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 182 | 188 | 0.51 | 0.03 | 0 | 0.26 | 183.79 | 0.41 | 0.55 |
| Hex | 5D | B6 | BC | 33 | 3 | 0 | 1A | B8 | 29 | 37 |
| Octal | 135 | 266 | 274 | 63 | 3 | 0 | 32 | 270 | 51 | 67 |
| Binary | 1011101 | 10110110 | 10111100 | 110011 | 11 | 0 | 11010 | 10111000 | 101001 | 110111 |
Color Harmonies of #5DB6BC
Complementary color
Monochromatic Colors of #5DB6BC
Black with #5DB6BC
Text Example
Text Example
White with #5DB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB6BC; }
p { color: rgb(93,182,188); }
H1.HeaderClassName
{
color: #5DB6BC;
}
.AnyTagClassName
{
color: #5DB6BC;
}
</style>
background-color css
<style>
a { background-color: #5DB6BC; }
a { background-color: rgb(93,182,188); }
div.DivClassName
{
background-color: #5DB6BC;
}
.BgClassName
{
background-color: #5DB6BC;
}
</style>
border-color css
<style>
span { border-color: #5DB6BC; }
span { border-color: rgb(93,182,188); }
td.TdClassName
{
border-color: #5DB6BC;
}
.TagClassName
{
border-color: #5DB6BC;
}
</style>