#70A7BF

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

Shades of Glacier #70A7BF

Tints of Glacier #70A7BF

Color information

#70A7BF (or 0x70A7BF) is unknown color: approx Glacier. HEX triplet: 70, A7 and BF. RGB value is (112,167,191). Sum of RGB (Red+Green+Blue) = 112+167+191=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #70A7BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A7BF is #8F5840. Grayscale: #999999. Windows color (decimal): -9394241 or 12560240. OLE color: 12560240.

HSL color Cylindrical-coordinate representation of color #70A7BF: hue angle of 198.23º 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 #70A7BF is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112167191-
CMYK0.410.1300.25
HSL198.23º38.16%59.41%-
HSV(B)198.23º41.36%74.9%-
XYZ29.934.8454.44-
YUV153.29149.2898.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.83%
GREEN value IS 167 (65.62% from 255) = 35.53%
BLUE value IS 191 (75% from 255) = 40.64%
R=23.83%
G=35.53%
B=40.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121671910.410.1300.25198.2338.1659.41
Hex70A7BF29D019c6263b
Octal16024727751150313064673
Binary11100001010011110111111101001110101100111000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,167,191); }

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

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

 a { background-color: rgb(112,167,191); }

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

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

 span { border-color: rgb(112,167,191); }

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