#70B0BF

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

Shades of Glacier #70B0BF

Tints of Glacier #70B0BF

Color information

#70B0BF (or 0x70B0BF) is unknown color: approx Glacier. HEX triplet: 70, B0 and BF. RGB value is (112,176,191). Sum of RGB (Red+Green+Blue) = 112+176+191=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #70B0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B0BF is #8F4F40. Grayscale: #9E9E9E. Windows color (decimal): -9391937 or 12562544. OLE color: 12562544.

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

Color convert

RGB112176191-
CMYK0.410.0800.25
HSL191.39º38.16%59.41%-
HSV(B)191.39º41.36%74.9%-
XYZ31.6138.2655.01-
YUV158.57146.394.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.38%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 191 (75% from 255) = 39.87%
R=23.38%
G=36.74%
B=39.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121761910.410.0800.25191.3938.1659.41
Hex70B0BF298019bf263b
Octal16026027751100312774673
Binary11100001011000010111111101001100001100110111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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