#70B7BF

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

Shades of Glacier #70B7BF

Tints of Glacier #70B7BF

Color information

#70B7BF (or 0x70B7BF) is unknown color: approx Glacier. HEX triplet: 70, B7 and BF. RGB value is (112,183,191). Sum of RGB (Red+Green+Blue) = 112+183+191=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #70B7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B7BF is #8F4840. Grayscale: #A2A2A2. Windows color (decimal): -9390145 or 12564336. OLE color: 12564336.

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

Color convert

RGB112183191-
CMYK0.410.0400.25
HSL186.08º38.16%59.41%-
HSV(B)186.08º41.36%74.9%-
XYZ33.0241.0755.48-
YUV162.68143.9891.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.05%
GREEN value IS 183 (71.88% from 255) = 37.65%
BLUE value IS 191 (75% from 255) = 39.30%
R=23.05%
G=37.65%
B=39.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121831910.410.0400.25186.0838.1659.41
Hex70B7BF294019ba263b
Octal1602672775140312724673
Binary1110000101101111011111110100110001100110111010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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