Shades of Fountain Blue #5AB9BE
Tints of Fountain Blue #5AB9BE
RGB
CMYK
RGB Variations
Color information
#5AB9BE (or 0x5AB9BE) is known color: Fountain Blue. HEX triplet: 5A, B9 and BE. RGB value is (90,185,190). Sum of RGB (Red+Green+Blue) = 90+185+190=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #5AB9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB9BE is #A54641. Grayscale: #9D9D9D. Windows color (decimal): -10831426 or 12499290. OLE color: 12499290.
HSL color Cylindrical-coordinate representation of color #5AB9BE: hue angle of 183º degrees, saturation: 0.43, 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 #5AB9BE is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 185 | 190 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.25 |
| HSL | 183º | 0.43% | 0.55% | - |
| HSV(B) | 183º | 0.53% | 0.75% | - |
| XYZ | 30.86 | 40.59 | 54.92 | - |
| YUV | 157.17 | 146.53 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 190 | 0.53 | 0.03 | 0 | 0.25 | 183 | 0.43 | 0.55 |
| Hex | 5A | B9 | BE | 35 | 3 | 0 | 19 | B7 | 2B | 37 |
| Octal | 132 | 271 | 276 | 65 | 3 | 0 | 31 | 267 | 53 | 67 |
| Binary | 1011010 | 10111001 | 10111110 | 110101 | 11 | 0 | 11001 | 10110111 | 101011 | 110111 |
Color Harmonies of #5AB9BE
Complementary color
Monochromatic Colors of #5AB9BE
Black with #5AB9BE
Text Example
Text Example
White with #5AB9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB9BE; }
p { color: rgb(90,185,190); }
H1.HeaderClassName
{
color: #5AB9BE;
}
.AnyTagClassName
{
color: #5AB9BE;
}
</style>
background-color css
<style>
a { background-color: #5AB9BE; }
a { background-color: rgb(90,185,190); }
div.DivClassName
{
background-color: #5AB9BE;
}
.BgClassName
{
background-color: #5AB9BE;
}
</style>
border-color css
<style>
span { border-color: #5AB9BE; }
span { border-color: rgb(90,185,190); }
td.TdClassName
{
border-color: #5AB9BE;
}
.TagClassName
{
border-color: #5AB9BE;
}
</style>