#70AEB5

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

Shades of Fountain Blue #70AEB5

Tints of Fountain Blue #70AEB5

Color information

#70AEB5 (or 0x70AEB5) is unknown color: approx Fountain Blue. HEX triplet: 70, AE and B5. RGB value is (112,174,181). Sum of RGB (Red+Green+Blue) = 112+174+181=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 181 - color contains mainly: blue. Hex color #70AEB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEB5 is #8F514A. Grayscale: #9C9C9C. Windows color (decimal): -9392459 or 11906672. OLE color: 11906672.

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

Color convert

RGB112174181-
CMYK0.380.0400.29
HSL186.09º31.8%57.45%-
HSV(B)186.09º38.12%70.98%-
XYZ30.1637.0549.28-
YUV156.26141.9696.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 181 (71.09% from 255) = 38.76%
R=23.98%
G=37.26%
B=38.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121741810.380.0400.29186.0931.857.45
Hex70AEB526401Dba2039
Octal1602562654640352724071
Binary1110000101011101011010110011010001110110111010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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