Shades of Fountain Blue #5DB8B9
Tints of Fountain Blue #5DB8B9
RGB
CMYK
RGB Variations
Color information
#5DB8B9 (or 0x5DB8B9) is known color: Fountain Blue. HEX triplet: 5D, B8 and B9. RGB value is (93,184,185). Sum of RGB (Red+Green+Blue) = 93+184+185=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #5DB8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB8B9 is #A24746. Grayscale: #9C9C9C. Windows color (decimal): -10635079 or 12171357. OLE color: 12171357.
HSL color Cylindrical-coordinate representation of color #5DB8B9: hue angle of 180.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB8B9 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 184 | 185 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.27 |
| HSL | 180.65º | 0.4% | 0.55% | - |
| HSV(B) | 180.65º | 0.5% | 0.73% | - |
| XYZ | 30.41 | 40.11 | 52.04 | - |
| YUV | 156.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 185 | 0.50 | 0.01 | 0 | 0.27 | 180.65 | 0.4 | 0.55 |
| Hex | 5D | B8 | B9 | 32 | 1 | 0 | 1B | B5 | 28 | 37 |
| Octal | 135 | 270 | 271 | 62 | 1 | 0 | 33 | 265 | 50 | 67 |
| Binary | 1011101 | 10111000 | 10111001 | 110010 | 1 | 0 | 11011 | 10110101 | 101000 | 110111 |
Color Harmonies of #5DB8B9
Complementary color
Monochromatic Colors of #5DB8B9
Black with #5DB8B9
Text Example
Text Example
White with #5DB8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB8B9; }
p { color: rgb(93,184,185); }
H1.HeaderClassName
{
color: #5DB8B9;
}
.AnyTagClassName
{
color: #5DB8B9;
}
</style>
background-color css
<style>
a { background-color: #5DB8B9; }
a { background-color: rgb(93,184,185); }
div.DivClassName
{
background-color: #5DB8B9;
}
.BgClassName
{
background-color: #5DB8B9;
}
</style>
border-color css
<style>
span { border-color: #5DB8B9; }
span { border-color: rgb(93,184,185); }
td.TdClassName
{
border-color: #5DB8B9;
}
.TagClassName
{
border-color: #5DB8B9;
}
</style>