Shades of Fountain Blue #71AEB6
Tints of Fountain Blue #71AEB6
RGB
CMYK
RGB Variations
Color information
#71AEB6 (or 0x71AEB6) is known color: Fountain Blue. HEX triplet: 71, AE and B6. RGB value is (113,174,182). Sum of RGB (Red+Green+Blue) = 113+174+182=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 182 - color contains mainly: blue. Hex color #71AEB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AEB6 is #8E5149. Grayscale: #9C9C9C. Windows color (decimal): -9326922 or 11972209. OLE color: 11972209.
HSL color Cylindrical-coordinate representation of color #71AEB6: hue angle of 186.96º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71AEB6 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 174 | 182 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.29 |
| HSL | 186.96º | 0.32% | 0.58% | - |
| HSV(B) | 186.96º | 0.38% | 0.71% | - |
| XYZ | 30.39 | 37.16 | 49.83 | - |
| YUV | 156.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 174 | 182 | 0.38 | 0.04 | 0 | 0.29 | 186.96 | 0.32 | 0.58 |
| Hex | 71 | AE | B6 | 26 | 4 | 0 | 1D | BB | 20 | 3A |
| Octal | 161 | 256 | 266 | 46 | 4 | 0 | 35 | 273 | 40 | 72 |
| Binary | 1110001 | 10101110 | 10110110 | 100110 | 100 | 0 | 11101 | 10111011 | 100000 | 111010 |
Color Harmonies of #71AEB6
Complementary color
Monochromatic Colors of #71AEB6
Black with #71AEB6
Text Example
Text Example
White with #71AEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AEB6; }
p { color: rgb(113,174,182); }
H1.HeaderClassName
{
color: #71AEB6;
}
.AnyTagClassName
{
color: #71AEB6;
}
</style>
background-color css
<style>
a { background-color: #71AEB6; }
a { background-color: rgb(113,174,182); }
div.DivClassName
{
background-color: #71AEB6;
}
.BgClassName
{
background-color: #71AEB6;
}
</style>
border-color css
<style>
span { border-color: #71AEB6; }
span { border-color: rgb(113,174,182); }
td.TdClassName
{
border-color: #71AEB6;
}
.TagClassName
{
border-color: #71AEB6;
}
</style>