#70aac1

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

Shades of Glacier #70AAC1

Tints of Glacier #70AAC1

Color information

#70AAC1 (or 0x70AAC1) is unknown color: approx Glacier. HEX triplet: 70, AA and C1. RGB value is (112,170,193). Sum of RGB (Red+Green+Blue) = 112+170+193=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #70AAC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AAC1 is #8F553E. Grayscale: #9B9B9B. Windows color (decimal): -9393471 or 12692080. OLE color: 12692080.

HSL color Cylindrical-coordinate representation of color #70AAC1: hue angle of 197.04º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70AAC1 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112170193-
CMYK0.420.1200.24
HSL197.04º39.51%59.8%-
HSV(B)197.04º41.97%75.69%-
XYZ30.6836.0455.79-
YUV155.28149.2897.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.58%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=23.58%
G=35.79%
B=40.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121701930.420.1200.24197.0439.5159.8
Hex70AAC12AC018c5283c
Octal16025230152140303055074
Binary11100001010101011000001101010110001100011000101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70aac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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