#71ACBA

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

Shades of Glacier #71ACBA

Tints of Glacier #71ACBA

Color information

#71ACBA (or 0x71ACBA) is unknown color: approx Glacier. HEX triplet: 71, AC and BA. RGB value is (113,172,186). Sum of RGB (Red+Green+Blue) = 113+172+186=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #71ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ACBA is #8E5345. Grayscale: #9B9B9B. Windows color (decimal): -9327430 or 12233841. OLE color: 12233841.

HSL color Cylindrical-coordinate representation of color #71ACBA: hue angle of 191.51º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71ACBA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113172186-
CMYK0.390.0800.27
HSL191.51º34.6%58.63%-
HSV(B)191.51º39.25%72.94%-
XYZ30.4336.5651.91-
YUV155.96144.9597.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.99%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=23.99%
G=36.52%
B=39.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131721860.390.0800.27191.5134.658.63
Hex71ACBA27801Bc0233b
Octal16125427247100333004373
Binary11100011010110010111010100111100001101111000000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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