#71AFBE

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

Shades of Glacier #71AFBE

Tints of Glacier #71AFBE

Color information

#71AFBE (or 0x71AFBE) is unknown color: approx Glacier. HEX triplet: 71, AF and BE. RGB value is (113,175,190). Sum of RGB (Red+Green+Blue) = 113+175+190=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #71AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AFBE is #8E5041. Grayscale: #9E9E9E. Windows color (decimal): -9326658 or 12496753. OLE color: 12496753.

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

Color convert

RGB113175190-
CMYK0.410.0800.25
HSL191.69º37.2%59.41%-
HSV(B)191.69º40.53%74.51%-
XYZ31.4337.8954.37-
YUV158.17145.9695.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.64%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=23.64%
G=36.61%
B=39.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131751900.410.0800.25191.6937.259.41
Hex71AFBE298019c0253b
Octal16125727651100313004573
Binary11100011010111110111110101001100001100111000000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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