#70BAC1

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

Shades of Glacier #70BAC1

Tints of Glacier #70BAC1

Color information

#70BAC1 (or 0x70BAC1) is unknown color: approx Glacier. HEX triplet: 70, BA and C1. RGB value is (112,186,193). Sum of RGB (Red+Green+Blue) = 112+186+193=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #70BAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BAC1 is #8F453E. Grayscale: #A4A4A4. Windows color (decimal): -9389375 or 12696176. OLE color: 12696176.

HSL color Cylindrical-coordinate representation of color #70BAC1: hue angle of 185.19º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70BAC1 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112186193-
CMYK0.420.0400.24
HSL185.19º39.51%59.8%-
HSV(B)185.19º41.97%75.69%-
XYZ33.8742.4156.85-
YUV164.67143.9890.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.81%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=22.81%
G=37.88%
B=39.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121861930.420.0400.24185.1939.5159.8
Hex70BAC12A4018b9283c
Octal1602723015240302715074
Binary1110000101110101100000110101010001100010111001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,186,193); }

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

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

 a { background-color: rgb(112,186,193); }

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

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

 span { border-color: rgb(112,186,193); }

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