Shades of Fountain Blue #5DB3B9
Tints of Fountain Blue #5DB3B9
RGB
CMYK
RGB Variations
Color information
#5DB3B9 (or 0x5DB3B9) is known color: Fountain Blue. HEX triplet: 5D, B3 and B9. RGB value is (93,179,185). Sum of RGB (Red+Green+Blue) = 93+179+185=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #5DB3B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB3B9 is #A24C46. Grayscale: #999999. Windows color (decimal): -10636359 or 12170077. OLE color: 12170077.
HSL color Cylindrical-coordinate representation of color #5DB3B9: hue angle of 183.91º 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 #5DB3B9 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 179 | 185 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.27 |
| HSL | 183.91º | 0.4% | 0.55% | - |
| HSV(B) | 183.91º | 0.5% | 0.73% | - |
| XYZ | 29.39 | 38.07 | 51.7 | - |
| YUV | 153.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 185 | 0.50 | 0.03 | 0 | 0.27 | 183.91 | 0.4 | 0.55 |
| Hex | 5D | B3 | B9 | 32 | 3 | 0 | 1B | B8 | 28 | 37 |
| Octal | 135 | 263 | 271 | 62 | 3 | 0 | 33 | 270 | 50 | 67 |
| Binary | 1011101 | 10110011 | 10111001 | 110010 | 11 | 0 | 11011 | 10111000 | 101000 | 110111 |
Color Harmonies of #5DB3B9
Complementary color
Monochromatic Colors of #5DB3B9
Black with #5DB3B9
Text Example
Text Example
White with #5DB3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB3B9; }
p { color: rgb(93,179,185); }
H1.HeaderClassName
{
color: #5DB3B9;
}
.AnyTagClassName
{
color: #5DB3B9;
}
</style>
background-color css
<style>
a { background-color: #5DB3B9; }
a { background-color: rgb(93,179,185); }
div.DivClassName
{
background-color: #5DB3B9;
}
.BgClassName
{
background-color: #5DB3B9;
}
</style>
border-color css
<style>
span { border-color: #5DB3B9; }
span { border-color: rgb(93,179,185); }
td.TdClassName
{
border-color: #5DB3B9;
}
.TagClassName
{
border-color: #5DB3B9;
}
</style>