Shades of Fountain Blue #5BAFAA
Tints of Fountain Blue #5BAFAA
RGB
CMYK
RGB Variations
Color information
#5BAFAA (or 0x5BAFAA) is known color: Fountain Blue. HEX triplet: 5B, AF and AA. RGB value is (91,175,170). Sum of RGB (Red+Green+Blue) = 91+175+170=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAFAA is #A45055. Grayscale: #959595. Windows color (decimal): -10768470 or 11186011. OLE color: 11186011.
HSL color Cylindrical-coordinate representation of color #5BAFAA: hue angle of 176.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAFAA is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 170 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.31 |
| HSL | 176.43º | 0.34% | 0.52% | - |
| HSV(B) | 176.43º | 0.48% | 0.69% | - |
| XYZ | 26.9 | 35.79 | 43.52 | - |
| YUV | 149.31 | 139.67 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 170 | 0.48 | 0 | 0.03 | 0.31 | 176.43 | 0.34 | 0.52 |
| Hex | 5B | AF | AA | 30 | 0 | 3 | 1F | B0 | 22 | 34 |
| Octal | 133 | 257 | 252 | 60 | 0 | 3 | 37 | 260 | 42 | 64 |
| Binary | 1011011 | 10101111 | 10101010 | 110000 | 0 | 11 | 11111 | 10110000 | 100010 | 110100 |
Color Harmonies of #5BAFAA
Complementary color
Monochromatic Colors of #5BAFAA
Black with #5BAFAA
Text Example
Text Example
White with #5BAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFAA; }
p { color: rgb(91,175,170); }
H1.HeaderClassName
{
color: #5BAFAA;
}
.AnyTagClassName
{
color: #5BAFAA;
}
</style>
background-color css
<style>
a { background-color: #5BAFAA; }
a { background-color: rgb(91,175,170); }
div.DivClassName
{
background-color: #5BAFAA;
}
.BgClassName
{
background-color: #5BAFAA;
}
</style>
border-color css
<style>
span { border-color: #5BAFAA; }
span { border-color: rgb(91,175,170); }
td.TdClassName
{
border-color: #5BAFAA;
}
.TagClassName
{
border-color: #5BAFAA;
}
</style>