Shades of Fountain Blue #5ABDBF
Tints of Fountain Blue #5ABDBF
RGB
CMYK
RGB Variations
Color information
#5ABDBF (or 0x5ABDBF) is known color: Fountain Blue. HEX triplet: 5A, BD and BF. RGB value is (90,189,191). Sum of RGB (Red+Green+Blue) = 90+189+191=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #5ABDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDBF is #A54240. Grayscale: #9F9F9F. Windows color (decimal): -10830401 or 12565850. OLE color: 12565850.
HSL color Cylindrical-coordinate representation of color #5ABDBF: hue angle of 181.19º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABDBF is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 189 | 191 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.25 |
| HSL | 181.19º | 0.44% | 0.55% | - |
| HSV(B) | 181.19º | 0.53% | 0.75% | - |
| XYZ | 31.82 | 42.33 | 55.78 | - |
| YUV | 159.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 191 | 0.53 | 0.01 | 0 | 0.25 | 181.19 | 0.44 | 0.55 |
| Hex | 5A | BD | BF | 35 | 1 | 0 | 19 | B5 | 2C | 37 |
| Octal | 132 | 275 | 277 | 65 | 1 | 0 | 31 | 265 | 54 | 67 |
| Binary | 1011010 | 10111101 | 10111111 | 110101 | 1 | 0 | 11001 | 10110101 | 101100 | 110111 |
Color Harmonies of #5ABDBF
Complementary color
Monochromatic Colors of #5ABDBF
Black with #5ABDBF
Text Example
Text Example
White with #5ABDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDBF; }
p { color: rgb(90,189,191); }
H1.HeaderClassName
{
color: #5ABDBF;
}
.AnyTagClassName
{
color: #5ABDBF;
}
</style>
background-color css
<style>
a { background-color: #5ABDBF; }
a { background-color: rgb(90,189,191); }
div.DivClassName
{
background-color: #5ABDBF;
}
.BgClassName
{
background-color: #5ABDBF;
}
</style>
border-color css
<style>
span { border-color: #5ABDBF; }
span { border-color: rgb(90,189,191); }
td.TdClassName
{
border-color: #5ABDBF;
}
.TagClassName
{
border-color: #5ABDBF;
}
</style>