Shades of Fountain Blue #5DBBB8
Tints of Fountain Blue #5DBBB8
RGB
CMYK
RGB Variations
Color information
#5DBBB8 (or 0x5DBBB8) is known color: Fountain Blue. HEX triplet: 5D, BB and B8. RGB value is (93,187,184). Sum of RGB (Red+Green+Blue) = 93+187+184=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBB8 is #A24447. Grayscale: #9E9E9E. Windows color (decimal): -10634312 or 12106589. OLE color: 12106589.
HSL color Cylindrical-coordinate representation of color #5DBBB8: hue angle of 178.09º 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 #5DBBB8 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 184 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.27 |
| HSL | 178.09º | 0.41% | 0.55% | - |
| HSV(B) | 178.09º | 0.5% | 0.73% | - |
| XYZ | 30.94 | 41.33 | 51.69 | - |
| YUV | 158.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 184 | 0.50 | 0 | 0.02 | 0.27 | 178.09 | 0.41 | 0.55 |
| Hex | 5D | BB | B8 | 32 | 0 | 2 | 1B | B2 | 29 | 37 |
| Octal | 135 | 273 | 270 | 62 | 0 | 2 | 33 | 262 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10111000 | 110010 | 0 | 10 | 11011 | 10110010 | 101001 | 110111 |
Color Harmonies of #5DBBB8
Complementary color
Monochromatic Colors of #5DBBB8
Black with #5DBBB8
Text Example
Text Example
White with #5DBBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBB8; }
p { color: rgb(93,187,184); }
H1.HeaderClassName
{
color: #5DBBB8;
}
.AnyTagClassName
{
color: #5DBBB8;
}
</style>
background-color css
<style>
a { background-color: #5DBBB8; }
a { background-color: rgb(93,187,184); }
div.DivClassName
{
background-color: #5DBBB8;
}
.BgClassName
{
background-color: #5DBBB8;
}
</style>
border-color css
<style>
span { border-color: #5DBBB8; }
span { border-color: rgb(93,187,184); }
td.TdClassName
{
border-color: #5DBBB8;
}
.TagClassName
{
border-color: #5DBBB8;
}
</style>