#50AAAD

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

Shades of Fountain Blue #50AAAD

Tints of Fountain Blue #50AAAD

Color information

#50AAAD (or 0x50AAAD) is unknown color: approx Fountain Blue. HEX triplet: 50, AA and AD. RGB value is (80,170,173). Sum of RGB (Red+Green+Blue) = 80+170+173=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #50AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AAAD is #AF5552. Grayscale: #8F8F8F. Windows color (decimal): -11490643 or 11381328. OLE color: 11381328.

HSL color Cylindrical-coordinate representation of color #50AAAD: hue angle of 181.94º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AAAD is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80170173-
CMYK0.540.0200.32
HSL181.94º36.76%49.61%-
HSV(B)181.94º53.76%67.84%-
XYZ25.2333.4744.67-
YUV143.43144.6882.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.91%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=18.91%
G=40.19%
B=40.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801701730.540.0200.32181.9436.7649.61
Hex50AAAD362020b62532
Octal1202522556620402664562
Binary1010000101010101010110111011010010000010110110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50AAAD; }

 p { color: rgb(80,170,173); }

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

<style>
 a { background-color: #50AAAD; }

 a { background-color: rgb(80,170,173); }

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

<style>
 span { border-color: #50AAAD; }

 span { border-color: rgb(80,170,173); }

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