#70A5BC

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

Shades of Glacier #70A5BC

Tints of Glacier #70A5BC

Color information

#70A5BC (or 0x70A5BC) is unknown color: approx Glacier. HEX triplet: 70, A5 and BC. RGB value is (112,165,188). Sum of RGB (Red+Green+Blue) = 112+165+188=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #70A5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A5BC is #8F5A43. Grayscale: #979797. Windows color (decimal): -9394756 or 12363120. OLE color: 12363120.

HSL color Cylindrical-coordinate representation of color #70A5BC: hue angle of 198.16º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70A5BC is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112165188-
CMYK0.400.1200.26
HSL198.16º36.19%58.82%-
HSV(B)198.16º40.43%73.73%-
XYZ29.2133.9952.6-
YUV151.77148.4499.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.09%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=24.09%
G=35.48%
B=40.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121651880.400.1200.26198.1636.1958.82
Hex70A5BC28C01Ac6243b
Octal16024527450140323064473
Binary11100001010010110111100101000110001101011000110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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