#70A9BE

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

Shades of Glacier #70A9BE

Tints of Glacier #70A9BE

Color information

#70A9BE (or 0x70A9BE) is unknown color: approx Glacier. HEX triplet: 70, A9 and BE. RGB value is (112,169,190). Sum of RGB (Red+Green+Blue) = 112+169+190=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #70A9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A9BE is #8F5641. Grayscale: #9A9A9A. Windows color (decimal): -9393730 or 12495216. OLE color: 12495216.

HSL color Cylindrical-coordinate representation of color #70A9BE: hue angle of 196.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70A9BE is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112169190-
CMYK0.410.1100.25
HSL196.15º37.5%59.22%-
HSV(B)196.15º41.05%74.51%-
XYZ30.1635.5453.98-
YUV154.35148.1297.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=23.78%
G=35.88%
B=40.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121691900.410.1100.25196.1537.559.22
Hex70A9BE29B019c4263b
Octal16025127651130313044673
Binary11100001010100110111110101001101101100111000100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,169,190); }

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

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

 a { background-color: rgb(112,169,190); }

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

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

 span { border-color: rgb(112,169,190); }

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