#71B1B6

Color #71B1B6 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #71B1B6

Tints of Fountain Blue #71B1B6

Color information

#71B1B6 (or 0x71B1B6) is unknown color: approx Fountain Blue. HEX triplet: 71, B1 and B6. RGB value is (113,177,182). Sum of RGB (Red+Green+Blue) = 113+177+182=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 182 - color contains mainly: blue. Hex color #71B1B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B1B6 is #8E4E49. Grayscale: #9E9E9E. Windows color (decimal): -9326154 or 11972977. OLE color: 11972977.

HSL color Cylindrical-coordinate representation of color #71B1B6: hue angle of 184.35º 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 #71B1B6 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB113177182-
CMYK0.380.0300.29
HSL184.35º32.09%57.84%-
HSV(B)184.35º37.91%71.37%-
XYZ30.9838.3350.02-
YUV158.43141.395.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 23.94%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 182 (71.48% from 255) = 38.56%
R=23.94%
G=37.5%
B=38.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131771820.380.0300.29184.3532.0957.84
Hex71B1B626301Db8203a
Octal1612612664630352704072
Binary111000110110001101101101001101101110110111000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71B1B6; }

 p { color: rgb(113,177,182); }

 H1.HeaderClassName
 {
   color: #71B1B6;
 }
 .AnyTagClassName
 {
   color: #71B1B6;
 }
</style>
background-color css

<style>
 a { background-color: #71B1B6; }

 a { background-color: rgb(113,177,182); }

 div.DivClassName
 {
   background-color: #71B1B6;
 }
 .BgClassName
 {
   background-color: #71B1B6;
 }
</style>
border-color css

<style>
 span { border-color: #71B1B6; }

 span { border-color: rgb(113,177,182); }

 td.TdClassName
 {
   border-color: #71B1B6;
 }
 .TagClassName
 {
   border-color: #71B1B6;
 }
</style>