Shades of Fountain Blue #5DB8BE
Tints of Fountain Blue #5DB8BE
RGB
CMYK
RGB Variations
Color information
#5DB8BE (or 0x5DB8BE) is known color: Fountain Blue. HEX triplet: 5D, B8 and BE. RGB value is (93,184,190). Sum of RGB (Red+Green+Blue) = 93+184+190=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DB8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB8BE is #A24741. Grayscale: #9D9D9D. Windows color (decimal): -10635074 or 12499037. OLE color: 12499037.
HSL color Cylindrical-coordinate representation of color #5DB8BE: hue angle of 183.71º 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 #5DB8BE is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 184 | 190 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.25 |
| HSL | 183.71º | 0.43% | 0.55% | - |
| HSV(B) | 183.71º | 0.51% | 0.75% | - |
| XYZ | 30.95 | 40.33 | 54.87 | - |
| YUV | 157.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 190 | 0.51 | 0.03 | 0 | 0.25 | 183.71 | 0.43 | 0.55 |
| Hex | 5D | B8 | BE | 33 | 3 | 0 | 19 | B8 | 2B | 37 |
| Octal | 135 | 270 | 276 | 63 | 3 | 0 | 31 | 270 | 53 | 67 |
| Binary | 1011101 | 10111000 | 10111110 | 110011 | 11 | 0 | 11001 | 10111000 | 101011 | 110111 |
Color Harmonies of #5DB8BE
Complementary color
Monochromatic Colors of #5DB8BE
Black with #5DB8BE
Text Example
Text Example
White with #5DB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB8BE; }
p { color: rgb(93,184,190); }
H1.HeaderClassName
{
color: #5DB8BE;
}
.AnyTagClassName
{
color: #5DB8BE;
}
</style>
background-color css
<style>
a { background-color: #5DB8BE; }
a { background-color: rgb(93,184,190); }
div.DivClassName
{
background-color: #5DB8BE;
}
.BgClassName
{
background-color: #5DB8BE;
}
</style>
border-color css
<style>
span { border-color: #5DB8BE; }
span { border-color: rgb(93,184,190); }
td.TdClassName
{
border-color: #5DB8BE;
}
.TagClassName
{
border-color: #5DB8BE;
}
</style>