#71BDC1

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

Shades of Glacier #71BDC1

Tints of Glacier #71BDC1

Color information

#71BDC1 (or 0x71BDC1) is unknown color: approx Glacier. HEX triplet: 71, BD and C1. RGB value is (113,189,193). Sum of RGB (Red+Green+Blue) = 113+189+193=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #71BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDC1 is #8E423E. Grayscale: #A6A6A6. Windows color (decimal): -9323071 or 12696945. OLE color: 12696945.

HSL color Cylindrical-coordinate representation of color #71BDC1: hue angle of 183º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BDC1 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB113189193-
CMYK0.410.0200.24
HSL183º39.22%60%-
HSV(B)183º41.45%75.69%-
XYZ34.6343.7657.07-
YUV166.73142.8289.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.83%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=22.83%
G=38.18%
B=38.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1131891930.410.0200.2418339.2260
Hex71BDC1292018b7273c
Octal1612753015120302674774
Binary111000110111101110000011010011001100010110111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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