#71BCC0

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

Shades of Glacier #71BCC0

Tints of Glacier #71BCC0

Color information

#71BCC0 (or 0x71BCC0) is unknown color: approx Glacier. HEX triplet: 71, BC and C0. RGB value is (113,188,192). Sum of RGB (Red+Green+Blue) = 113+188+192=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #71BCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BCC0 is #8E433F. Grayscale: #A5A5A5. Windows color (decimal): -9323328 or 12631153. OLE color: 12631153.

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

Color convert

RGB113188192-
CMYK0.410.0200.25
HSL183.04º38.54%59.8%-
HSV(B)183.04º41.15%75.29%-
XYZ34.3143.2856.42-
YUV166.03142.6590.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.92%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=22.92%
G=38.13%
B=38.95%

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
Decimal1131881920.410.0200.25183.0438.5459.8
Hex71BCC0292019b7273c
Octal1612743005120312674774
Binary111000110111100110000001010011001100110110111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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