#50B0B3

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

Shades of Fountain Blue #50B0B3

Tints of Fountain Blue #50B0B3

Color information

#50B0B3 (or 0x50B0B3) is unknown color: approx Fountain Blue. HEX triplet: 50, B0 and B3. RGB value is (80,176,179). Sum of RGB (Red+Green+Blue) = 80+176+179=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #50B0B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B0B3 is #AF4F4C. Grayscale: #939393. Windows color (decimal): -11489101 or 11776080. OLE color: 11776080.

HSL color Cylindrical-coordinate representation of color #50B0B3: hue angle of 181.82º 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 #50B0B3 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB80176179-
CMYK0.550.0200.30
HSL181.82º39.44%50.78%-
HSV(B)181.82º55.31%70.2%-
XYZ26.9736.0148.18-
YUV147.64145.779.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.39%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 179 (70.31% from 255) = 41.15%
R=18.39%
G=40.46%
B=41.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801761790.550.0200.30181.8239.4450.78
Hex50B0B337201Eb62733
Octal1202602636720362664763
Binary101000010110000101100111101111001111010110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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