#71BDBF

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

Shades of Glacier #71BDBF

Tints of Glacier #71BDBF

Color information

#71BDBF (or 0x71BDBF) is unknown color: approx Glacier. HEX triplet: 71, BD and BF. RGB value is (113,189,191). Sum of RGB (Red+Green+Blue) = 113+189+191=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #71BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDBF is #8E4240. Grayscale: #A6A6A6. Windows color (decimal): -9323073 or 12565873. OLE color: 12565873.

HSL color Cylindrical-coordinate representation of color #71BDBF: hue angle of 181.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BDBF is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113189191-
CMYK0.410.0100.25
HSL181.54º37.86%59.61%-
HSV(B)181.54º40.84%74.9%-
XYZ34.4143.6755.91-
YUV166.5141.8289.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.92%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 191 (75% from 255) = 38.74%
R=22.92%
G=38.34%
B=38.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131891910.410.0100.25181.5437.8659.61
Hex71BDBF291019b6263c
Octal1612752775110312664674
Binary11100011011110110111111101001101100110110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,189,191); }

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

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

 a { background-color: rgb(113,189,191); }

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

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

 span { border-color: rgb(113,189,191); }

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