#71AABE

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

Shades of Glacier #71AABE

Tints of Glacier #71AABE

Color information

#71AABE (or 0x71AABE) is unknown color: approx Glacier. HEX triplet: 71, AA and BE. RGB value is (113,170,190). Sum of RGB (Red+Green+Blue) = 113+170+190=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #71AABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AABE is #8E5541. Grayscale: #9B9B9B. Windows color (decimal): -9327938 or 12495473. OLE color: 12495473.

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

Color convert

RGB113170190-
CMYK0.410.1100.25
HSL195.58º37.2%59.41%-
HSV(B)195.58º40.53%74.51%-
XYZ30.4835.9854.05-
YUV155.24147.6297.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.89%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=23.89%
G=35.94%
B=40.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131701900.410.1100.25195.5837.259.41
Hex71AABE29B019c4253b
Octal16125227651130313044573
Binary11100011010101010111110101001101101100111000100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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