Shades of Fountain Blue #5DBBC0
Tints of Fountain Blue #5DBBC0
RGB
CMYK
RGB Variations
Color information
#5DBBC0 (or 0x5DBBC0) is known color: Fountain Blue. HEX triplet: 5D, BB and C0. RGB value is (93,187,192). Sum of RGB (Red+Green+Blue) = 93+187+192=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #5DBBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBC0 is #A2443F. Grayscale: #9F9F9F. Windows color (decimal): -10634304 or 12630877. OLE color: 12630877.
HSL color Cylindrical-coordinate representation of color #5DBBC0: hue angle of 183.03º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DBBC0 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 187 | 192 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.25 |
| HSL | 183.03º | 0.44% | 0.56% | - |
| HSV(B) | 183.03º | 0.52% | 0.75% | - |
| XYZ | 31.8 | 41.67 | 56.24 | - |
| YUV | 159.46 | 146.36 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 192 | 0.52 | 0.03 | 0 | 0.25 | 183.03 | 0.44 | 0.56 |
| Hex | 5D | BB | C0 | 34 | 3 | 0 | 19 | B7 | 2C | 38 |
| Octal | 135 | 273 | 300 | 64 | 3 | 0 | 31 | 267 | 54 | 70 |
| Binary | 1011101 | 10111011 | 11000000 | 110100 | 11 | 0 | 11001 | 10110111 | 101100 | 111000 |
Color Harmonies of #5DBBC0
Complementary color
Monochromatic Colors of #5DBBC0
Black with #5DBBC0
Text Example
Text Example
White with #5DBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBC0; }
p { color: rgb(93,187,192); }
H1.HeaderClassName
{
color: #5DBBC0;
}
.AnyTagClassName
{
color: #5DBBC0;
}
</style>
background-color css
<style>
a { background-color: #5DBBC0; }
a { background-color: rgb(93,187,192); }
div.DivClassName
{
background-color: #5DBBC0;
}
.BgClassName
{
background-color: #5DBBC0;
}
</style>
border-color css
<style>
span { border-color: #5DBBC0; }
span { border-color: rgb(93,187,192); }
td.TdClassName
{
border-color: #5DBBC0;
}
.TagClassName
{
border-color: #5DBBC0;
}
</style>