Shades of Fountain Blue #5DBBBB
Tints of Fountain Blue #5DBBBB
RGB
CMYK
RGB Variations
Color information
#5DBBBB (or 0x5DBBBB) is known color: Fountain Blue. HEX triplet: 5D, BB and BB. RGB value is (93,187,187). Sum of RGB (Red+Green+Blue) = 93+187+187=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #5DBBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBBB is #A24444. Grayscale: #9E9E9E. Windows color (decimal): -10634309 or 12303197. OLE color: 12303197.
HSL color Cylindrical-coordinate representation of color #5DBBBB: hue angle of 180º degrees, saturation: 0.41, 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 #5DBBBB is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 187 | - |
| CMYK | 0.50 | 0 | 0 | 0.27 |
| HSL | 180º | 0.41% | 0.55% | - |
| HSV(B) | 180º | 0.5% | 0.73% | - |
| XYZ | 31.25 | 41.46 | 53.37 | - |
| YUV | 158.89 | 143.86 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 187 | 0.50 | 0 | 0 | 0.27 | 180 | 0.41 | 0.55 |
| Hex | 5D | BB | BB | 32 | 0 | 0 | 1B | B4 | 29 | 37 |
| Octal | 135 | 273 | 273 | 62 | 0 | 0 | 33 | 264 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10111011 | 110010 | 0 | 0 | 11011 | 10110100 | 101001 | 110111 |
Color Harmonies of #5DBBBB
Complementary color
Monochromatic Colors of #5DBBBB
Black with #5DBBBB
Text Example
Text Example
White with #5DBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBBB; }
p { color: rgb(93,187,187); }
H1.HeaderClassName
{
color: #5DBBBB;
}
.AnyTagClassName
{
color: #5DBBBB;
}
</style>
background-color css
<style>
a { background-color: #5DBBBB; }
a { background-color: rgb(93,187,187); }
div.DivClassName
{
background-color: #5DBBBB;
}
.BgClassName
{
background-color: #5DBBBB;
}
</style>
border-color css
<style>
span { border-color: #5DBBBB; }
span { border-color: rgb(93,187,187); }
td.TdClassName
{
border-color: #5DBBBB;
}
.TagClassName
{
border-color: #5DBBBB;
}
</style>