#70B3BF

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

Shades of Glacier #70B3BF

Tints of Glacier #70B3BF

Color information

#70B3BF (or 0x70B3BF) is unknown color: approx Glacier. HEX triplet: 70, B3 and BF. RGB value is (112,179,191). Sum of RGB (Red+Green+Blue) = 112+179+191=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #70B3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B3BF is #8F4C40. Grayscale: #A0A0A0. Windows color (decimal): -9391169 or 12563312. OLE color: 12563312.

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

Color convert

RGB112179191-
CMYK0.410.0600.25
HSL189.11º38.16%59.41%-
HSV(B)189.11º41.36%74.9%-
XYZ32.2139.4555.21-
YUV160.33145.393.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.24%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 191 (75% from 255) = 39.63%
R=23.24%
G=37.14%
B=39.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121791910.410.0600.25189.1138.1659.41
Hex70B3BF296019bd263b
Octal1602632775160312754673
Binary1110000101100111011111110100111001100110111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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