Shades of Fountain Blue #5AB7BC
Tints of Fountain Blue #5AB7BC
RGB
CMYK
RGB Variations
Color information
#5AB7BC (or 0x5AB7BC) is known color: Fountain Blue. HEX triplet: 5A, B7 and BC. RGB value is (90,183,188). Sum of RGB (Red+Green+Blue) = 90+183+188=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #5AB7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB7BC is #A54843. Grayscale: #9B9B9B. Windows color (decimal): -10831940 or 12367706. OLE color: 12367706.
HSL color Cylindrical-coordinate representation of color #5AB7BC: hue angle of 183.06º 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 #5AB7BC is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 183 | 188 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.26 |
| HSL | 183.06º | 0.42% | 0.55% | - |
| HSV(B) | 183.06º | 0.52% | 0.74% | - |
| XYZ | 30.23 | 39.67 | 53.64 | - |
| YUV | 155.76 | 146.19 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 188 | 0.52 | 0.03 | 0 | 0.26 | 183.06 | 0.42 | 0.55 |
| Hex | 5A | B7 | BC | 34 | 3 | 0 | 1A | B7 | 2A | 37 |
| Octal | 132 | 267 | 274 | 64 | 3 | 0 | 32 | 267 | 52 | 67 |
| Binary | 1011010 | 10110111 | 10111100 | 110100 | 11 | 0 | 11010 | 10110111 | 101010 | 110111 |
Color Harmonies of #5AB7BC
Complementary color
Monochromatic Colors of #5AB7BC
Black with #5AB7BC
Text Example
Text Example
White with #5AB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB7BC; }
p { color: rgb(90,183,188); }
H1.HeaderClassName
{
color: #5AB7BC;
}
.AnyTagClassName
{
color: #5AB7BC;
}
</style>
background-color css
<style>
a { background-color: #5AB7BC; }
a { background-color: rgb(90,183,188); }
div.DivClassName
{
background-color: #5AB7BC;
}
.BgClassName
{
background-color: #5AB7BC;
}
</style>
border-color css
<style>
span { border-color: #5AB7BC; }
span { border-color: rgb(90,183,188); }
td.TdClassName
{
border-color: #5AB7BC;
}
.TagClassName
{
border-color: #5AB7BC;
}
</style>