Shades of Fountain Blue #5DBEBC
Tints of Fountain Blue #5DBEBC
RGB
CMYK
RGB Variations
Color information
#5DBEBC (or 0x5DBEBC) is known color: Fountain Blue. HEX triplet: 5D, BE and BC. RGB value is (93,190,188). Sum of RGB (Red+Green+Blue) = 93+190+188=471 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.75% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBEBC is #A24143. Grayscale: #A0A0A0. Windows color (decimal): -10633540 or 12369501. OLE color: 12369501.
HSL color Cylindrical-coordinate representation of color #5DBEBC: hue angle of 178.76º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBEBC is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 188 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.25 |
| HSL | 178.76º | 0.43% | 0.55% | - |
| HSV(B) | 178.76º | 0.51% | 0.75% | - |
| XYZ | 32 | 42.78 | 54.15 | - |
| YUV | 160.77 | 143.36 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 188 | 0.51 | 0 | 0.01 | 0.25 | 178.76 | 0.43 | 0.55 |
| Hex | 5D | BE | BC | 33 | 0 | 1 | 19 | B3 | 2B | 37 |
| Octal | 135 | 276 | 274 | 63 | 0 | 1 | 31 | 263 | 53 | 67 |
| Binary | 1011101 | 10111110 | 10111100 | 110011 | 0 | 1 | 11001 | 10110011 | 101011 | 110111 |
Color Harmonies of #5DBEBC
Complementary color
Monochromatic Colors of #5DBEBC
Black with #5DBEBC
Text Example
Text Example
White with #5DBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEBC; }
p { color: rgb(93,190,188); }
H1.HeaderClassName
{
color: #5DBEBC;
}
.AnyTagClassName
{
color: #5DBEBC;
}
</style>
background-color css
<style>
a { background-color: #5DBEBC; }
a { background-color: rgb(93,190,188); }
div.DivClassName
{
background-color: #5DBEBC;
}
.BgClassName
{
background-color: #5DBEBC;
}
</style>
border-color css
<style>
span { border-color: #5DBEBC; }
span { border-color: rgb(93,190,188); }
td.TdClassName
{
border-color: #5DBEBC;
}
.TagClassName
{
border-color: #5DBEBC;
}
</style>