Shades of Fountain Blue #5FADB5
Tints of Fountain Blue #5FADB5
RGB
CMYK
RGB Variations
Color information
#5FADB5 (or 0x5FADB5) is known color: Fountain Blue. HEX triplet: 5F, AD and B5. RGB value is (95,173,181). Sum of RGB (Red+Green+Blue) = 95+173+181=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 181 - color contains mainly: blue. Hex color #5FADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADB5 is #A0524A. Grayscale: #969696. Windows color (decimal): -10506827 or 11906399. OLE color: 11906399.
HSL color Cylindrical-coordinate representation of color #5FADB5: hue angle of 185.58º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FADB5 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 173 | 181 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.29 |
| HSL | 185.58º | 0.37% | 0.54% | - |
| HSV(B) | 185.58º | 0.48% | 0.71% | - |
| XYZ | 28 | 35.66 | 49.12 | - |
| YUV | 150.59 | 145.16 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 181 | 0.48 | 0.04 | 0 | 0.29 | 185.58 | 0.37 | 0.54 |
| Hex | 5F | AD | B5 | 30 | 4 | 0 | 1D | BA | 25 | 36 |
| Octal | 137 | 255 | 265 | 60 | 4 | 0 | 35 | 272 | 45 | 66 |
| Binary | 1011111 | 10101101 | 10110101 | 110000 | 100 | 0 | 11101 | 10111010 | 100101 | 110110 |
Color Harmonies of #5FADB5
Complementary color
Monochromatic Colors of #5FADB5
Black with #5FADB5
Text Example
Text Example
White with #5FADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FADB5; }
p { color: rgb(95,173,181); }
H1.HeaderClassName
{
color: #5FADB5;
}
.AnyTagClassName
{
color: #5FADB5;
}
</style>
background-color css
<style>
a { background-color: #5FADB5; }
a { background-color: rgb(95,173,181); }
div.DivClassName
{
background-color: #5FADB5;
}
.BgClassName
{
background-color: #5FADB5;
}
</style>
border-color css
<style>
span { border-color: #5FADB5; }
span { border-color: rgb(95,173,181); }
td.TdClassName
{
border-color: #5FADB5;
}
.TagClassName
{
border-color: #5FADB5;
}
</style>