#70ABB5

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

Shades of Fountain Blue #70ABB5

Tints of Fountain Blue #70ABB5

Color information

#70ABB5 (or 0x70ABB5) is unknown color: approx Fountain Blue. HEX triplet: 70, AB and B5. RGB value is (112,171,181). Sum of RGB (Red+Green+Blue) = 112+171+181=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #70ABB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABB5 is #8F544A. Grayscale: #9A9A9A. Windows color (decimal): -9393227 or 11905904. OLE color: 11905904.

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

Color convert

RGB112171181-
CMYK0.380.0600.29
HSL188.7º31.8%57.45%-
HSV(B)188.7º38.12%70.98%-
XYZ29.5935.9149.09-
YUV154.5142.9597.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.14%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=24.14%
G=36.85%
B=39.01%

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
Decimal1121711810.380.0600.29188.731.857.45
Hex70ABB526601Dbd2039
Octal1602532654660352754071
Binary1110000101010111011010110011011001110110111101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,171,181); }

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

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

 a { background-color: rgb(112,171,181); }

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

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

 span { border-color: rgb(112,171,181); }

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