Shades of Fountain Blue #5DAFBC
Tints of Fountain Blue #5DAFBC
RGB
CMYK
RGB Variations
Color information
#5DAFBC (or 0x5DAFBC) is known color: Fountain Blue. HEX triplet: 5D, AF and BC. RGB value is (93,175,188). Sum of RGB (Red+Green+Blue) = 93+175+188=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #5DAFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAFBC is #A25043. Grayscale: #979797. Windows color (decimal): -10637380 or 12365661. OLE color: 12365661.
HSL color Cylindrical-coordinate representation of color #5DAFBC: hue angle of 188.21º degrees, saturation: 0.41, 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 #5DAFBC is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 175 | 188 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.26 |
| HSL | 188.21º | 0.41% | 0.55% | - |
| HSV(B) | 188.21º | 0.51% | 0.74% | - |
| XYZ | 28.92 | 36.62 | 53.12 | - |
| YUV | 151.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 188 | 0.51 | 0.07 | 0 | 0.26 | 188.21 | 0.41 | 0.55 |
| Hex | 5D | AF | BC | 33 | 7 | 0 | 1A | BC | 29 | 37 |
| Octal | 135 | 257 | 274 | 63 | 7 | 0 | 32 | 274 | 51 | 67 |
| Binary | 1011101 | 10101111 | 10111100 | 110011 | 111 | 0 | 11010 | 10111100 | 101001 | 110111 |
Color Harmonies of #5DAFBC
Complementary color
Monochromatic Colors of #5DAFBC
Black with #5DAFBC
Text Example
Text Example
White with #5DAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAFBC; }
p { color: rgb(93,175,188); }
H1.HeaderClassName
{
color: #5DAFBC;
}
.AnyTagClassName
{
color: #5DAFBC;
}
</style>
background-color css
<style>
a { background-color: #5DAFBC; }
a { background-color: rgb(93,175,188); }
div.DivClassName
{
background-color: #5DAFBC;
}
.BgClassName
{
background-color: #5DAFBC;
}
</style>
border-color css
<style>
span { border-color: #5DAFBC; }
span { border-color: rgb(93,175,188); }
td.TdClassName
{
border-color: #5DAFBC;
}
.TagClassName
{
border-color: #5DAFBC;
}
</style>