#71AEBC

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

Shades of Glacier #71AEBC

Tints of Glacier #71AEBC

Color information

#71AEBC (or 0x71AEBC) is unknown color: approx Glacier. HEX triplet: 71, AE and BC. RGB value is (113,174,188). Sum of RGB (Red+Green+Blue) = 113+174+188=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #71AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AEBC is #8E5143. Grayscale: #9D9D9D. Windows color (decimal): -9326916 or 12365425. OLE color: 12365425.

HSL color Cylindrical-coordinate representation of color #71AEBC: hue angle of 191.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71AEBC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB113174188-
CMYK0.400.0700.26
HSL191.2º35.89%59.02%-
HSV(B)191.2º39.89%73.73%-
XYZ31.0237.4153.16-
YUV157.36145.2996.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.79%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=23.79%
G=36.63%
B=39.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131741880.400.0700.26191.235.8959.02
Hex71AEBC28701Abf243b
Octal1612562745070322774473
Binary1110001101011101011110010100011101101010111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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