Shades of Fountain Blue #57A8B5
Tints of Fountain Blue #57A8B5
RGB
CMYK
RGB Variations
Color information
#57A8B5 (or 0x57A8B5) is known color: Fountain Blue. HEX triplet: 57, A8 and B5. RGB value is (87,168,181). Sum of RGB (Red+Green+Blue) = 87+168+181=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 181 - color contains mainly: blue. Hex color #57A8B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8B5 is #A8574A. Grayscale: #919191. Windows color (decimal): -11032395 or 11905111. OLE color: 11905111.
HSL color Cylindrical-coordinate representation of color #57A8B5: hue angle of 188.3º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57A8B5 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 168 | 181 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.29 |
| HSL | 188.3º | 0.39% | 0.53% | - |
| HSV(B) | 188.3º | 0.52% | 0.71% | - |
| XYZ | 26.27 | 33.37 | 48.77 | - |
| YUV | 145.26 | 148.16 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 181 | 0.52 | 0.07 | 0 | 0.29 | 188.3 | 0.39 | 0.53 |
| Hex | 57 | A8 | B5 | 34 | 7 | 0 | 1D | BC | 27 | 35 |
| Octal | 127 | 250 | 265 | 64 | 7 | 0 | 35 | 274 | 47 | 65 |
| Binary | 1010111 | 10101000 | 10110101 | 110100 | 111 | 0 | 11101 | 10111100 | 100111 | 110101 |
Color Harmonies of #57A8B5
Complementary color
Monochromatic Colors of #57A8B5
Black with #57A8B5
Text Example
Text Example
White with #57A8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A8B5; }
p { color: rgb(87,168,181); }
H1.HeaderClassName
{
color: #57A8B5;
}
.AnyTagClassName
{
color: #57A8B5;
}
</style>
background-color css
<style>
a { background-color: #57A8B5; }
a { background-color: rgb(87,168,181); }
div.DivClassName
{
background-color: #57A8B5;
}
.BgClassName
{
background-color: #57A8B5;
}
</style>
border-color css
<style>
span { border-color: #57A8B5; }
span { border-color: rgb(87,168,181); }
td.TdClassName
{
border-color: #57A8B5;
}
.TagClassName
{
border-color: #57A8B5;
}
</style>