Shades of Fountain Blue #5DBBBF
Tints of Fountain Blue #5DBBBF
RGB
CMYK
RGB Variations
Color information
#5DBBBF (or 0x5DBBBF) is known color: Fountain Blue. HEX triplet: 5D, BB and BF. RGB value is (93,187,191). Sum of RGB (Red+Green+Blue) = 93+187+191=471 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.75% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #5DBBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBBF is #A24440. Grayscale: #9F9F9F. Windows color (decimal): -10634305 or 12565341. OLE color: 12565341.
HSL color Cylindrical-coordinate representation of color #5DBBBF: hue angle of 182.45º 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 #5DBBBF is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 187 | 191 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.25 |
| HSL | 182.45º | 0.43% | 0.56% | - |
| HSV(B) | 182.45º | 0.51% | 0.75% | - |
| XYZ | 31.69 | 41.63 | 55.66 | - |
| YUV | 159.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 191 | 0.51 | 0.02 | 0 | 0.25 | 182.45 | 0.43 | 0.56 |
| Hex | 5D | BB | BF | 33 | 2 | 0 | 19 | B6 | 2B | 38 |
| Octal | 135 | 273 | 277 | 63 | 2 | 0 | 31 | 266 | 53 | 70 |
| Binary | 1011101 | 10111011 | 10111111 | 110011 | 10 | 0 | 11001 | 10110110 | 101011 | 111000 |
Color Harmonies of #5DBBBF
Complementary color
Monochromatic Colors of #5DBBBF
Black with #5DBBBF
Text Example
Text Example
White with #5DBBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBBF; }
p { color: rgb(93,187,191); }
H1.HeaderClassName
{
color: #5DBBBF;
}
.AnyTagClassName
{
color: #5DBBBF;
}
</style>
background-color css
<style>
a { background-color: #5DBBBF; }
a { background-color: rgb(93,187,191); }
div.DivClassName
{
background-color: #5DBBBF;
}
.BgClassName
{
background-color: #5DBBBF;
}
</style>
border-color css
<style>
span { border-color: #5DBBBF; }
span { border-color: rgb(93,187,191); }
td.TdClassName
{
border-color: #5DBBBF;
}
.TagClassName
{
border-color: #5DBBBF;
}
</style>