#70ACB3

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

Shades of Fountain Blue #70ACB3

Tints of Fountain Blue #70ACB3

Color information

#70ACB3 (or 0x70ACB3) is unknown color: approx Fountain Blue. HEX triplet: 70, AC and B3. RGB value is (112,172,179). Sum of RGB (Red+Green+Blue) = 112+172+179=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #70ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACB3 is #8F534C. Grayscale: #9A9A9A. Windows color (decimal): -9392973 or 11775088. OLE color: 11775088.

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

Color convert

RGB112172179-
CMYK0.370.0400.30
HSL186.27º30.59%57.06%-
HSV(B)186.27º37.43%70.2%-
XYZ29.5736.248.08-
YUV154.86141.6297.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.19%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 179 (70.31% from 255) = 38.66%
R=24.19%
G=37.15%
B=38.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121721790.370.0400.30186.2730.5957.06
Hex70ACB325401Eba1f39
Octal1602542634540362723771
Binary111000010101100101100111001011000111101011101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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