Shades of Fountain Blue #5DBDBF
Tints of Fountain Blue #5DBDBF
RGB
CMYK
RGB Variations
Color information
#5DBDBF (or 0x5DBDBF) is known color: Fountain Blue. HEX triplet: 5D, BD and BF. RGB value is (93,189,191). Sum of RGB (Red+Green+Blue) = 93+189+191=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #5DBDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDBF is #A24240. Grayscale: #A0A0A0. Windows color (decimal): -10633793 or 12565853. OLE color: 12565853.
HSL color Cylindrical-coordinate representation of color #5DBDBF: hue angle of 181.22º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBDBF is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 189 | 191 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.25 |
| HSL | 181.22º | 0.43% | 0.56% | - |
| HSV(B) | 181.22º | 0.51% | 0.75% | - |
| XYZ | 32.12 | 42.48 | 55.8 | - |
| YUV | 160.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 191 | 0.51 | 0.01 | 0 | 0.25 | 181.22 | 0.43 | 0.56 |
| Hex | 5D | BD | BF | 33 | 1 | 0 | 19 | B5 | 2B | 38 |
| Octal | 135 | 275 | 277 | 63 | 1 | 0 | 31 | 265 | 53 | 70 |
| Binary | 1011101 | 10111101 | 10111111 | 110011 | 1 | 0 | 11001 | 10110101 | 101011 | 111000 |
Color Harmonies of #5DBDBF
Complementary color
Monochromatic Colors of #5DBDBF
Black with #5DBDBF
Text Example
Text Example
White with #5DBDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDBF; }
p { color: rgb(93,189,191); }
H1.HeaderClassName
{
color: #5DBDBF;
}
.AnyTagClassName
{
color: #5DBDBF;
}
</style>
background-color css
<style>
a { background-color: #5DBDBF; }
a { background-color: rgb(93,189,191); }
div.DivClassName
{
background-color: #5DBDBF;
}
.BgClassName
{
background-color: #5DBDBF;
}
</style>
border-color css
<style>
span { border-color: #5DBDBF; }
span { border-color: rgb(93,189,191); }
td.TdClassName
{
border-color: #5DBDBF;
}
.TagClassName
{
border-color: #5DBDBF;
}
</style>