#71A4B4

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

Shades of Glacier #71A4B4

Tints of Glacier #71A4B4

Color information

#71A4B4 (or 0x71A4B4) is unknown color: approx Glacier. HEX triplet: 71, A4 and B4. RGB value is (113,164,180). Sum of RGB (Red+Green+Blue) = 113+164+180=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #71A4B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A4B4 is #8E5B4B. Grayscale: #969696. Windows color (decimal): -9329484 or 11838577. OLE color: 11838577.

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

Color convert

RGB113164180-
CMYK0.370.0900.29
HSL194.33º30.88%57.45%-
HSV(B)194.33º37.22%70.59%-
XYZ28.3233.3648.13-
YUV150.58144.6101.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.73%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=24.73%
G=35.89%
B=39.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131641800.370.0900.29194.3330.8857.45
Hex71A4B425901Dc21f39
Octal16124426445110353023771
Binary1110001101001001011010010010110010111011100001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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