#70A5BA

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

Shades of Glacier #70A5BA

Tints of Glacier #70A5BA

Color information

#70A5BA (or 0x70A5BA) is unknown color: approx Glacier. HEX triplet: 70, A5 and BA. RGB value is (112,165,186). Sum of RGB (Red+Green+Blue) = 112+165+186=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #70A5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A5BA is #8F5A45. Grayscale: #979797. Windows color (decimal): -9394758 or 12232048. OLE color: 12232048.

HSL color Cylindrical-coordinate representation of color #70A5BA: hue angle of 197.03º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70A5BA is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112165186-
CMYK0.400.1100.27
HSL197.03º34.91%58.43%-
HSV(B)197.03º39.78%72.94%-
XYZ2933.951.47-
YUV151.55147.4499.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.19%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=24.19%
G=35.64%
B=40.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121651860.400.1100.27197.0334.9158.43
Hex70A5BA28B01Bc5233a
Octal16024527250130333054372
Binary11100001010010110111010101000101101101111000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,165,186); }

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

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

 a { background-color: rgb(112,165,186); }

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

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

 span { border-color: rgb(112,165,186); }

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