Shades of Fountain Blue #57A8B7
Tints of Fountain Blue #57A8B7
RGB
CMYK
RGB Variations
Color information
#57A8B7 (or 0x57A8B7) is known color: Fountain Blue. HEX triplet: 57, A8 and B7. RGB value is (87,168,183). Sum of RGB (Red+Green+Blue) = 87+168+183=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #57A8B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8B7 is #A85748. Grayscale: #919191. Windows color (decimal): -11032393 or 12036183. OLE color: 12036183.
HSL color Cylindrical-coordinate representation of color #57A8B7: hue angle of 189.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57A8B7 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 168 | 183 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.28 |
| HSL | 189.38º | 0.4% | 0.53% | - |
| HSV(B) | 189.38º | 0.52% | 0.72% | - |
| XYZ | 26.48 | 33.45 | 49.86 | - |
| YUV | 145.49 | 149.16 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 183 | 0.52 | 0.08 | 0 | 0.28 | 189.38 | 0.4 | 0.53 |
| Hex | 57 | A8 | B7 | 34 | 8 | 0 | 1C | BD | 28 | 35 |
| Octal | 127 | 250 | 267 | 64 | 10 | 0 | 34 | 275 | 50 | 65 |
| Binary | 1010111 | 10101000 | 10110111 | 110100 | 1000 | 0 | 11100 | 10111101 | 101000 | 110101 |
Color Harmonies of #57A8B7
Complementary color
Monochromatic Colors of #57A8B7
Black with #57A8B7
Text Example
Text Example
White with #57A8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A8B7; }
p { color: rgb(87,168,183); }
H1.HeaderClassName
{
color: #57A8B7;
}
.AnyTagClassName
{
color: #57A8B7;
}
</style>
background-color css
<style>
a { background-color: #57A8B7; }
a { background-color: rgb(87,168,183); }
div.DivClassName
{
background-color: #57A8B7;
}
.BgClassName
{
background-color: #57A8B7;
}
</style>
border-color css
<style>
span { border-color: #57A8B7; }
span { border-color: rgb(87,168,183); }
td.TdClassName
{
border-color: #57A8B7;
}
.TagClassName
{
border-color: #57A8B7;
}
</style>