#70B7BC

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

Shades of Glacier #70B7BC

Tints of Glacier #70B7BC

Color information

#70B7BC (or 0x70B7BC) is unknown color: approx Glacier. HEX triplet: 70, B7 and BC. RGB value is (112,183,188). Sum of RGB (Red+Green+Blue) = 112+183+188=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #70B7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B7BC is #8F4843. Grayscale: #A2A2A2. Windows color (decimal): -9390148 or 12367728. OLE color: 12367728.

HSL color Cylindrical-coordinate representation of color #70B7BC: hue angle of 183.95º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70B7BC is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112183188-
CMYK0.400.0300.26
HSL183.95º36.19%58.82%-
HSV(B)183.95º40.43%73.73%-
XYZ32.6940.9453.76-
YUV162.34142.4892.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.19%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=23.19%
G=37.89%
B=38.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121831880.400.0300.26183.9536.1958.82
Hex70B7BC28301Ab8243b
Octal1602672745030322704473
Binary111000010110111101111001010001101101010111000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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