#70ACBA

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

Shades of Glacier #70ACBA

Tints of Glacier #70ACBA

Color information

#70ACBA (or 0x70ACBA) is unknown color: approx Glacier. HEX triplet: 70, AC and BA. RGB value is (112,172,186). Sum of RGB (Red+Green+Blue) = 112+172+186=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #70ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACBA is #8F5345. Grayscale: #9B9B9B. Windows color (decimal): -9392966 or 12233840. OLE color: 12233840.

HSL color Cylindrical-coordinate representation of color #70ACBA: hue angle of 191.35º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70ACBA is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112172186-
CMYK0.400.0800.27
HSL191.35º34.91%58.43%-
HSV(B)191.35º39.78%72.94%-
XYZ30.336.4951.9-
YUV155.66145.1296.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.83%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=23.83%
G=36.60%
B=39.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121721860.400.0800.27191.3534.9158.43
Hex70ACBA28801Bbf233a
Octal16025427250100332774372
Binary11100001010110010111010101000100001101110111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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