#71AEB4

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

Shades of Fountain Blue #71AEB4

Tints of Fountain Blue #71AEB4

Color information

#71AEB4 (or 0x71AEB4) is unknown color: approx Fountain Blue. HEX triplet: 71, AE and B4. RGB value is (113,174,180). Sum of RGB (Red+Green+Blue) = 113+174+180=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #71AEB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AEB4 is #8E514B. Grayscale: #9C9C9C. Windows color (decimal): -9326924 or 11841137. OLE color: 11841137.

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

Color convert

RGB113174180-
CMYK0.370.0300.29
HSL185.37º30.88%57.45%-
HSV(B)185.37º37.22%70.59%-
XYZ30.1837.0848.75-
YUV156.44141.2997.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.20%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=24.20%
G=37.26%
B=38.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131741800.370.0300.29185.3730.8857.45
Hex71AEB425301Db91f39
Octal1612562644530352713771
Binary11100011010111010110100100101110111011011100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,174,180); }

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

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

 a { background-color: rgb(113,174,180); }

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

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

 span { border-color: rgb(113,174,180); }

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