Shades of Fountain Blue #5FADB6
Tints of Fountain Blue #5FADB6
RGB
CMYK
RGB Variations
Color information
#5FADB6 (or 0x5FADB6) is known color: Fountain Blue. HEX triplet: 5F, AD and B6. RGB value is (95,173,182). Sum of RGB (Red+Green+Blue) = 95+173+182=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 182 - color contains mainly: blue. Hex color #5FADB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADB6 is #A05249. Grayscale: #969696. Windows color (decimal): -10506826 or 11971935. OLE color: 11971935.
HSL color Cylindrical-coordinate representation of color #5FADB6: hue angle of 186.21º 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 #5FADB6 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 173 | 182 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.29 |
| HSL | 186.21º | 0.37% | 0.54% | - |
| HSV(B) | 186.21º | 0.48% | 0.71% | - |
| XYZ | 28.11 | 35.7 | 49.66 | - |
| YUV | 150.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 182 | 0.48 | 0.05 | 0 | 0.29 | 186.21 | 0.37 | 0.54 |
| Hex | 5F | AD | B6 | 30 | 5 | 0 | 1D | BA | 25 | 36 |
| Octal | 137 | 255 | 266 | 60 | 5 | 0 | 35 | 272 | 45 | 66 |
| Binary | 1011111 | 10101101 | 10110110 | 110000 | 101 | 0 | 11101 | 10111010 | 100101 | 110110 |
Color Harmonies of #5FADB6
Complementary color
Monochromatic Colors of #5FADB6
Black with #5FADB6
Text Example
Text Example
White with #5FADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FADB6; }
p { color: rgb(95,173,182); }
H1.HeaderClassName
{
color: #5FADB6;
}
.AnyTagClassName
{
color: #5FADB6;
}
</style>
background-color css
<style>
a { background-color: #5FADB6; }
a { background-color: rgb(95,173,182); }
div.DivClassName
{
background-color: #5FADB6;
}
.BgClassName
{
background-color: #5FADB6;
}
</style>
border-color css
<style>
span { border-color: #5FADB6; }
span { border-color: rgb(95,173,182); }
td.TdClassName
{
border-color: #5FADB6;
}
.TagClassName
{
border-color: #5FADB6;
}
</style>