#70a5c4

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

Shades of Glacier #70A5C4

Tints of Glacier #70A5C4

Color information

#70A5C4 (or 0x70A5C4) is unknown color: approx Glacier. HEX triplet: 70, A5 and C4. RGB value is (112,165,196). Sum of RGB (Red+Green+Blue) = 112+165+196=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #70A5C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A5C4 is #8F5A3B. Grayscale: #989898. Windows color (decimal): -9394748 or 12887408. OLE color: 12887408.

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

Color convert

RGB112165196-
CMYK0.430.1600.23
HSL202.14º41.58%60.39%-
HSV(B)202.14º42.86%76.86%-
XYZ30.134.3457.27-
YUV152.69152.4498.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.68%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=23.68%
G=34.88%
B=41.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121651960.430.1600.23202.1441.5860.39
Hex70A5C42B10017ca2a3c
Octal16024530453200273125274
Binary111000010100101110001001010111000001011111001010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70a5c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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