Shades of Fountain Blue #5DADBD
Tints of Fountain Blue #5DADBD
RGB
CMYK
RGB Variations
Color information
#5DADBD (or 0x5DADBD) is known color: Fountain Blue. HEX triplet: 5D, AD and BD. RGB value is (93,173,189). Sum of RGB (Red+Green+Blue) = 93+173+189=455 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.44% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #5DADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADBD is #A25242. Grayscale: #969696. Windows color (decimal): -10637891 or 12430685. OLE color: 12430685.
HSL color Cylindrical-coordinate representation of color #5DADBD: hue angle of 190º degrees, saturation: 0.42, 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 #5DADBD is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 173 | 189 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.26 |
| HSL | 190º | 0.42% | 0.55% | - |
| HSV(B) | 190º | 0.51% | 0.74% | - |
| XYZ | 28.64 | 35.89 | 53.56 | - |
| YUV | 150.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 189 | 0.51 | 0.08 | 0 | 0.26 | 190 | 0.42 | 0.55 |
| Hex | 5D | AD | BD | 33 | 8 | 0 | 1A | BE | 2A | 37 |
| Octal | 135 | 255 | 275 | 63 | 10 | 0 | 32 | 276 | 52 | 67 |
| Binary | 1011101 | 10101101 | 10111101 | 110011 | 1000 | 0 | 11010 | 10111110 | 101010 | 110111 |
Color Harmonies of #5DADBD
Complementary color
Monochromatic Colors of #5DADBD
Black with #5DADBD
Text Example
Text Example
White with #5DADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADBD; }
p { color: rgb(93,173,189); }
H1.HeaderClassName
{
color: #5DADBD;
}
.AnyTagClassName
{
color: #5DADBD;
}
</style>
background-color css
<style>
a { background-color: #5DADBD; }
a { background-color: rgb(93,173,189); }
div.DivClassName
{
background-color: #5DADBD;
}
.BgClassName
{
background-color: #5DADBD;
}
</style>
border-color css
<style>
span { border-color: #5DADBD; }
span { border-color: rgb(93,173,189); }
td.TdClassName
{
border-color: #5DADBD;
}
.TagClassName
{
border-color: #5DADBD;
}
</style>