Shades of Fountain Blue #57AFAB
Tints of Fountain Blue #57AFAB
RGB
CMYK
RGB Variations
Color information
#57AFAB (or 0x57AFAB) is known color: Fountain Blue. HEX triplet: 57, AF and AB. RGB value is (87,175,171). Sum of RGB (Red+Green+Blue) = 87+175+171=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #57AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AFAB is #A85054. Grayscale: #949494. Windows color (decimal): -11030613 or 11251543. OLE color: 11251543.
HSL color Cylindrical-coordinate representation of color #57AFAB: hue angle of 177.27º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AFAB is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 175 | 171 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.31 |
| HSL | 177.27º | 0.35% | 0.51% | - |
| HSV(B) | 177.27º | 0.5% | 0.69% | - |
| XYZ | 26.61 | 35.63 | 44 | - |
| YUV | 148.23 | 140.85 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 171 | 0.50 | 0 | 0.02 | 0.31 | 177.27 | 0.35 | 0.51 |
| Hex | 57 | AF | AB | 32 | 0 | 2 | 1F | B1 | 23 | 33 |
| Octal | 127 | 257 | 253 | 62 | 0 | 2 | 37 | 261 | 43 | 63 |
| Binary | 1010111 | 10101111 | 10101011 | 110010 | 0 | 10 | 11111 | 10110001 | 100011 | 110011 |
Color Harmonies of #57AFAB
Complementary color
Monochromatic Colors of #57AFAB
Black with #57AFAB
Text Example
Text Example
White with #57AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AFAB; }
p { color: rgb(87,175,171); }
H1.HeaderClassName
{
color: #57AFAB;
}
.AnyTagClassName
{
color: #57AFAB;
}
</style>
background-color css
<style>
a { background-color: #57AFAB; }
a { background-color: rgb(87,175,171); }
div.DivClassName
{
background-color: #57AFAB;
}
.BgClassName
{
background-color: #57AFAB;
}
</style>
border-color css
<style>
span { border-color: #57AFAB; }
span { border-color: rgb(87,175,171); }
td.TdClassName
{
border-color: #57AFAB;
}
.TagClassName
{
border-color: #57AFAB;
}
</style>