Shades of Fountain Blue #5AABBC
Tints of Fountain Blue #5AABBC
RGB
CMYK
RGB Variations
Color information
#5AABBC (or 0x5AABBC) is known color: Fountain Blue. HEX triplet: 5A, AB and BC. RGB value is (90,171,188). Sum of RGB (Red+Green+Blue) = 90+171+188=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #5AABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AABBC is #A55443. Grayscale: #949494. Windows color (decimal): -10835012 or 12364634. OLE color: 12364634.
HSL color Cylindrical-coordinate representation of color #5AABBC: hue angle of 190.41º 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 #5AABBC is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 171 | 188 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.26 |
| HSL | 190.41º | 0.42% | 0.55% | - |
| HSV(B) | 190.41º | 0.52% | 0.74% | - |
| XYZ | 27.86 | 34.93 | 52.85 | - |
| YUV | 148.72 | 150.16 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 188 | 0.52 | 0.09 | 0 | 0.26 | 190.41 | 0.42 | 0.55 |
| Hex | 5A | AB | BC | 34 | 9 | 0 | 1A | BE | 2A | 37 |
| Octal | 132 | 253 | 274 | 64 | 11 | 0 | 32 | 276 | 52 | 67 |
| Binary | 1011010 | 10101011 | 10111100 | 110100 | 1001 | 0 | 11010 | 10111110 | 101010 | 110111 |
Color Harmonies of #5AABBC
Complementary color
Monochromatic Colors of #5AABBC
Black with #5AABBC
Text Example
Text Example
White with #5AABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AABBC; }
p { color: rgb(90,171,188); }
H1.HeaderClassName
{
color: #5AABBC;
}
.AnyTagClassName
{
color: #5AABBC;
}
</style>
background-color css
<style>
a { background-color: #5AABBC; }
a { background-color: rgb(90,171,188); }
div.DivClassName
{
background-color: #5AABBC;
}
.BgClassName
{
background-color: #5AABBC;
}
</style>
border-color css
<style>
span { border-color: #5AABBC; }
span { border-color: rgb(90,171,188); }
td.TdClassName
{
border-color: #5AABBC;
}
.TagClassName
{
border-color: #5AABBC;
}
</style>