Shades of Fountain Blue #71B0B4
Tints of Fountain Blue #71B0B4
RGB
CMYK
RGB Variations
Color information
#71B0B4 (or 0x71B0B4) is known color: Fountain Blue. HEX triplet: 71, B0 and B4. RGB value is (113,176,180). Sum of RGB (Red+Green+Blue) = 113+176+180=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #71B0B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B0B4 is #8E4F4B. Grayscale: #9D9D9D. Windows color (decimal): -9326412 or 11841649. OLE color: 11841649.
HSL color Cylindrical-coordinate representation of color #71B0B4: hue angle of 183.58º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B0B4 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 176 | 180 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.29 |
| HSL | 183.58º | 0.31% | 0.57% | - |
| HSV(B) | 183.58º | 0.37% | 0.71% | - |
| XYZ | 30.57 | 37.86 | 48.88 | - |
| YUV | 157.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 176 | 180 | 0.37 | 0.02 | 0 | 0.29 | 183.58 | 0.31 | 0.57 |
| Hex | 71 | B0 | B4 | 25 | 2 | 0 | 1D | B8 | 1F | 39 |
| Octal | 161 | 260 | 264 | 45 | 2 | 0 | 35 | 270 | 37 | 71 |
| Binary | 1110001 | 10110000 | 10110100 | 100101 | 10 | 0 | 11101 | 10111000 | 11111 | 111001 |
Color Harmonies of #71B0B4
Complementary color
Monochromatic Colors of #71B0B4
Black with #71B0B4
Text Example
Text Example
White with #71B0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B0B4; }
p { color: rgb(113,176,180); }
H1.HeaderClassName
{
color: #71B0B4;
}
.AnyTagClassName
{
color: #71B0B4;
}
</style>
background-color css
<style>
a { background-color: #71B0B4; }
a { background-color: rgb(113,176,180); }
div.DivClassName
{
background-color: #71B0B4;
}
.BgClassName
{
background-color: #71B0B4;
}
</style>
border-color css
<style>
span { border-color: #71B0B4; }
span { border-color: rgb(113,176,180); }
td.TdClassName
{
border-color: #71B0B4;
}
.TagClassName
{
border-color: #71B0B4;
}
</style>