#71ACBE

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

Shades of Glacier #71ACBE

Tints of Glacier #71ACBE

Color information

#71ACBE (or 0x71ACBE) is unknown color: approx Glacier. HEX triplet: 71, AC and BE. RGB value is (113,172,190). Sum of RGB (Red+Green+Blue) = 113+172+190=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #71ACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ACBE is #8E5341. Grayscale: #9C9C9C. Windows color (decimal): -9327426 or 12495985. OLE color: 12495985.

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

Color convert

RGB113172190-
CMYK0.410.0900.25
HSL194.03º37.2%59.41%-
HSV(B)194.03º40.53%74.51%-
XYZ30.8636.7354.18-
YUV156.41146.9597.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.79%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 190 (74.61% from 255) = 40%
R=23.79%
G=36.21%
B=40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131721900.410.0900.25194.0337.259.41
Hex71ACBE299019c2253b
Octal16125427651110313024573
Binary11100011010110010111110101001100101100111000010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,172,190); }

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

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

 a { background-color: rgb(113,172,190); }

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

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

 span { border-color: rgb(113,172,190); }

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