#71AAC7

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

Shades of Glacier #71AAC7

Tints of Glacier #71AAC7

Color information

#71AAC7 (or 0x71AAC7) is unknown color: approx Glacier. HEX triplet: 71, AA and C7. RGB value is (113,170,199). Sum of RGB (Red+Green+Blue) = 113+170+199=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #71AAC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AAC7 is #8E5538. Grayscale: #9C9C9C. Windows color (decimal): -9327929 or 13085297. OLE color: 13085297.

HSL color Cylindrical-coordinate representation of color #71AAC7: hue angle of 200.23º 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 #71AAC7 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB113170199-
CMYK0.430.1500.22
HSL200.23º43.43%61.18%-
HSV(B)200.23º43.22%78.04%-
XYZ31.4936.3859.4-
YUV156.26152.1297.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.44%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 199 (78.12% from 255) = 41.29%
R=23.44%
G=35.27%
B=41.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1131701990.430.1500.22200.2343.4361.18
Hex71AAC72BF016c82b3d
Octal16125230753170263105375
Binary11100011010101011000111101011111101011011001000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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