Shades of Fountain Blue #5ABABC
Tints of Fountain Blue #5ABABC
RGB
CMYK
RGB Variations
Color information
#5ABABC (or 0x5ABABC) is known color: Fountain Blue. HEX triplet: 5A, BA and BC. RGB value is (90,186,188). Sum of RGB (Red+Green+Blue) = 90+186+188=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #5ABABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABABC is #A54543. Grayscale: #9D9D9D. Windows color (decimal): -10831172 or 12368474. OLE color: 12368474.
HSL color Cylindrical-coordinate representation of color #5ABABC: hue angle of 181.22º degrees, saturation: 0.42, 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 #5ABABC is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 186 | 188 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.26 |
| HSL | 181.22º | 0.42% | 0.55% | - |
| HSV(B) | 181.22º | 0.52% | 0.74% | - |
| XYZ | 30.85 | 40.92 | 53.85 | - |
| YUV | 157.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 188 | 0.52 | 0.01 | 0 | 0.26 | 181.22 | 0.42 | 0.55 |
| Hex | 5A | BA | BC | 34 | 1 | 0 | 1A | B5 | 2A | 37 |
| Octal | 132 | 272 | 274 | 64 | 1 | 0 | 32 | 265 | 52 | 67 |
| Binary | 1011010 | 10111010 | 10111100 | 110100 | 1 | 0 | 11010 | 10110101 | 101010 | 110111 |
Color Harmonies of #5ABABC
Complementary color
Monochromatic Colors of #5ABABC
Black with #5ABABC
Text Example
Text Example
White with #5ABABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABABC; }
p { color: rgb(90,186,188); }
H1.HeaderClassName
{
color: #5ABABC;
}
.AnyTagClassName
{
color: #5ABABC;
}
</style>
background-color css
<style>
a { background-color: #5ABABC; }
a { background-color: rgb(90,186,188); }
div.DivClassName
{
background-color: #5ABABC;
}
.BgClassName
{
background-color: #5ABABC;
}
</style>
border-color css
<style>
span { border-color: #5ABABC; }
span { border-color: rgb(90,186,188); }
td.TdClassName
{
border-color: #5ABABC;
}
.TagClassName
{
border-color: #5ABABC;
}
</style>