#71B6BB

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

Shades of Glacier #71B6BB

Tints of Glacier #71B6BB

Color information

#71B6BB (or 0x71B6BB) is unknown color: approx Glacier. HEX triplet: 71, B6 and BB. RGB value is (113,182,187). Sum of RGB (Red+Green+Blue) = 113+182+187=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #71B6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B6BB is #8E4944. Grayscale: #A1A1A1. Windows color (decimal): -9324869 or 12301937. OLE color: 12301937.

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

Color convert

RGB113182187-
CMYK0.400.0300.27
HSL184.05º35.24%58.82%-
HSV(B)184.05º39.57%73.33%-
XYZ32.5140.5553.13-
YUV161.94142.1493.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.44%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=23.44%
G=37.76%
B=38.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131821870.400.0300.27184.0535.2458.82
Hex71B6BB28301Bb8233b
Octal1612662735030332704373
Binary111000110110110101110111010001101101110111000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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