#70B9BE

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

Shades of Glacier #70B9BE

Tints of Glacier #70B9BE

Color information

#70B9BE (or 0x70B9BE) is unknown color: approx Glacier. HEX triplet: 70, B9 and BE. RGB value is (112,185,190). Sum of RGB (Red+Green+Blue) = 112+185+190=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #70B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B9BE is #8F4641. Grayscale: #A3A3A3. Windows color (decimal): -9389634 or 12499312. OLE color: 12499312.

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

Color convert

RGB112185190-
CMYK0.410.0300.25
HSL183.85º37.5%59.22%-
HSV(B)183.85º41.05%74.51%-
XYZ33.3341.8655.04-
YUV163.74142.8291.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.00%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=23.00%
G=37.99%
B=39.01%

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
Decimal1121851900.410.0300.25183.8537.559.22
Hex70B9BE293019b8263b
Octal1602712765130312704673
Binary111000010111001101111101010011101100110111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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