#71ACC4

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

Shades of Glacier #71ACC4

Tints of Glacier #71ACC4

Color information

#71ACC4 (or 0x71ACC4) is unknown color: approx Glacier. HEX triplet: 71, AC and C4. RGB value is (113,172,196). Sum of RGB (Red+Green+Blue) = 113+172+196=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #71ACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ACC4 is #8E533B. Grayscale: #9C9C9C. Windows color (decimal): -9327420 or 12889201. OLE color: 12889201.

HSL color Cylindrical-coordinate representation of color #71ACC4: hue angle of 197.35º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71ACC4 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB113172196-
CMYK0.420.1200.23
HSL197.35º41.29%60.59%-
HSV(B)197.35º42.35%76.86%-
XYZ31.533757.7-
YUV157.1149.9596.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.49%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 196 (76.95% from 255) = 40.75%
R=23.49%
G=35.76%
B=40.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131721960.420.1200.23197.3541.2960.59
Hex71ACC42AC017c5293d
Octal16125430452140273055175
Binary11100011010110011000100101010110001011111000101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,172,196); }

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

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

 a { background-color: rgb(113,172,196); }

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

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

 span { border-color: rgb(113,172,196); }

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