#70AAC5

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

Shades of Glacier #70AAC5

Tints of Glacier #70AAC5

Color information

#70AAC5 (or 0x70AAC5) is unknown color: approx Glacier. HEX triplet: 70, AA and C5. RGB value is (112,170,197). Sum of RGB (Red+Green+Blue) = 112+170+197=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 197 - color contains mainly: blue. Hex color #70AAC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AAC5 is #8F553A. Grayscale: #9B9B9B. Windows color (decimal): -9393467 or 12954224. OLE color: 12954224.

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

Color convert

RGB112170197-
CMYK0.430.1400.23
HSL199.06º42.29%60.59%-
HSV(B)199.06º43.15%77.25%-
XYZ31.1336.2358.17-
YUV155.74151.2896.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.38%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 197 (77.34% from 255) = 41.13%
R=23.38%
G=35.49%
B=41.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121701970.430.1400.23199.0642.2960.59
Hex70AAC52BE017c72a3d
Octal16025230553160273075275
Binary11100001010101011000101101011111001011111000111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70AAC5; }

 p { color: rgb(112,170,197); }

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

<style>
 a { background-color: #70AAC5; }

 a { background-color: rgb(112,170,197); }

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

<style>
 span { border-color: #70AAC5; }

 span { border-color: rgb(112,170,197); }

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