#50A9B3

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

Shades of Fountain Blue #50A9B3

Tints of Fountain Blue #50A9B3

Color information

#50A9B3 (or 0x50A9B3) is unknown color: approx Fountain Blue. HEX triplet: 50, A9 and B3. RGB value is (80,169,179). Sum of RGB (Red+Green+Blue) = 80+169+179=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 179 - color contains mainly: blue. Hex color #50A9B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A9B3 is #AF564C. Grayscale: #8F8F8F. Windows color (decimal): -11490893 or 11774288. OLE color: 11774288.

HSL color Cylindrical-coordinate representation of color #50A9B3: hue angle of 186.06º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50A9B3 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB80169179-
CMYK0.550.0600.30
HSL186.06º39.44%50.78%-
HSV(B)186.06º55.31%70.2%-
XYZ25.6333.3447.73-
YUV143.53148.0182.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.69%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 179 (70.31% from 255) = 41.82%
R=18.69%
G=39.49%
B=41.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801691790.550.0600.30186.0639.4450.78
Hex50A9B337601Eba2733
Octal1202512636760362724763
Binary1010000101010011011001111011111001111010111010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,169,179); }

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

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

 a { background-color: rgb(80,169,179); }

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

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

 span { border-color: rgb(80,169,179); }

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