#71AEC7

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

Shades of Glacier #71AEC7

Tints of Glacier #71AEC7

Color information

#71AEC7 (or 0x71AEC7) is unknown color: approx Glacier. HEX triplet: 71, AE and C7. RGB value is (113,174,199). Sum of RGB (Red+Green+Blue) = 113+174+199=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 199 - color contains mainly: blue. Hex color #71AEC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AEC7 is #8E5138. Grayscale: #9E9E9E. Windows color (decimal): -9326905 or 13086321. OLE color: 13086321.

HSL color Cylindrical-coordinate representation of color #71AEC7: hue angle of 197.44º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71AEC7 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB113174199-
CMYK0.430.1300.22
HSL197.44º43.43%61.18%-
HSV(B)197.44º43.22%78.04%-
XYZ32.2537.9159.65-
YUV158.61150.7995.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.25%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 199 (78.12% from 255) = 40.95%
R=23.25%
G=35.80%
B=40.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1131741990.430.1300.22197.4443.4361.18
Hex71AEC72BD016c52b3d
Octal16125630753150263055375
Binary11100011010111011000111101011110101011011000101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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