Shades of Fountain Blue #5AB1BC
Tints of Fountain Blue #5AB1BC
RGB
CMYK
RGB Variations
Color information
#5AB1BC (or 0x5AB1BC) is known color: Fountain Blue. HEX triplet: 5A, B1 and BC. RGB value is (90,177,188). Sum of RGB (Red+Green+Blue) = 90+177+188=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #5AB1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB1BC is #A54E43. Grayscale: #989898. Windows color (decimal): -10833476 or 12366170. OLE color: 12366170.
HSL color Cylindrical-coordinate representation of color #5AB1BC: hue angle of 186.73º 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 #5AB1BC is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 177 | 188 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.26 |
| HSL | 186.73º | 0.42% | 0.55% | - |
| HSV(B) | 186.73º | 0.52% | 0.74% | - |
| XYZ | 29.02 | 37.25 | 53.24 | - |
| YUV | 152.24 | 148.18 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 188 | 0.52 | 0.06 | 0 | 0.26 | 186.73 | 0.42 | 0.55 |
| Hex | 5A | B1 | BC | 34 | 6 | 0 | 1A | BB | 2A | 37 |
| Octal | 132 | 261 | 274 | 64 | 6 | 0 | 32 | 273 | 52 | 67 |
| Binary | 1011010 | 10110001 | 10111100 | 110100 | 110 | 0 | 11010 | 10111011 | 101010 | 110111 |
Color Harmonies of #5AB1BC
Complementary color
Monochromatic Colors of #5AB1BC
Black with #5AB1BC
Text Example
Text Example
White with #5AB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB1BC; }
p { color: rgb(90,177,188); }
H1.HeaderClassName
{
color: #5AB1BC;
}
.AnyTagClassName
{
color: #5AB1BC;
}
</style>
background-color css
<style>
a { background-color: #5AB1BC; }
a { background-color: rgb(90,177,188); }
div.DivClassName
{
background-color: #5AB1BC;
}
.BgClassName
{
background-color: #5AB1BC;
}
</style>
border-color css
<style>
span { border-color: #5AB1BC; }
span { border-color: rgb(90,177,188); }
td.TdClassName
{
border-color: #5AB1BC;
}
.TagClassName
{
border-color: #5AB1BC;
}
</style>