#70BAC3

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

Shades of Glacier #70BAC3

Tints of Glacier #70BAC3

Color information

#70BAC3 (or 0x70BAC3) is unknown color: approx Glacier. HEX triplet: 70, BA and C3. RGB value is (112,186,195). Sum of RGB (Red+Green+Blue) = 112+186+195=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 195 - color contains mainly: blue. Hex color #70BAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BAC3 is #8F453C. Grayscale: #A4A4A4. Windows color (decimal): -9389373 or 12827248. OLE color: 12827248.

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

Color convert

RGB112186195-
CMYK0.430.0500.24
HSL186.51º40.89%60.2%-
HSV(B)186.51º42.56%76.47%-
XYZ34.0942.558.04-
YUV164.9144.9890.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.72%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 195 (76.56% from 255) = 39.55%
R=22.72%
G=37.73%
B=39.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121861950.430.0500.24186.5140.8960.2
Hex70BAC32B5018bb293c
Octal1602723035350302735174
Binary1110000101110101100001110101110101100010111011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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