#71B6BC

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

Shades of Glacier #71B6BC

Tints of Glacier #71B6BC

Color information

#71B6BC (or 0x71B6BC) is unknown color: approx Glacier. HEX triplet: 71, B6 and BC. RGB value is (113,182,188). Sum of RGB (Red+Green+Blue) = 113+182+188=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #71B6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B6BC is #8E4943. Grayscale: #A1A1A1. Windows color (decimal): -9324868 or 12367473. OLE color: 12367473.

HSL color Cylindrical-coordinate representation of color #71B6BC: hue angle of 184.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71B6BC is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB113182188-
CMYK0.400.0300.26
HSL184.8º35.89%59.02%-
HSV(B)184.8º39.89%73.73%-
XYZ32.6240.653.69-
YUV162.05142.6493.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.40%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=23.40%
G=37.68%
B=38.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131821880.400.0300.26184.835.8959.02
Hex71B6BC28301Ab9243b
Octal1612662745030322714473
Binary111000110110110101111001010001101101010111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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