Shades of Fountain Blue #55AFB7
Tints of Fountain Blue #55AFB7
RGB
CMYK
RGB Variations
Color information
#55AFB7 (or 0x55AFB7) is known color: Fountain Blue. HEX triplet: 55, AF and B7. RGB value is (85,175,183). Sum of RGB (Red+Green+Blue) = 85+175+183=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #55AFB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFB7 is #AA5048. Grayscale: #949494. Windows color (decimal): -11161673 or 12037973. OLE color: 12037973.
HSL color Cylindrical-coordinate representation of color #55AFB7: hue angle of 184.9º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55AFB7 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 175 | 183 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.28 |
| HSL | 184.9º | 0.4% | 0.53% | - |
| HSV(B) | 184.9º | 0.54% | 0.72% | - |
| XYZ | 27.62 | 36.01 | 50.29 | - |
| YUV | 149 | 147.18 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 183 | 0.54 | 0.04 | 0 | 0.28 | 184.9 | 0.4 | 0.53 |
| Hex | 55 | AF | B7 | 36 | 4 | 0 | 1C | B9 | 28 | 35 |
| Octal | 125 | 257 | 267 | 66 | 4 | 0 | 34 | 271 | 50 | 65 |
| Binary | 1010101 | 10101111 | 10110111 | 110110 | 100 | 0 | 11100 | 10111001 | 101000 | 110101 |
Color Harmonies of #55AFB7
Complementary color
Monochromatic Colors of #55AFB7
Black with #55AFB7
Text Example
Text Example
White with #55AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFB7; }
p { color: rgb(85,175,183); }
H1.HeaderClassName
{
color: #55AFB7;
}
.AnyTagClassName
{
color: #55AFB7;
}
</style>
background-color css
<style>
a { background-color: #55AFB7; }
a { background-color: rgb(85,175,183); }
div.DivClassName
{
background-color: #55AFB7;
}
.BgClassName
{
background-color: #55AFB7;
}
</style>
border-color css
<style>
span { border-color: #55AFB7; }
span { border-color: rgb(85,175,183); }
td.TdClassName
{
border-color: #55AFB7;
}
.TagClassName
{
border-color: #55AFB7;
}
</style>