#71AEBE

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

Shades of Glacier #71AEBE

Tints of Glacier #71AEBE

Color information

#71AEBE (or 0x71AEBE) is unknown color: approx Glacier. HEX triplet: 71, AE and BE. RGB value is (113,174,190). Sum of RGB (Red+Green+Blue) = 113+174+190=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #71AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AEBE is #8E5141. Grayscale: #9D9D9D. Windows color (decimal): -9326914 or 12496497. OLE color: 12496497.

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

Color convert

RGB113174190-
CMYK0.410.0800.25
HSL192.47º37.2%59.41%-
HSV(B)192.47º40.53%74.51%-
XYZ31.2437.554.31-
YUV157.58146.2996.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.69%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=23.69%
G=36.48%
B=39.83%

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
Decimal1131741900.410.0800.25192.4737.259.41
Hex71AEBE298019c0253b
Octal16125627651100313004573
Binary11100011010111010111110101001100001100111000000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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