Shades of Fountain Blue #5AACBB
Tints of Fountain Blue #5AACBB
RGB
CMYK
RGB Variations
Color information
#5AACBB (or 0x5AACBB) is known color: Fountain Blue. HEX triplet: 5A, AC and BB. RGB value is (90,172,187). Sum of RGB (Red+Green+Blue) = 90+172+187=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #5AACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACBB is #A55344. Grayscale: #959595. Windows color (decimal): -10834757 or 12299354. OLE color: 12299354.
HSL color Cylindrical-coordinate representation of color #5AACBB: hue angle of 189.28º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AACBB is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 172 | 187 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.27 |
| HSL | 189.28º | 0.42% | 0.54% | - |
| HSV(B) | 189.28º | 0.52% | 0.73% | - |
| XYZ | 27.94 | 35.27 | 52.35 | - |
| YUV | 149.19 | 149.33 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 187 | 0.52 | 0.08 | 0 | 0.27 | 189.28 | 0.42 | 0.54 |
| Hex | 5A | AC | BB | 34 | 8 | 0 | 1B | BD | 2A | 36 |
| Octal | 132 | 254 | 273 | 64 | 10 | 0 | 33 | 275 | 52 | 66 |
| Binary | 1011010 | 10101100 | 10111011 | 110100 | 1000 | 0 | 11011 | 10111101 | 101010 | 110110 |
Color Harmonies of #5AACBB
Complementary color
Monochromatic Colors of #5AACBB
Black with #5AACBB
Text Example
Text Example
White with #5AACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACBB; }
p { color: rgb(90,172,187); }
H1.HeaderClassName
{
color: #5AACBB;
}
.AnyTagClassName
{
color: #5AACBB;
}
</style>
background-color css
<style>
a { background-color: #5AACBB; }
a { background-color: rgb(90,172,187); }
div.DivClassName
{
background-color: #5AACBB;
}
.BgClassName
{
background-color: #5AACBB;
}
</style>
border-color css
<style>
span { border-color: #5AACBB; }
span { border-color: rgb(90,172,187); }
td.TdClassName
{
border-color: #5AACBB;
}
.TagClassName
{
border-color: #5AACBB;
}
</style>