Shades of Fountain Blue #5AB3BC
Tints of Fountain Blue #5AB3BC
RGB
CMYK
RGB Variations
Color information
#5AB3BC (or 0x5AB3BC) is known color: Fountain Blue. HEX triplet: 5A, B3 and BC. RGB value is (90,179,188). Sum of RGB (Red+Green+Blue) = 90+179+188=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #5AB3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB3BC is #A54C43. Grayscale: #999999. Windows color (decimal): -10832964 or 12366682. OLE color: 12366682.
HSL color Cylindrical-coordinate representation of color #5AB3BC: hue angle of 185.51º 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 #5AB3BC is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 179 | 188 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.26 |
| HSL | 185.51º | 0.42% | 0.55% | - |
| HSV(B) | 185.51º | 0.52% | 0.74% | - |
| XYZ | 29.41 | 38.04 | 53.37 | - |
| YUV | 153.42 | 147.51 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 188 | 0.52 | 0.05 | 0 | 0.26 | 185.51 | 0.42 | 0.55 |
| Hex | 5A | B3 | BC | 34 | 5 | 0 | 1A | BA | 2A | 37 |
| Octal | 132 | 263 | 274 | 64 | 5 | 0 | 32 | 272 | 52 | 67 |
| Binary | 1011010 | 10110011 | 10111100 | 110100 | 101 | 0 | 11010 | 10111010 | 101010 | 110111 |
Color Harmonies of #5AB3BC
Complementary color
Monochromatic Colors of #5AB3BC
Black with #5AB3BC
Text Example
Text Example
White with #5AB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB3BC; }
p { color: rgb(90,179,188); }
H1.HeaderClassName
{
color: #5AB3BC;
}
.AnyTagClassName
{
color: #5AB3BC;
}
</style>
background-color css
<style>
a { background-color: #5AB3BC; }
a { background-color: rgb(90,179,188); }
div.DivClassName
{
background-color: #5AB3BC;
}
.BgClassName
{
background-color: #5AB3BC;
}
</style>
border-color css
<style>
span { border-color: #5AB3BC; }
span { border-color: rgb(90,179,188); }
td.TdClassName
{
border-color: #5AB3BC;
}
.TagClassName
{
border-color: #5AB3BC;
}
</style>