#70B3B5

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

Shades of Fountain Blue #70B3B5

Tints of Fountain Blue #70B3B5

Color information

#70B3B5 (or 0x70B3B5) is unknown color: approx Fountain Blue. HEX triplet: 70, B3 and B5. RGB value is (112,179,181). Sum of RGB (Red+Green+Blue) = 112+179+181=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 181 - color contains mainly: blue. Hex color #70B3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B3B5 is #8F4C4A. Grayscale: #9F9F9F. Windows color (decimal): -9391179 or 11907952. OLE color: 11907952.

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

Color convert

RGB112179181-
CMYK0.380.0100.29
HSL181.74º31.8%57.45%-
HSV(B)181.74º38.12%70.98%-
XYZ31.1439.0249.61-
YUV159.2140.394.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.73%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 181 (71.09% from 255) = 38.35%
R=23.73%
G=37.92%
B=38.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121791810.380.0100.29181.7431.857.45
Hex70B3B526101Db62039
Octal1602632654610352664071
Binary11100001011001110110101100110101110110110110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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