#70AFB4

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

Shades of Fountain Blue #70AFB4

Tints of Fountain Blue #70AFB4

Color information

#70AFB4 (or 0x70AFB4) is unknown color: approx Fountain Blue. HEX triplet: 70, AF and B4. RGB value is (112,175,180). Sum of RGB (Red+Green+Blue) = 112+175+180=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #70AFB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AFB4 is #8F504B. Grayscale: #9C9C9C. Windows color (decimal): -9392204 or 11841392. OLE color: 11841392.

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

Color convert

RGB112175180-
CMYK0.380.0300.29
HSL184.41º31.19%57.25%-
HSV(B)184.41º37.78%70.59%-
XYZ30.2537.448.8-
YUV156.73141.1396.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=23.98%
G=37.47%
B=38.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121751800.380.0300.29184.4131.1957.25
Hex70AFB426301Db81f39
Octal1602572644630352703771
Binary11100001010111110110100100110110111011011100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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