Shades of Fountain Blue #5AACBC
Tints of Fountain Blue #5AACBC
RGB
CMYK
RGB Variations
Color information
#5AACBC (or 0x5AACBC) is known color: Fountain Blue. HEX triplet: 5A, AC and BC. RGB value is (90,172,188). Sum of RGB (Red+Green+Blue) = 90+172+188=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #5AACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACBC is #A55343. Grayscale: #959595. Windows color (decimal): -10834756 or 12364890. OLE color: 12364890.
HSL color Cylindrical-coordinate representation of color #5AACBC: hue angle of 189.8º 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 #5AACBC is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 172 | 188 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.26 |
| HSL | 189.8º | 0.42% | 0.55% | - |
| HSV(B) | 189.8º | 0.52% | 0.74% | - |
| XYZ | 28.05 | 35.31 | 52.91 | - |
| YUV | 149.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 188 | 0.52 | 0.09 | 0 | 0.26 | 189.8 | 0.42 | 0.55 |
| Hex | 5A | AC | BC | 34 | 9 | 0 | 1A | BE | 2A | 37 |
| Octal | 132 | 254 | 274 | 64 | 11 | 0 | 32 | 276 | 52 | 67 |
| Binary | 1011010 | 10101100 | 10111100 | 110100 | 1001 | 0 | 11010 | 10111110 | 101010 | 110111 |
Color Harmonies of #5AACBC
Complementary color
Monochromatic Colors of #5AACBC
Black with #5AACBC
Text Example
Text Example
White with #5AACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACBC; }
p { color: rgb(90,172,188); }
H1.HeaderClassName
{
color: #5AACBC;
}
.AnyTagClassName
{
color: #5AACBC;
}
</style>
background-color css
<style>
a { background-color: #5AACBC; }
a { background-color: rgb(90,172,188); }
div.DivClassName
{
background-color: #5AACBC;
}
.BgClassName
{
background-color: #5AACBC;
}
</style>
border-color css
<style>
span { border-color: #5AACBC; }
span { border-color: rgb(90,172,188); }
td.TdClassName
{
border-color: #5AACBC;
}
.TagClassName
{
border-color: #5AACBC;
}
</style>