#70ACB4

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

Shades of Fountain Blue #70ACB4

Tints of Fountain Blue #70ACB4

Color information

#70ACB4 (or 0x70ACB4) is unknown color: approx Fountain Blue. HEX triplet: 70, AC and B4. RGB value is (112,172,180). Sum of RGB (Red+Green+Blue) = 112+172+180=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 180 - color contains mainly: blue. Hex color #70ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACB4 is #8F534B. Grayscale: #9A9A9A. Windows color (decimal): -9392972 or 11840624. OLE color: 11840624.

HSL color Cylindrical-coordinate representation of color #70ACB4: hue angle of 187.06º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70ACB4 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112172180-
CMYK0.380.0400.29
HSL187.06º31.19%57.25%-
HSV(B)187.06º37.78%70.59%-
XYZ29.6736.2548.61-
YUV154.97142.1297.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.14%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 180 (70.70% from 255) = 38.79%
R=24.14%
G=37.07%
B=38.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121721800.380.0400.29187.0631.1957.25
Hex70ACB426401Dbb1f39
Octal1602542644640352733771
Binary111000010101100101101001001101000111011011101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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