Shades of Fountain Blue #71B7B5
Tints of Fountain Blue #71B7B5
RGB
CMYK
RGB Variations
Color information
#71B7B5 (or 0x71B7B5) is known color: Fountain Blue. HEX triplet: 71, B7 and B5. RGB value is (113,183,181). Sum of RGB (Red+Green+Blue) = 113+183+181=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #71B7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B7B5 is #8E484A. Grayscale: #A1A1A1. Windows color (decimal): -9324619 or 11908977. OLE color: 11908977.
HSL color Cylindrical-coordinate representation of color #71B7B5: hue angle of 178.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B7B5 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 183 | 181 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.28 |
| HSL | 178.29º | 0.33% | 0.58% | - |
| HSV(B) | 178.29º | 0.38% | 0.72% | - |
| XYZ | 32.08 | 40.71 | 49.88 | - |
| YUV | 161.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 181 | 0.38 | 0 | 0.01 | 0.28 | 178.29 | 0.33 | 0.58 |
| Hex | 71 | B7 | B5 | 26 | 0 | 1 | 1C | B2 | 21 | 3A |
| Octal | 161 | 267 | 265 | 46 | 0 | 1 | 34 | 262 | 41 | 72 |
| Binary | 1110001 | 10110111 | 10110101 | 100110 | 0 | 1 | 11100 | 10110010 | 100001 | 111010 |
Color Harmonies of #71B7B5
Complementary color
Monochromatic Colors of #71B7B5
Black with #71B7B5
Text Example
Text Example
White with #71B7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B7B5; }
p { color: rgb(113,183,181); }
H1.HeaderClassName
{
color: #71B7B5;
}
.AnyTagClassName
{
color: #71B7B5;
}
</style>
background-color css
<style>
a { background-color: #71B7B5; }
a { background-color: rgb(113,183,181); }
div.DivClassName
{
background-color: #71B7B5;
}
.BgClassName
{
background-color: #71B7B5;
}
</style>
border-color css
<style>
span { border-color: #71B7B5; }
span { border-color: rgb(113,183,181); }
td.TdClassName
{
border-color: #71B7B5;
}
.TagClassName
{
border-color: #71B7B5;
}
</style>