#70A9B4

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

Shades of Fountain Blue #70A9B4

Tints of Fountain Blue #70A9B4

Color information

#70A9B4 (or 0x70A9B4) is unknown color: approx Fountain Blue. HEX triplet: 70, A9 and B4. RGB value is (112,169,180). Sum of RGB (Red+Green+Blue) = 112+169+180=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #70A9B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A9B4 is #8F564B. Grayscale: #999999. Windows color (decimal): -9393740 or 11839856. OLE color: 11839856.

HSL color Cylindrical-coordinate representation of color #70A9B4: hue angle of 189.71º 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 #70A9B4 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112169180-
CMYK0.380.0600.29
HSL189.71º31.19%57.25%-
HSV(B)189.71º37.78%70.59%-
XYZ29.1135.1248.42-
YUV153.21143.1298.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 169 (66.41% from 255) = 36.66%
BLUE value IS 180 (70.70% from 255) = 39.05%
R=24.30%
G=36.66%
B=39.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121691800.380.0600.29189.7131.1957.25
Hex70A9B426601Dbe1f39
Octal1602512644660352763771
Binary111000010101001101101001001101100111011011111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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