Shades of Fountain Blue #5ABDB7
Tints of Fountain Blue #5ABDB7
RGB
CMYK
RGB Variations
Color information
#5ABDB7 (or 0x5ABDB7) is known color: Fountain Blue. HEX triplet: 5A, BD and B7. RGB value is (90,189,183). Sum of RGB (Red+Green+Blue) = 90+189+183=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDB7 is #A54248. Grayscale: #9E9E9E. Windows color (decimal): -10830409 or 12041562. OLE color: 12041562.
HSL color Cylindrical-coordinate representation of color #5ABDB7: hue angle of 176.36º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABDB7 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 183 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.26 |
| HSL | 176.36º | 0.43% | 0.55% | - |
| HSV(B) | 176.36º | 0.52% | 0.74% | - |
| XYZ | 30.96 | 41.99 | 51.27 | - |
| YUV | 158.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 183 | 0.52 | 0 | 0.03 | 0.26 | 176.36 | 0.43 | 0.55 |
| Hex | 5A | BD | B7 | 34 | 0 | 3 | 1A | B0 | 2B | 37 |
| Octal | 132 | 275 | 267 | 64 | 0 | 3 | 32 | 260 | 53 | 67 |
| Binary | 1011010 | 10111101 | 10110111 | 110100 | 0 | 11 | 11010 | 10110000 | 101011 | 110111 |
Color Harmonies of #5ABDB7
Complementary color
Monochromatic Colors of #5ABDB7
Black with #5ABDB7
Text Example
Text Example
White with #5ABDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDB7; }
p { color: rgb(90,189,183); }
H1.HeaderClassName
{
color: #5ABDB7;
}
.AnyTagClassName
{
color: #5ABDB7;
}
</style>
background-color css
<style>
a { background-color: #5ABDB7; }
a { background-color: rgb(90,189,183); }
div.DivClassName
{
background-color: #5ABDB7;
}
.BgClassName
{
background-color: #5ABDB7;
}
</style>
border-color css
<style>
span { border-color: #5ABDB7; }
span { border-color: rgb(90,189,183); }
td.TdClassName
{
border-color: #5ABDB7;
}
.TagClassName
{
border-color: #5ABDB7;
}
</style>