Shades of Fountain Blue #5DBBBC
Tints of Fountain Blue #5DBBBC
RGB
CMYK
RGB Variations
Color information
#5DBBBC (or 0x5DBBBC) is known color: Fountain Blue. HEX triplet: 5D, BB and BC. RGB value is (93,187,188). Sum of RGB (Red+Green+Blue) = 93+187+188=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #5DBBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBBC is #A24443. Grayscale: #9E9E9E. Windows color (decimal): -10634308 or 12368733. OLE color: 12368733.
HSL color Cylindrical-coordinate representation of color #5DBBBC: hue angle of 180.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBBBC is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 187 | 188 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.26 |
| HSL | 180.63º | 0.41% | 0.55% | - |
| HSV(B) | 180.63º | 0.51% | 0.74% | - |
| XYZ | 31.36 | 41.5 | 53.93 | - |
| YUV | 159.01 | 144.36 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 188 | 0.51 | 0.01 | 0 | 0.26 | 180.63 | 0.41 | 0.55 |
| Hex | 5D | BB | BC | 33 | 1 | 0 | 1A | B5 | 29 | 37 |
| Octal | 135 | 273 | 274 | 63 | 1 | 0 | 32 | 265 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10111100 | 110011 | 1 | 0 | 11010 | 10110101 | 101001 | 110111 |
Color Harmonies of #5DBBBC
Complementary color
Monochromatic Colors of #5DBBBC
Black with #5DBBBC
Text Example
Text Example
White with #5DBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBBC; }
p { color: rgb(93,187,188); }
H1.HeaderClassName
{
color: #5DBBBC;
}
.AnyTagClassName
{
color: #5DBBBC;
}
</style>
background-color css
<style>
a { background-color: #5DBBBC; }
a { background-color: rgb(93,187,188); }
div.DivClassName
{
background-color: #5DBBBC;
}
.BgClassName
{
background-color: #5DBBBC;
}
</style>
border-color css
<style>
span { border-color: #5DBBBC; }
span { border-color: rgb(93,187,188); }
td.TdClassName
{
border-color: #5DBBBC;
}
.TagClassName
{
border-color: #5DBBBC;
}
</style>