Shades of Fountain Blue #57AEB4
Tints of Fountain Blue #57AEB4
RGB
CMYK
RGB Variations
Color information
#57AEB4 (or 0x57AEB4) is known color: Fountain Blue. HEX triplet: 57, AE and B4. RGB value is (87,174,180). Sum of RGB (Red+Green+Blue) = 87+174+180=441 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.73% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #57AEB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AEB4 is #A8514B. Grayscale: #949494. Windows color (decimal): -11030860 or 11841111. OLE color: 11841111.
HSL color Cylindrical-coordinate representation of color #57AEB4: hue angle of 183.87º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57AEB4 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 174 | 180 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.29 |
| HSL | 183.87º | 0.38% | 0.52% | - |
| HSV(B) | 183.87º | 0.52% | 0.71% | - |
| XYZ | 27.3 | 35.59 | 48.61 | - |
| YUV | 148.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 174 | 180 | 0.52 | 0.03 | 0 | 0.29 | 183.87 | 0.38 | 0.52 |
| Hex | 57 | AE | B4 | 34 | 3 | 0 | 1D | B8 | 26 | 34 |
| Octal | 127 | 256 | 264 | 64 | 3 | 0 | 35 | 270 | 46 | 64 |
| Binary | 1010111 | 10101110 | 10110100 | 110100 | 11 | 0 | 11101 | 10111000 | 100110 | 110100 |
Color Harmonies of #57AEB4
Complementary color
Monochromatic Colors of #57AEB4
Black with #57AEB4
Text Example
Text Example
White with #57AEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AEB4; }
p { color: rgb(87,174,180); }
H1.HeaderClassName
{
color: #57AEB4;
}
.AnyTagClassName
{
color: #57AEB4;
}
</style>
background-color css
<style>
a { background-color: #57AEB4; }
a { background-color: rgb(87,174,180); }
div.DivClassName
{
background-color: #57AEB4;
}
.BgClassName
{
background-color: #57AEB4;
}
</style>
border-color css
<style>
span { border-color: #57AEB4; }
span { border-color: rgb(87,174,180); }
td.TdClassName
{
border-color: #57AEB4;
}
.TagClassName
{
border-color: #57AEB4;
}
</style>