#71ACBF

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

Shades of Glacier #71ACBF

Tints of Glacier #71ACBF

Color information

#71ACBF (or 0x71ACBF) is unknown color: approx Glacier. HEX triplet: 71, AC and BF. RGB value is (113,172,191). Sum of RGB (Red+Green+Blue) = 113+172+191=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #71ACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ACBF is #8E5340. Grayscale: #9C9C9C. Windows color (decimal): -9327425 or 12561521. OLE color: 12561521.

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

Color convert

RGB113172191-
CMYK0.410.1000.25
HSL194.62º37.86%59.61%-
HSV(B)194.62º40.84%74.9%-
XYZ30.9736.7854.76-
YUV156.52147.4596.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.74%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 191 (75% from 255) = 40.13%
R=23.74%
G=36.13%
B=40.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131721910.410.1000.25194.6237.8659.61
Hex71ACBF29A019c3263c
Octal16125427751120313034674
Binary11100011010110010111111101001101001100111000011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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