#70B9BF

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

Shades of Glacier #70B9BF

Tints of Glacier #70B9BF

Color information

#70B9BF (or 0x70B9BF) is unknown color: approx Glacier. HEX triplet: 70, B9 and BF. RGB value is (112,185,191). Sum of RGB (Red+Green+Blue) = 112+185+191=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #70B9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B9BF is #8F4640. Grayscale: #A3A3A3. Windows color (decimal): -9389633 or 12564848. OLE color: 12564848.

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

Color convert

RGB112185191-
CMYK0.410.0300.25
HSL184.56º38.16%59.41%-
HSV(B)184.56º41.36%74.9%-
XYZ33.4441.955.62-
YUV163.86143.3291.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.95%
GREEN value IS 185 (72.66% from 255) = 37.91%
BLUE value IS 191 (75% from 255) = 39.14%
R=22.95%
G=37.91%
B=39.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121851910.410.0300.25184.5638.1659.41
Hex70B9BF293019b9263b
Octal1602712775130312714673
Binary111000010111001101111111010011101100110111001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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