Shades of Fountain Blue #55AFB6
Tints of Fountain Blue #55AFB6
RGB
CMYK
RGB Variations
Color information
#55AFB6 (or 0x55AFB6) is known color: Fountain Blue. HEX triplet: 55, AF and B6. RGB value is (85,175,182). Sum of RGB (Red+Green+Blue) = 85+175+182=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #55AFB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFB6 is #AA5049. Grayscale: #949494. Windows color (decimal): -11161674 or 11972437. OLE color: 11972437.
HSL color Cylindrical-coordinate representation of color #55AFB6: hue angle of 184.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55AFB6 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 175 | 182 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.29 |
| HSL | 184.33º | 0.4% | 0.52% | - |
| HSV(B) | 184.33º | 0.53% | 0.71% | - |
| XYZ | 27.52 | 35.97 | 49.75 | - |
| YUV | 148.89 | 146.68 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 182 | 0.53 | 0.04 | 0 | 0.29 | 184.33 | 0.4 | 0.52 |
| Hex | 55 | AF | B6 | 35 | 4 | 0 | 1D | B8 | 28 | 34 |
| Octal | 125 | 257 | 266 | 65 | 4 | 0 | 35 | 270 | 50 | 64 |
| Binary | 1010101 | 10101111 | 10110110 | 110101 | 100 | 0 | 11101 | 10111000 | 101000 | 110100 |
Color Harmonies of #55AFB6
Complementary color
Monochromatic Colors of #55AFB6
Black with #55AFB6
Text Example
Text Example
White with #55AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFB6; }
p { color: rgb(85,175,182); }
H1.HeaderClassName
{
color: #55AFB6;
}
.AnyTagClassName
{
color: #55AFB6;
}
</style>
background-color css
<style>
a { background-color: #55AFB6; }
a { background-color: rgb(85,175,182); }
div.DivClassName
{
background-color: #55AFB6;
}
.BgClassName
{
background-color: #55AFB6;
}
</style>
border-color css
<style>
span { border-color: #55AFB6; }
span { border-color: rgb(85,175,182); }
td.TdClassName
{
border-color: #55AFB6;
}
.TagClassName
{
border-color: #55AFB6;
}
</style>