Shades of Fountain Blue #58ABBA
Tints of Fountain Blue #58ABBA
RGB
CMYK
RGB Variations
Color information
#58ABBA (or 0x58ABBA) is known color: Fountain Blue. HEX triplet: 58, AB and BA. RGB value is (88,171,186). Sum of RGB (Red+Green+Blue) = 88+171+186=445 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.78% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #58ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABBA is #A75445. Grayscale: #939393. Windows color (decimal): -10966086 or 12233560. OLE color: 12233560.
HSL color Cylindrical-coordinate representation of color #58ABBA: hue angle of 189.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58ABBA is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 171 | 186 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.27 |
| HSL | 189.18º | 0.42% | 0.54% | - |
| HSV(B) | 189.18º | 0.53% | 0.73% | - |
| XYZ | 27.45 | 34.75 | 51.71 | - |
| YUV | 147.89 | 149.5 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 186 | 0.53 | 0.08 | 0 | 0.27 | 189.18 | 0.42 | 0.54 |
| Hex | 58 | AB | BA | 35 | 8 | 0 | 1B | BD | 2A | 36 |
| Octal | 130 | 253 | 272 | 65 | 10 | 0 | 33 | 275 | 52 | 66 |
| Binary | 1011000 | 10101011 | 10111010 | 110101 | 1000 | 0 | 11011 | 10111101 | 101010 | 110110 |
Color Harmonies of #58ABBA
Complementary color
Monochromatic Colors of #58ABBA
Black with #58ABBA
Text Example
Text Example
White with #58ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ABBA; }
p { color: rgb(88,171,186); }
H1.HeaderClassName
{
color: #58ABBA;
}
.AnyTagClassName
{
color: #58ABBA;
}
</style>
background-color css
<style>
a { background-color: #58ABBA; }
a { background-color: rgb(88,171,186); }
div.DivClassName
{
background-color: #58ABBA;
}
.BgClassName
{
background-color: #58ABBA;
}
</style>
border-color css
<style>
span { border-color: #58ABBA; }
span { border-color: rgb(88,171,186); }
td.TdClassName
{
border-color: #58ABBA;
}
.TagClassName
{
border-color: #58ABBA;
}
</style>