Shades of Fountain Blue #5DABB9
Tints of Fountain Blue #5DABB9
RGB
CMYK
RGB Variations
Color information
#5DABB9 (or 0x5DABB9) is known color: Fountain Blue. HEX triplet: 5D, AB and B9. RGB value is (93,171,185). Sum of RGB (Red+Green+Blue) = 93+171+185=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #5DABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DABB9 is #A25446. Grayscale: #959595. Windows color (decimal): -10638407 or 12168029. OLE color: 12168029.
HSL color Cylindrical-coordinate representation of color #5DABB9: hue angle of 189.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DABB9 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 171 | 185 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.27 |
| HSL | 189.13º | 0.4% | 0.55% | - |
| HSV(B) | 189.13º | 0.5% | 0.73% | - |
| XYZ | 27.83 | 34.96 | 51.18 | - |
| YUV | 149.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 185 | 0.50 | 0.08 | 0 | 0.27 | 189.13 | 0.4 | 0.55 |
| Hex | 5D | AB | B9 | 32 | 8 | 0 | 1B | BD | 28 | 37 |
| Octal | 135 | 253 | 271 | 62 | 10 | 0 | 33 | 275 | 50 | 67 |
| Binary | 1011101 | 10101011 | 10111001 | 110010 | 1000 | 0 | 11011 | 10111101 | 101000 | 110111 |
Color Harmonies of #5DABB9
Complementary color
Monochromatic Colors of #5DABB9
Black with #5DABB9
Text Example
Text Example
White with #5DABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DABB9; }
p { color: rgb(93,171,185); }
H1.HeaderClassName
{
color: #5DABB9;
}
.AnyTagClassName
{
color: #5DABB9;
}
</style>
background-color css
<style>
a { background-color: #5DABB9; }
a { background-color: rgb(93,171,185); }
div.DivClassName
{
background-color: #5DABB9;
}
.BgClassName
{
background-color: #5DABB9;
}
</style>
border-color css
<style>
span { border-color: #5DABB9; }
span { border-color: rgb(93,171,185); }
td.TdClassName
{
border-color: #5DABB9;
}
.TagClassName
{
border-color: #5DABB9;
}
</style>