Shades of Fountain Blue #5DAFBA
Tints of Fountain Blue #5DAFBA
RGB
CMYK
RGB Variations
Color information
#5DAFBA (or 0x5DAFBA) is known color: Fountain Blue. HEX triplet: 5D, AF and BA. RGB value is (93,175,186). Sum of RGB (Red+Green+Blue) = 93+175+186=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #5DAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAFBA is #A25045. Grayscale: #979797. Windows color (decimal): -10637382 or 12234589. OLE color: 12234589.
HSL color Cylindrical-coordinate representation of color #5DAFBA: hue angle of 187.1º 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 #5DAFBA is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 175 | 186 | - |
| CMYK | 0.5 | 0.06 | 0 | 0.27 |
| HSL | 187.1º | 0.4% | 0.55% | - |
| HSV(B) | 187.1º | 0.5% | 0.73% | - |
| XYZ | 28.71 | 36.53 | 51.99 | - |
| YUV | 151.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 186 | 0.5 | 0.06 | 0 | 0.27 | 187.1 | 0.4 | 0.55 |
| Hex | 5D | AF | BA | 32 | 6 | 0 | 1B | BB | 28 | 37 |
| Octal | 135 | 257 | 272 | 62 | 6 | 0 | 33 | 273 | 50 | 67 |
| Binary | 1011101 | 10101111 | 10111010 | 110010 | 110 | 0 | 11011 | 10111011 | 101000 | 110111 |
Color Harmonies of #5DAFBA
Complementary color
Monochromatic Colors of #5DAFBA
Black with #5DAFBA
Text Example
Text Example
White with #5DAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAFBA; }
p { color: rgb(93,175,186); }
H1.HeaderClassName
{
color: #5DAFBA;
}
.AnyTagClassName
{
color: #5DAFBA;
}
</style>
background-color css
<style>
a { background-color: #5DAFBA; }
a { background-color: rgb(93,175,186); }
div.DivClassName
{
background-color: #5DAFBA;
}
.BgClassName
{
background-color: #5DAFBA;
}
</style>
border-color css
<style>
span { border-color: #5DAFBA; }
span { border-color: rgb(93,175,186); }
td.TdClassName
{
border-color: #5DAFBA;
}
.TagClassName
{
border-color: #5DAFBA;
}
</style>