Shades of Fountain Blue #5FADBB
Tints of Fountain Blue #5FADBB
RGB
CMYK
RGB Variations
Color information
#5FADBB (or 0x5FADBB) is known color: Fountain Blue. HEX triplet: 5F, AD and BB. RGB value is (95,173,187). Sum of RGB (Red+Green+Blue) = 95+173+187=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #5FADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADBB is #A05244. Grayscale: #979797. Windows color (decimal): -10506821 or 12299615. OLE color: 12299615.
HSL color Cylindrical-coordinate representation of color #5FADBB: hue angle of 189.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FADBB is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 173 | 187 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.27 |
| HSL | 189.13º | 0.4% | 0.55% | - |
| HSV(B) | 189.13º | 0.49% | 0.73% | - |
| XYZ | 28.63 | 35.91 | 52.44 | - |
| YUV | 151.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 187 | 0.49 | 0.07 | 0 | 0.27 | 189.13 | 0.4 | 0.55 |
| Hex | 5F | AD | BB | 31 | 7 | 0 | 1B | BD | 28 | 37 |
| Octal | 137 | 255 | 273 | 61 | 7 | 0 | 33 | 275 | 50 | 67 |
| Binary | 1011111 | 10101101 | 10111011 | 110001 | 111 | 0 | 11011 | 10111101 | 101000 | 110111 |
Color Harmonies of #5FADBB
Complementary color
Monochromatic Colors of #5FADBB
Black with #5FADBB
Text Example
Text Example
White with #5FADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FADBB; }
p { color: rgb(95,173,187); }
H1.HeaderClassName
{
color: #5FADBB;
}
.AnyTagClassName
{
color: #5FADBB;
}
</style>
background-color css
<style>
a { background-color: #5FADBB; }
a { background-color: rgb(95,173,187); }
div.DivClassName
{
background-color: #5FADBB;
}
.BgClassName
{
background-color: #5FADBB;
}
</style>
border-color css
<style>
span { border-color: #5FADBB; }
span { border-color: rgb(95,173,187); }
td.TdClassName
{
border-color: #5FADBB;
}
.TagClassName
{
border-color: #5FADBB;
}
</style>