Shades of Fountain Blue #5FADB8
Tints of Fountain Blue #5FADB8
RGB
CMYK
RGB Variations
Color information
#5FADB8 (or 0x5FADB8) is known color: Fountain Blue. HEX triplet: 5F, AD and B8. RGB value is (95,173,184). Sum of RGB (Red+Green+Blue) = 95+173+184=452 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.02% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 184 - color contains mainly: blue. Hex color #5FADB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADB8 is #A05247. Grayscale: #969696. Windows color (decimal): -10506824 or 12103007. OLE color: 12103007.
HSL color Cylindrical-coordinate representation of color #5FADB8: hue angle of 187.42º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FADB8 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 173 | 184 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.28 |
| HSL | 187.42º | 0.39% | 0.55% | - |
| HSV(B) | 187.42º | 0.48% | 0.72% | - |
| XYZ | 28.31 | 35.78 | 50.76 | - |
| YUV | 150.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 184 | 0.48 | 0.06 | 0 | 0.28 | 187.42 | 0.39 | 0.55 |
| Hex | 5F | AD | B8 | 30 | 6 | 0 | 1C | BB | 27 | 37 |
| Octal | 137 | 255 | 270 | 60 | 6 | 0 | 34 | 273 | 47 | 67 |
| Binary | 1011111 | 10101101 | 10111000 | 110000 | 110 | 0 | 11100 | 10111011 | 100111 | 110111 |
Color Harmonies of #5FADB8
Complementary color
Monochromatic Colors of #5FADB8
Black with #5FADB8
Text Example
Text Example
White with #5FADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FADB8; }
p { color: rgb(95,173,184); }
H1.HeaderClassName
{
color: #5FADB8;
}
.AnyTagClassName
{
color: #5FADB8;
}
</style>
background-color css
<style>
a { background-color: #5FADB8; }
a { background-color: rgb(95,173,184); }
div.DivClassName
{
background-color: #5FADB8;
}
.BgClassName
{
background-color: #5FADB8;
}
</style>
border-color css
<style>
span { border-color: #5FADB8; }
span { border-color: rgb(95,173,184); }
td.TdClassName
{
border-color: #5FADB8;
}
.TagClassName
{
border-color: #5FADB8;
}
</style>