#71BDC0

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

Shades of Glacier #71BDC0

Tints of Glacier #71BDC0

Color information

#71BDC0 (or 0x71BDC0) is unknown color: approx Glacier. HEX triplet: 71, BD and C0. RGB value is (113,189,192). Sum of RGB (Red+Green+Blue) = 113+189+192=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #71BDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDC0 is #8E423F. Grayscale: #A6A6A6. Windows color (decimal): -9323072 or 12631409. OLE color: 12631409.

HSL color Cylindrical-coordinate representation of color #71BDC0: hue angle of 182.28º degrees, saturation: 0.39, 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 #71BDC0 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113189192-
CMYK0.410.0200.25
HSL182.28º38.54%59.8%-
HSV(B)182.28º41.15%75.29%-
XYZ34.5243.7156.49-
YUV166.62142.3289.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.87%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 192 (75.39% from 255) = 38.87%
R=22.87%
G=38.26%
B=38.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131891920.410.0200.25182.2838.5459.8
Hex71BDC0292019b6273c
Octal1612753005120312664774
Binary111000110111101110000001010011001100110110110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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