Shades of Fountain Blue #5ABBBC
Tints of Fountain Blue #5ABBBC
RGB
CMYK
RGB Variations
Color information
#5ABBBC (or 0x5ABBBC) is known color: Fountain Blue. HEX triplet: 5A, BB and BC. RGB value is (90,187,188). Sum of RGB (Red+Green+Blue) = 90+187+188=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #5ABBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBBC is #A54443. Grayscale: #9E9E9E. Windows color (decimal): -10830916 or 12368730. OLE color: 12368730.
HSL color Cylindrical-coordinate representation of color #5ABBBC: hue angle of 180.61º 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 #5ABBBC is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 187 | 188 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.26 |
| HSL | 180.61º | 0.42% | 0.55% | - |
| HSV(B) | 180.61º | 0.52% | 0.74% | - |
| XYZ | 31.06 | 41.35 | 53.92 | - |
| YUV | 158.11 | 144.86 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 188 | 0.52 | 0.01 | 0 | 0.26 | 180.61 | 0.42 | 0.55 |
| Hex | 5A | BB | BC | 34 | 1 | 0 | 1A | B5 | 2A | 37 |
| Octal | 132 | 273 | 274 | 64 | 1 | 0 | 32 | 265 | 52 | 67 |
| Binary | 1011010 | 10111011 | 10111100 | 110100 | 1 | 0 | 11010 | 10110101 | 101010 | 110111 |
Color Harmonies of #5ABBBC
Complementary color
Monochromatic Colors of #5ABBBC
Black with #5ABBBC
Text Example
Text Example
White with #5ABBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBBC; }
p { color: rgb(90,187,188); }
H1.HeaderClassName
{
color: #5ABBBC;
}
.AnyTagClassName
{
color: #5ABBBC;
}
</style>
background-color css
<style>
a { background-color: #5ABBBC; }
a { background-color: rgb(90,187,188); }
div.DivClassName
{
background-color: #5ABBBC;
}
.BgClassName
{
background-color: #5ABBBC;
}
</style>
border-color css
<style>
span { border-color: #5ABBBC; }
span { border-color: rgb(90,187,188); }
td.TdClassName
{
border-color: #5ABBBC;
}
.TagClassName
{
border-color: #5ABBBC;
}
</style>