#70ACBB

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

Shades of Glacier #70ACBB

Tints of Glacier #70ACBB

Color information

#70ACBB (or 0x70ACBB) is unknown color: approx Glacier. HEX triplet: 70, AC and BB. RGB value is (112,172,187). Sum of RGB (Red+Green+Blue) = 112+172+187=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #70ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACBB is #8F5344. Grayscale: #9B9B9B. Windows color (decimal): -9392965 or 12299376. OLE color: 12299376.

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

Color convert

RGB112172187-
CMYK0.400.0800.27
HSL192º35.55%58.63%-
HSV(B)192º40.11%73.33%-
XYZ30.436.5452.46-
YUV155.77145.6296.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=23.78%
G=36.52%
B=39.70%

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
Decimal1121721870.400.0800.2719235.5558.63
Hex70ACBB28801Bc0243b
Octal16025427350100333004473
Binary11100001010110010111011101000100001101111000000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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