Shades of Fountain Blue #55AFB2
Tints of Fountain Blue #55AFB2
RGB
CMYK
RGB Variations
Color information
#55AFB2 (or 0x55AFB2) is known color: Fountain Blue. HEX triplet: 55, AF and B2. RGB value is (85,175,178). Sum of RGB (Red+Green+Blue) = 85+175+178=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 178 - color contains mainly: blue. Hex color #55AFB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AFB2 is #AA504D. Grayscale: #949494. Windows color (decimal): -11161678 or 11710293. OLE color: 11710293.
HSL color Cylindrical-coordinate representation of color #55AFB2: hue angle of 181.94º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55AFB2 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 175 | 178 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.30 |
| HSL | 181.94º | 0.38% | 0.52% | - |
| HSV(B) | 181.94º | 0.52% | 0.7% | - |
| XYZ | 27.11 | 35.81 | 47.6 | - |
| YUV | 148.43 | 144.68 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 178 | 0.52 | 0.02 | 0 | 0.30 | 181.94 | 0.38 | 0.52 |
| Hex | 55 | AF | B2 | 34 | 2 | 0 | 1E | B6 | 26 | 34 |
| Octal | 125 | 257 | 262 | 64 | 2 | 0 | 36 | 266 | 46 | 64 |
| Binary | 1010101 | 10101111 | 10110010 | 110100 | 10 | 0 | 11110 | 10110110 | 100110 | 110100 |
Color Harmonies of #55AFB2
Complementary color
Monochromatic Colors of #55AFB2
Black with #55AFB2
Text Example
Text Example
White with #55AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFB2; }
p { color: rgb(85,175,178); }
H1.HeaderClassName
{
color: #55AFB2;
}
.AnyTagClassName
{
color: #55AFB2;
}
</style>
background-color css
<style>
a { background-color: #55AFB2; }
a { background-color: rgb(85,175,178); }
div.DivClassName
{
background-color: #55AFB2;
}
.BgClassName
{
background-color: #55AFB2;
}
</style>
border-color css
<style>
span { border-color: #55AFB2; }
span { border-color: rgb(85,175,178); }
td.TdClassName
{
border-color: #55AFB2;
}
.TagClassName
{
border-color: #55AFB2;
}
</style>