#70B4B5

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

Shades of Fountain Blue #70B4B5

Tints of Fountain Blue #70B4B5

Color information

#70B4B5 (or 0x70B4B5) is unknown color: approx Fountain Blue. HEX triplet: 70, B4 and B5. RGB value is (112,180,181). Sum of RGB (Red+Green+Blue) = 112+180+181=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 181 - color contains mainly: blue. Hex color #70B4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B4B5 is #8F4B4A. Grayscale: #9F9F9F. Windows color (decimal): -9390923 or 11908208. OLE color: 11908208.

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

Color convert

RGB112180181-
CMYK0.380.0100.29
HSL180.87º31.8%57.45%-
HSV(B)180.87º38.12%70.98%-
XYZ31.3439.4249.67-
YUV159.78139.9793.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.68%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 181 (71.09% from 255) = 38.27%
R=23.68%
G=38.05%
B=38.27%

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
Decimal1121801810.380.0100.29180.8731.857.45
Hex70B4B526101Db52039
Octal1602642654610352654071
Binary11100001011010010110101100110101110110110101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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